[oe-commits] Frans Meulenbroeks : xorg-util: used BPN in xorg-util-common

git version control git at git.openembedded.org
Mon Mar 15 08:23:40 UTC 2010


Module: openembedded.git
Branch: eFfeM/sanity
Commit: 3aec39dd6117e9112876c4b7d88c7324cb296c34
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3aec39dd6117e9112876c4b7d88c7324cb296c34

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Mar 15 08:49:48 2010 +0100

xorg-util: used BPN in xorg-util-common

as per hrw's suggestion

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

Conflicts:

	recipes/xorg-util/xorg-util-common.inc

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/xorg-util/gccmakedep_1.0.2.bb    |    2 +-
 recipes/xorg-util/imake_1.0.2.bb         |    2 +-
 recipes/xorg-util/lndir_1.0.1.bb         |    2 +-
 recipes/xorg-util/makedepend_1.0.2.bb    |    2 +-
 recipes/xorg-util/util-macros_1.6.0.bb   |    1 +
 recipes/xorg-util/xorg-cf-files_1.0.3.bb |    2 +-
 recipes/xorg-util/xorg-util-common.inc   |   10 ++--------
 7 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/recipes/xorg-util/gccmakedep_1.0.2.bb b/recipes/xorg-util/gccmakedep_1.0.2.bb
index 3abfa03..cb28a86 100644
--- a/recipes/xorg-util/gccmakedep_1.0.2.bb
+++ b/recipes/xorg-util/gccmakedep_1.0.2.bb
@@ -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"
diff --git a/recipes/xorg-util/imake_1.0.2.bb b/recipes/xorg-util/imake_1.0.2.bb
index deeb447..b0eda35 100644
--- a/recipes/xorg-util/imake_1.0.2.bb
+++ b/recipes/xorg-util/imake_1.0.2.bb
@@ -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"
diff --git a/recipes/xorg-util/lndir_1.0.1.bb b/recipes/xorg-util/lndir_1.0.1.bb
index 34309a6..fffc710 100644
--- a/recipes/xorg-util/lndir_1.0.1.bb
+++ b/recipes/xorg-util/lndir_1.0.1.bb
@@ -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"
diff --git a/recipes/xorg-util/makedepend_1.0.2.bb b/recipes/xorg-util/makedepend_1.0.2.bb
index e998bba..a7a2385 100644
--- a/recipes/xorg-util/makedepend_1.0.2.bb
+++ b/recipes/xorg-util/makedepend_1.0.2.bb
@@ -2,5 +2,5 @@ require xorg-util-common.inc
 
 DESCRIPTION = "create dependencies in makefiles"
 DEPENDS = "xproto util-macros"
-PR = "r2"
+PR = "r3"
 PE = "1"
diff --git a/recipes/xorg-util/util-macros_1.6.0.bb b/recipes/xorg-util/util-macros_1.6.0.bb
index 661eba4..0fb42dc 100644
--- a/recipes/xorg-util/util-macros_1.6.0.bb
+++ b/recipes/xorg-util/util-macros_1.6.0.bb
@@ -1,6 +1,7 @@
 require xorg-util-common.inc
 
 DESCRIPTION = "X autotools macros"
+PR = "r1"
 PE = "1"
 
 ALLOW_EMPTY = "1"
diff --git a/recipes/xorg-util/xorg-cf-files_1.0.3.bb b/recipes/xorg-util/xorg-cf-files_1.0.3.bb
index 7c3fb8d..3f0f4b3 100644
--- a/recipes/xorg-util/xorg-cf-files_1.0.3.bb
+++ b/recipes/xorg-util/xorg-cf-files_1.0.3.bb
@@ -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"
diff --git a/recipes/xorg-util/xorg-util-common.inc b/recipes/xorg-util/xorg-util-common.inc
index 998b37b..b169d9e 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
-}





More information about the Openembedded-commits mailing list