From: Martin Jansa Date: Sun, 27 Jun 2010 07:00:10 +0000 (+0200) Subject: xorg-app-common: use BPN instead of XORG_PN X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe;p=openembedded.git xorg-app-common: use BPN instead of XORG_PN Signed-off-by: Martin Jansa --- 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/"