From a9fb1739072f3a267ed16c8a983e189cdcbb1cab Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 8 May 2015 15:42:21 +0800 Subject: xbitmaps: fix PN -> BPN for multilib Signed-off-by: Yi Zhao Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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}" -- cgit v1.2.3-54-g00ecf