aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-12-17 21:25:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-05-05 14:45:19 +0100
commit4cf6a6bf83ccb13e7238927d72e77c4612fe6543 (patch)
tree82ea523c07fa63c8104fe681297724585425fcdf
parenta3d29c0211ebb66381b48f4fc9bd33dd8436ef48 (diff)
downloadopenembedded-4cf6a6bf83ccb13e7238927d72e77c4612fe6543.tar.gz
gdb: Convert to new staging mode (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--recipes/gdb/gdb-cross.inc4
-rw-r--r--recipes/gdb/gdb-cross_6.3.bb2
-rw-r--r--recipes/gdb/gdb-cross_6.4.bb2
-rw-r--r--recipes/gdb/gdb-cross_6.6.bb2
-rw-r--r--recipes/gdb/gdb-cross_6.7.1.bb2
-rw-r--r--recipes/gdb/gdb-cross_6.8.bb2
-rw-r--r--recipes/gdb/gdb-cross_7.0.bb2
7 files changed, 1 insertions, 15 deletions
diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc
index ca89d4fdb0..f92d798576 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 52f0575db1..3371225f67 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 7ea01473ac..8fe4bce858 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 9040e54f17..30ac4a2c16 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 59cc945c61..9b156a28ea 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 d0ba1302c7..275009d08f 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 1075356ced..c9beb3c33d 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"