[oe-commits] Richard Purdie : libgcc: Remove fetch/unpack/patch noexec stamps

git version control git at git.openembedded.org
Fri Aug 19 22:27:01 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: e2c03b2a80efeeea2298bdba385671d0ae208e95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e2c03b2a80efeeea2298bdba385671d0ae208e95

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug 19 15:08:32 2011 -0700

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 at linuxfoundation.org>

---

 meta/recipes-devtools/gcc/libgcc_4.5.1.bb |    3 ---
 meta/recipes-devtools/gcc/libgcc_4.6.bb   |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb
index 4955537..09e3c1e 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 81664e3..63a46ec 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"
 





More information about the Openembedded-commits mailing list