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 13:38:15 +0000 |
commit | afb400e9c3ddac604906bde44df5da29a6c134d9 (patch) | |
tree | 964a123c6caa910bd3237b5989bb3450d2b437a2 /meta/recipes-devtools/gcc/gcc-common.inc | |
parent | a124a0883507caf4ffb7e25be666f6781b30abdd (diff) | |
download | openembedded-core-afb400e9c3ddac604906bde44df5da29a6c134d9.tar.gz openembedded-core-afb400e9c3ddac604906bde44df5da29a6c134d9.tar.bz2 openembedded-core-afb400e9c3ddac604906bde44df5da29a6c134d9.zip |
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.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-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" # We need to ensure that for the shared work directory, the do_patch singatures match # The real WORKDIR location isn't a dependency for the shared workdir. src_patches[vardepsexclude] = "WORKDIR" +should_apply[vardepsexclude] = "PN" |