[oe] [meta-oe][PATCH 04/20] fbgrab: fix PN -> BPN for multilib

Yi Zhao yi.zhao at windriver.com
Fri May 8 07:42:19 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
index 2ff331c..1d87b86 100644
--- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
+++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://fbgrab.monells.se/${BP}.tar.gz"
 
 inherit autotools-brokensep
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
 SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list