diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 09:00:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:19 +0200 |
commit | 9fc4ce57381c3b96e9b806bbca3d0f7fc20e5bbe (patch) | |
tree | c3bc43c161bdf94d4989773c3aab8f63080b5772 /recipes/xorg-app | |
parent | 506ffdc27aa0b6bb3b79db88a56caf945a7f6721 (diff) |
xorg-app-common: use BPN instead of XORG_PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | 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 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/" |