]> code.ossystems Code Review - openembedded-core.git/commit
libgcc: Remove fetch/unpack/patch noexec stamps
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 22:08:32 +0000 (15:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 22:08:35 +0000 (15:08 -0700)
commite2c03b2a80efeeea2298bdba385671d0ae208e95
treecdc7b35bdf3c5185774b2a3575a08c9b4cead266
parentc539155c51e43680711130df9050d3e92282591e
libgcc: Remove fetch/unpack/patch noexec stamps

libgcc now uses shared work directories so we cannot mark
these tasks as noexec. If we do, the tasks may not run
and hence gcc may not get patched for example which
results in failures.

This patch simple removes the flags since they're unneeded.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/libgcc_4.5.1.bb
meta/recipes-devtools/gcc/libgcc_4.6.bb