From: Richard Purdie Date: Fri, 19 Aug 2011 22:08:32 +0000 (-0700) Subject: libgcc: Remove fetch/unpack/patch noexec stamps X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c03b2a80efeeea2298bdba385671d0ae208e95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb index 49555377c9e..09e3c1ed42f 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb @@ -14,9 +14,6 @@ FILES_${PN}-dev = " \ ${libdir}/${TARGET_SYS}/${BINV}/crt* \ ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" -do_fetch[noexec] = "1" -do_unpack[noexec] = "1" -do_patch[noexec] = "1" do_configure[noexec] = "1" do_compile[noexec] = "1" diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 81664e3465f..63a46ecb088 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.6.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.6.bb @@ -14,9 +14,6 @@ FILES_${PN}-dev = " \ ${libdir}/${TARGET_SYS}/${BINV}/crt* \ ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" -do_fetch[noexec] = "1" -do_unpack[noexec] = "1" -do_patch[noexec] = "1" do_configure[noexec] = "1" do_compile[noexec] = "1"