From 05de0ca43d325d32faa6067013cd7c596f2001bf Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 2 Jul 2014 19:25:58 -0700 Subject: meta-oe: use BPN in SRC_URI Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/geany/geany_1.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/geany') diff --git a/meta-oe/recipes-devtools/geany/geany_1.23.bb b/meta-oe/recipes-devtools/geany/geany_1.23.bb index 4e0d4bf8c6..593ba66016 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.23.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.23.bb @@ -7,7 +7,7 @@ DEPENDS = "gtk+" inherit autotools pkgconfig perlnative SRC_URI = " \ - http://download.geany.org/${PN}-${PV}.tar.bz2 \ + http://download.geany.org/${BP}.tar.bz2 \ file://0001-configure.ac-remove-additional-c-test.patch \ " SRC_URI[md5sum] = "4290e8c32305e916f57bb0f0233bbec2" -- cgit v1.2.3-54-g00ecf