aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-data
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:21 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:31:59 +0200
commita9fb1739072f3a267ed16c8a983e189cdcbb1cab (patch)
tree851b0e614eaa88e0adffd1b56cf5ac3f8e0b81af /meta-oe/recipes-graphics/xorg-data
parent9054bccb2e7da06ab5a985821d9cf32a177af4fc (diff)
downloadmeta-openembedded-contrib-a9fb1739072f3a267ed16c8a983e189cdcbb1cab.tar.gz
xbitmaps: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-data')
-rw-r--r--meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc2
1 files changed, 1 insertions, 1 deletions
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 1bcfd5addc..b23096225b 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}"