From 2172b83340b1622451dfb452e3cee7ff1e7a3245 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 Signed-off-by: Armin Kuster --- 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 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 1.2.3-korg