Browse Source

xbitmaps: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Yi Zhao 9 years ago
parent
commit
a9fb173907
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc

+ 1 - 1
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}"