summaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/gdb-cross_6.8.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-17 10:32:45 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-17 10:32:45 +0000
commit7d9e2e530ed732967924294c9616841a059e5c24 (patch)
tree742df22c0e3a219586425b296f567ee00c3618d3 /meta/packages/gdb/gdb-cross_6.8.bb
parentd560f9fa61247e396900450831168a930c0cd2b0 (diff)
downloadpoky-7d9e2e530ed732967924294c9616841a059e5c24.tar.gz
cross.bbclass: Adjust the core class staging method as all users have been vetted and won't be affected
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gdb/gdb-cross_6.8.bb')
-rw-r--r--meta/packages/gdb/gdb-cross_6.8.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/packages/gdb/gdb-cross_6.8.bb b/meta/packages/gdb/gdb-cross_6.8.bb
index 00e9c2f6c6..8462b6cb86 100644
--- a/meta/packages/gdb/gdb-cross_6.8.bb
+++ b/meta/packages/gdb/gdb-cross_6.8.bb
@@ -2,14 +2,6 @@ require gdb-cross.inc
2 2
3inherit cross 3inherit cross
4 4
5do_install () {
6 autotools_do_install
7}
8
9do_stage () {
10 autotools_stage_all
11}
12
13SRC_URI += "file://sim-install-6.6.patch;patch=1" 5SRC_URI += "file://sim-install-6.6.patch;patch=1"
14 6
15PR = "r2" 7PR = "r2"