summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:27:13 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:44:28 +0100
commitdc807f54f858419f97e211cd62fd2d30db9a80de (patch)
tree59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/gcc/gcc-cross.inc
parent5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff)
downloadopenembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz
openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.bz2
openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.xz
openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.zip
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross.inc')
-rw-r--r--meta/packages/gcc/gcc-cross.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc-cross.inc b/meta/packages/gcc/gcc-cross.inc
index 02b23ffce..5a796bcde 100644
--- a/meta/packages/gcc/gcc-cross.inc
+++ b/meta/packages/gcc/gcc-cross.inc
@@ -3,10 +3,6 @@ inherit cross
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc ${NATIVEDEPS}"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
-do_stage () {
- use_do_install_for_stage
-}
-
require gcc-configure-cross.inc
require gcc-package-cross.inc