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-graphics/libsexy/libsexy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/libsexy') diff --git a/meta-oe/recipes-graphics/libsexy/libsexy.inc b/meta-oe/recipes-graphics/libsexy/libsexy.inc index 49c46cd60e..5a11ca06aa 100644 --- a/meta-oe/recipes-graphics/libsexy/libsexy.inc +++ b/meta-oe/recipes-graphics/libsexy/libsexy.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" DEPENDS = "gtk+ enchant libxml2" -SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz \ +SRC_URI = "http://releases.chipx86.com/libsexy/${BPN}/${BP}.tar.gz \ file://libsexy-pkgconfig-fixes.patch" inherit autotools pkgconfig -- cgit 1.2.3-korg