From 9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 27 Jun 2010 09:00:10 +0200 Subject: xorg-app-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa --- recipes/xorg-app/xorg-app-common.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes/xorg-app') diff --git a/recipes/xorg-app/xorg-app-common.inc b/recipes/xorg-app/xorg-app-common.inc index 5a941c4a89..65860b83d6 100644 --- a/recipes/xorg-app/xorg-app-common.inc +++ b/recipes/xorg-app/xorg-app-common.inc @@ -5,12 +5,11 @@ LICENSE = "MIT-X" DEPENDS = "util-macros-native virtual/libx11" INC_PR = "r5" -XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +S = "${WORKDIR}/${BPN}-${PV}" inherit autotools pkgconfig -FILES_${PN} += " /usr/lib/X11/${XORG_PN} /usr/share/X11/app-defaults/" +FILES_${PN} += " /usr/lib/X11/${BPN} /usr/share/X11/app-defaults/" -- cgit v1.2.3