aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-18 09:03:31 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-18 09:04:17 -0700
commit3a0c366031563f1585b6e0473a3e17639dfb51e5 (patch)
treee8041335358d3545d458e692d70a5e339253d633 /recipes/help2man
parent2631a8e9d99d2e2f8a65bdc8fab7a4cc56855f34 (diff)
downloadopenembedded-3a0c366031563f1585b6e0473a3e17639dfb51e5.tar.gz
help2man: Use ${BPN} in SRC_URI
Martin Jansa's idea (after spotting my typo). Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/help2man')
-rw-r--r--recipes/help2man/help2man_1.37.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/help2man/help2man_1.37.1.bb b/recipes/help2man/help2man_1.37.1.bb
index 769f86b099..40670102e7 100644
--- a/recipes/help2man/help2man_1.37.1.bb
+++ b/recipes/help2man/help2man_1.37.1.bb
@@ -6,7 +6,7 @@ DEPENDS_virtclass-native = "perl-native-runtime"
RDEPENDS_pn-help2man = "gettext perl liblocale-gettext-perl"
PR = "r0"
-SRC_URI = "${GNU_MIRROR}/help4man/help2man-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "371b5cc74fe9c2ea3ee1ca23c19b19a8"
SRC_URI[sha256sum] = "3b44a91ef8e722c570a2a2d0e3f1cd249aac25dd2b2692c7792d87b30ed61561"