[oe-commits] Richard Purdie : gdb: Convert to new staging mode (from Poky)

git version control git at git.openembedded.org
Wed May 5 23:34:43 UTC 2010


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

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu Dec 17 21:25:25 2009 +0000

gdb: Convert to new staging mode (from Poky)

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/gdb/gdb-cross.inc      |    4 +---
 recipes/gdb/gdb-cross_6.3.bb   |    2 --
 recipes/gdb/gdb-cross_6.4.bb   |    2 --
 recipes/gdb/gdb-cross_6.6.bb   |    2 --
 recipes/gdb/gdb-cross_6.7.1.bb |    2 --
 recipes/gdb/gdb-cross_6.8.bb   |    2 --
 recipes/gdb/gdb-cross_7.0.bb   |    2 --
 7 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc
index ca89d4f..f92d798 100644
--- a/recipes/gdb/gdb-cross.inc
+++ b/recipes/gdb/gdb-cross.inc
@@ -19,6 +19,4 @@ do_configure () {
 	oe_runconf
 }
 
-do_stage () {
-	oe_runmake install
-}
+inherit cross
diff --git a/recipes/gdb/gdb-cross_6.3.bb b/recipes/gdb/gdb-cross_6.3.bb
index 52f0575..3371225 100644
--- a/recipes/gdb/gdb-cross_6.3.bb
+++ b/recipes/gdb/gdb-cross_6.3.bb
@@ -1,8 +1,6 @@
 require gdb-cross.inc
 LICENSE = "GPLv2"
 
-inherit cross
-
 PR = "r3"
 
 SRC_URI += "file://sim-install-makefile.patch;patch=1 \
diff --git a/recipes/gdb/gdb-cross_6.4.bb b/recipes/gdb/gdb-cross_6.4.bb
index 7ea0147..8fe4bce 100644
--- a/recipes/gdb/gdb-cross_6.4.bb
+++ b/recipes/gdb/gdb-cross_6.4.bb
@@ -1,8 +1,6 @@
 require gdb-cross.inc
 LICENSE = "GPLv2"
 
-inherit cross
-
 PR = "r1"
 
 SRC_URI[md5sum] = "7dc98022ee96bba5331f195dc8a5491a"
diff --git a/recipes/gdb/gdb-cross_6.6.bb b/recipes/gdb/gdb-cross_6.6.bb
index 9040e54..30ac4a2 100644
--- a/recipes/gdb/gdb-cross_6.6.bb
+++ b/recipes/gdb/gdb-cross_6.6.bb
@@ -1,8 +1,6 @@
 require gdb-cross.inc
 LICENSE = "GPLv2"
 
-inherit cross
-
 PR = "r3"
 
 SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"
diff --git a/recipes/gdb/gdb-cross_6.7.1.bb b/recipes/gdb/gdb-cross_6.7.1.bb
index 59cc945..9b156a2 100644
--- a/recipes/gdb/gdb-cross_6.7.1.bb
+++ b/recipes/gdb/gdb-cross_6.7.1.bb
@@ -1,8 +1,6 @@
 require gdb-cross.inc
 LICENSE = "GPLv3"
 
-inherit cross
-
 DEFAULT_PREFERENCE_avr32 = "99"
 SRC_URI_avr32 = " http://avr32linux.org/twiki/pub/Main/GDBPatches/gdb-6.7.1.atmel.1.0.3.tar.bz2"
 S_avr32 = "${WORKDIR}/gdb-6.7.1.atmel.1.0.3"
diff --git a/recipes/gdb/gdb-cross_6.8.bb b/recipes/gdb/gdb-cross_6.8.bb
index d0ba130..275009d 100644
--- a/recipes/gdb/gdb-cross_6.8.bb
+++ b/recipes/gdb/gdb-cross_6.8.bb
@@ -4,8 +4,6 @@ LICENSE = "GPLv3"
 SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \
             file://gdb-6.8-fix-compile-karmic.patch;patch=1"
 
-inherit cross
-
 PR = "r3"
 
 SRC_URI[md5sum] = "925695333524108291dc4012c4c9cbb8"
diff --git a/recipes/gdb/gdb-cross_7.0.bb b/recipes/gdb/gdb-cross_7.0.bb
index 1075356..c9beb3c 100644
--- a/recipes/gdb/gdb-cross_7.0.bb
+++ b/recipes/gdb/gdb-cross_7.0.bb
@@ -4,7 +4,5 @@ LICENSE = "GPLv3"
 SRC_URI += " \
             file://gdb-6.8-fix-compile-karmic.patch;patch=1"
 
-inherit cross
-
 SRC_URI[md5sum] = "67b4144db385620d7b93f7b0c26800f7"
 SRC_URI[sha256sum] = "ccff6cab0e847c486d30b70bdddac4e6646bafcecaa3b63134d6e3d4d5a4b91d"





More information about the Openembedded-commits mailing list