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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:19 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: 2172b83340b1622451dfb452e3cee7ff1e7a3245
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2172b83340b1622451dfb452e3cee7ff1e7a3245

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

xbitmaps: 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>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
index 1bcfd5a..b230962 100644
--- a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
+++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.x.org"
 SECTION = "x11/data"
 LICENSE = "MIT-X"
 
-XORG_PN = "${PN}"
+XORG_PN = "${BPN}"
 
 SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
 S = "${WORKDIR}/${XORG_PN}-${PV}"



More information about the Openembedded-commits mailing list