diff options
| author | Khem Raj <raj.khem@gmail.com> | 2011-10-16 01:28:32 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-15 20:47:38 +0200 |
| commit | 92b02b7209e426a70cc5626e7bdbc82052e01ac5 (patch) | |
| tree | 8b17d9b7ce0b7d98c761e9c059a7833fd2fe6bff /meta-oe/recipes-devtools/binutils/binutils-cross.inc | |
| parent | de2f5c9c87cd413aa954fdeb459b502c27168bd9 (diff) | |
| download | meta-openembedded-92b02b7209e426a70cc5626e7bdbc82052e01ac5.tar.gz | |
binutils-cross: Sync with oe-core
Now we have own copy of binutils-cross in meta-oe
we need to sync with oe-core periodically
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/binutils/binutils-cross.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/binutils/binutils-cross.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/binutils/binutils-cross.inc b/meta-oe/recipes-devtools/binutils/binutils-cross.inc index 4b909720de..595fb20754 100644 --- a/meta-oe/recipes-devtools/binutils/binutils-cross.inc +++ b/meta-oe/recipes-devtools/binutils/binutils-cross.inc | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | inherit cross | 1 | inherit cross |
| 2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" | 2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" |
| 3 | 3 | ||
| 4 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 5 | INHIBIT_AUTOTOOLS_DEPS = "1" | ||
| 6 | |||
| 4 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ | 7 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ |
| 5 | --program-prefix=${TARGET_PREFIX} \ | 8 | --program-prefix=${TARGET_PREFIX} \ |
| 6 | --disable-install-libbfd \ | 9 | --disable-install-libbfd \ |
| 7 | --disable-werror \ | 10 | --disable-werror \ |
| 11 | --disable-nls \ | ||
| 8 | --enable-poison-system-directories" | 12 | --enable-poison-system-directories" |
| 9 | 13 | ||
| 10 | do_install () { | 14 | do_install () { |
