summaryrefslogtreecommitdiff
path: root/recipes-multimedia/codecgraph
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 11:46:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commitd55adc243fed56d103ce0ca762d12bf6a9682598 (patch)
tree824f548c0270a7acb9486bd9aa72a11399e8911e /recipes-multimedia/codecgraph
parent60e845e0814ff149e5260e5c318ac73f38c0f74f (diff)
recipes: don't use ${PN} as a recipe name placeholder
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
Diffstat (limited to 'recipes-multimedia/codecgraph')
-rw-r--r--recipes-multimedia/codecgraph/codecgraph_20120114.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/codecgraph/codecgraph_20120114.bb b/recipes-multimedia/codecgraph/codecgraph_20120114.bb
index 5e70ad2..7640d35 100644
--- a/recipes-multimedia/codecgraph/codecgraph_20120114.bb
+++ b/recipes-multimedia/codecgraph/codecgraph_20120114.bb
@@ -4,12 +4,12 @@ HOMEPAGE = "http://helllabs.org/codecgraph/"
LICENSE ="GPLv2+"
RDEPENDS_${PN} = "python graphviz"
-SRC_URI = "http://helllabs.org/codecgraph/${PN}-${PV}.tar.gz"
+SRC_URI = "http://helllabs.org/codecgraph/codecgraph-${PV}.tar.gz"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
SRC_URI[md5sum] = "30bb1afeda28b7e9b7f36e3b5b98a869"
SRC_URI[sha256sum] = "24dca78c6a8cf894385df304d29f348d48868000d5ffbd03bf12c5b4f9805106"
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/codecgraph-${PV}"
PR = "r1"