[oe-commits] Martin Jansa : xorg-app-common: use BPN instead of XORG_PN

git version control git at git.openembedded.org
Sun Jun 27 09:26:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jun 27 09:00:10 2010 +0200

xorg-app-common: use BPN instead of XORG_PN

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/xorg-app-common.inc |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-app/xorg-app-common.inc b/recipes/xorg-app/xorg-app-common.inc
index 5a941c4..65860b8 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/"





More information about the Openembedded-commits mailing list