summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross-initial_3.3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-18 10:17:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-18 10:17:55 +0000
commit1401afe0e337a41c15bfbfd77e38393bbe49746d (patch)
treea9cbd19c2b366bf4ca47b69e43b7f3df2ef1d1a2 /meta/packages/gcc/gcc-cross-initial_3.3.4.bb
parent32047c66858cdd55f0f48f7a4ede5ec9a6e0c584 (diff)
downloadopenembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.gz
openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.bz2
openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.tar.xz
openembedded-core-1401afe0e337a41c15bfbfd77e38393bbe49746d.zip
gcc-cross-initial: An install stage is totally pointless
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2756 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-cross-initial_3.3.4.bb')
-rw-r--r--meta/packages/gcc/gcc-cross-initial_3.3.4.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/gcc/gcc-cross-initial_3.3.4.bb b/meta/packages/gcc/gcc-cross-initial_3.3.4.bb
index 4fccaf388..0fb051117 100644
--- a/meta/packages/gcc/gcc-cross-initial_3.3.4.bb
+++ b/meta/packages/gcc/gcc-cross-initial_3.3.4.bb
@@ -1,4 +1,3 @@
-SECTION = "devel"
require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils"
@@ -23,7 +22,6 @@ do_stage_prepend () {
ln -sf libgcc.a ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a
}
-# Override the method from gcc-cross so we don't try to install libgcc
do_install () {
- oe_runmake 'DESTDIR=${D}' install
+ :
}