[oe-commits] Yi Zhao : fbgrab: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Wed May 13 12:42:05 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 9ac288b7ca520d665fa273b4681ddd5aa6a2dedf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9ac288b7ca520d665fa273b4681ddd5aa6a2dedf

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:42:19 2015 +0800

fbgrab: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"



More information about the Openembedded-commits mailing list