diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-19 15:08:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-19 15:26:04 -0700 |
commit | 0427c2bd687ea5992a763ae3224a7fe25c7e71a2 (patch) | |
tree | 5295c0ed6f115a7f560ea7af2f94724062b61c0d /meta/recipes-devtools | |
parent | 8aa14b444f16c4fd0afe93eccd238a8fb2bc0292 (diff) | |
download | poky-0427c2bd687ea5992a763ae3224a7fe25c7e71a2.tar.gz |
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.
(From OE-Core rev: e2c03b2a80efeeea2298bdba385671d0ae208e95)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.5.1.bb | 3 | ||||
-rw-r--r-- | 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 49555377c9..09e3c1ed42 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 = " \ | |||
14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
16 | 16 | ||
17 | do_fetch[noexec] = "1" | ||
18 | do_unpack[noexec] = "1" | ||
19 | do_patch[noexec] = "1" | ||
20 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
21 | do_compile[noexec] = "1" | 18 | do_compile[noexec] = "1" |
22 | 19 | ||
diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 81664e3465..63a46ecb08 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 = " \ | |||
14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
16 | 16 | ||
17 | do_fetch[noexec] = "1" | ||
18 | do_unpack[noexec] = "1" | ||
19 | do_patch[noexec] = "1" | ||
20 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
21 | do_compile[noexec] = "1" | 18 | do_compile[noexec] = "1" |
22 | 19 | ||