summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-cross.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-30 15:03:59 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-01 16:32:19 +0100
commit4a193307092267547386a6c0801c0ccd65e88c39 (patch)
treed43077b67b454cfa428a4fe1a950ec56a2699c71 /meta/recipes-devtools/binutils/binutils-cross.inc
parent23f522e7a53821a8fb036e1aebddc7379d6f584e (diff)
downloadast2050-yocto-poky-4a193307092267547386a6c0801c0ccd65e88c39.zip
ast2050-yocto-poky-4a193307092267547386a6c0801c0ccd65e88c39.tar.gz
binutils: Update the poison patch
[BUGID #374] Previously the poison directories patch was present, but not enabled due to the lack of the configure option being set, and also the fact configure itself was not being patched. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-cross.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-cross.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-cross.inc b/meta/recipes-devtools/binutils/binutils-cross.inc
index 4eeb658..8c75e4f 100644
--- a/meta/recipes-devtools/binutils/binutils-cross.inc
+++ b/meta/recipes-devtools/binutils/binutils-cross.inc
@@ -4,7 +4,8 @@ PROVIDES = "virtual/${TARGET_PREFIX}binutils"
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
--program-prefix=${TARGET_PREFIX} \
--disable-install-libbfd \
- --disable-werror"
+ --disable-werror \
+ --enable-poison-system-directories"
do_install () {
oe_runmake 'DESTDIR=${D}' install
OpenPOWER on IntegriCloud