From 9ac288b7ca520d665fa273b4681ddd5aa6a2dedf Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 8 May 2015 15:42:19 +0800 Subject: [PATCH] fbgrab: fix PN -> BPN for multilib Signed-off-by: Yi Zhao Signed-off-by: Martin Jansa --- 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 2ff331c93f..1d87b86ec3 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"