xorg-util: used BPN in xorg-util-common
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 15 Mar 2010 07:49:48 +0000 (08:49 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 15 Mar 2010 07:49:48 +0000 (08:49 +0100)
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>
recipes/xorg-util/gccmakedep_1.0.2.bb
recipes/xorg-util/imake_1.0.2.bb
recipes/xorg-util/lndir_1.0.1.bb
recipes/xorg-util/makedepend_1.0.2.bb
recipes/xorg-util/util-macros_1.6.0.bb
recipes/xorg-util/xorg-cf-files_1.0.3.bb
recipes/xorg-util/xorg-util-common.inc

index 3abfa03..cb28a86 100644 (file)
@@ -3,5 +3,5 @@ require xorg-util-common.inc
 DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
 RDEPENDS = "gcc"
 
-PR = "r2"
+PR = "r3"
 PE = "1"
index deeb447..b0eda35 100644 (file)
@@ -3,5 +3,5 @@ require xorg-util-common.inc
 DESCRIPTION = "C preprocessor interface to the make utility"
 RDEPENDS = "perl xproto"
 
-PR = "r1"
+PR = "r2"
 PE = "1"
index 34309a6..fffc710 100644 (file)
@@ -1,5 +1,5 @@
 require xorg-util-common.inc
 
 DESCRIPTION = "create a shadow directory of symbolic links to another directory tree"
-PR = "r1"
+PR = "r2"
 PE = "1"
index e998bba..a7a2385 100644 (file)
@@ -2,5 +2,5 @@ require xorg-util-common.inc
 
 DESCRIPTION = "create dependencies in makefiles"
 DEPENDS = "xproto util-macros"
-PR = "r2"
+PR = "r3"
 PE = "1"
index 661eba4..0fb42dc 100644 (file)
@@ -1,6 +1,7 @@
 require xorg-util-common.inc
 
 DESCRIPTION = "X autotools macros"
+PR = "r1"
 PE = "1"
 
 ALLOW_EMPTY = "1"
index 7c3fb8d..3f0f4b3 100644 (file)
@@ -2,7 +2,7 @@ require xorg-util-common.inc
 
 DESCRIPTION = "X Window System CF files"
 
-PR = "r1"
+PR = "r2"
 PE = "1"
 
 FILES_${PN} += " /usr/lib/X11/config"
index 998b37b..b169d9e 100644 (file)
@@ -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
-}