diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-02-10 11:42:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-10 14:38:46 +0000 |
commit | a2a03ba68b625c48fee0666ab70c864fed909aa7 (patch) | |
tree | 90f70f7fed124ca3dbde49ae879c462777b10291 /meta | |
parent | c62296dab6cd05f4137753f69e24a3a6cf4b453f (diff) | |
download | poky-a2a03ba68b625c48fee0666ab70c864fed909aa7.tar.gz |
gcc: Ensure same sstate hashes for shared soruce directory
Ensure do_patch have the same sstate hashes for nativesdk variants of
gcc family recipes, since they share the same source directory.
(From OE-Core rev: afb400e9c3ddac604906bde44df5da29a6c134d9)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index e89a7c0e97..57668f918f 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -109,3 +109,4 @@ do_headerfix[vardepvalue] = "PATH" | |||
109 | # We need to ensure that for the shared work directory, the do_patch singatures match | 109 | # We need to ensure that for the shared work directory, the do_patch singatures match |
110 | # The real WORKDIR location isn't a dependency for the shared workdir. | 110 | # The real WORKDIR location isn't a dependency for the shared workdir. |
111 | src_patches[vardepsexclude] = "WORKDIR" | 111 | src_patches[vardepsexclude] = "WORKDIR" |
112 | should_apply[vardepsexclude] = "PN" | ||