summaryrefslogtreecommitdiff
path: root/recipes/xorg-util/xorg-util-common.inc
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-15 08:49:48 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-15 08:49:48 +0100
commit3aec39dd6117e9112876c4b7d88c7324cb296c34 (patch)
treeb5508c38b8cdf958231165fbe951ddfb30b1411d /recipes/xorg-util/xorg-util-common.inc
parente2c2c3d636045bf9b292b103a4f4fb0a4c16deab (diff)
xorg-util: used BPN in xorg-util-common
as per hrw's suggestion Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Conflicts: recipes/xorg-util/xorg-util-common.inc Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/xorg-util/xorg-util-common.inc')
-rw-r--r--recipes/xorg-util/xorg-util-common.inc10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/xorg-util/xorg-util-common.inc b/recipes/xorg-util/xorg-util-common.inc
index 998b37b3c0..b169d9ef58 100644
--- a/recipes/xorg-util/xorg-util-common.inc
+++ b/recipes/xorg-util/xorg-util-common.inc
@@ -2,14 +2,8 @@ HOMEPAGE = "http://www.x.org"
SECTION = "x11/utils"
LICENSE = "MIT-X"
-XORG_PN = "${PN}"
+SRC_URI = "${XORG_MIRROR}/individual/util/${BPN}-${PV}.tar.gz;name=archive"
-SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz;name=archive"
-
-S = "${WORKDIR}/${XORG_PN}-${PV}"
+S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}