From 4a193307092267547386a6c0801c0ccd65e88c39 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 30 Sep 2010 15:03:59 -0500 Subject: 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 --- meta/recipes-devtools/binutils/binutils-cross.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/binutils/binutils-cross.inc') diff --git a/meta/recipes-devtools/binutils/binutils-cross.inc b/meta/recipes-devtools/binutils/binutils-cross.inc index 4eeb6584c9..8c75e4ffe7 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 -- cgit 1.2.3-korg