summaryrefslogtreecommitdiff
path: root/recipes-multimedia/codecgraph
diff options
context:
space:
mode:
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"