diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:21 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:31:59 +0200 |
commit | a9fb1739072f3a267ed16c8a983e189cdcbb1cab (patch) | |
tree | 851b0e614eaa88e0adffd1b56cf5ac3f8e0b81af /meta-oe/recipes-graphics/xorg-data | |
parent | 9054bccb2e7da06ab5a985821d9cf32a177af4fc (diff) | |
download | meta-openembedded-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.inc | 2 |
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 1bcfd5add..b23096225 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" | |||
2 | SECTION = "x11/data" | 2 | SECTION = "x11/data" |
3 | LICENSE = "MIT-X" | 3 | LICENSE = "MIT-X" |
4 | 4 | ||
5 | XORG_PN = "${PN}" | 5 | XORG_PN = "${BPN}" |
6 | 6 | ||
7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" | 7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" |
8 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 8 | S = "${WORKDIR}/${XORG_PN}-${PV}" |