From patchwork Fri Feb 10 08:28:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 18/20] gcc: Ensure same sstate hashes for shared soruce directory Date: Fri, 10 Feb 2012 08:28:53 -0000 From: Saul Wold X-Patchwork-Id: 21123 Message-Id: <756c0cc2ba2872eab08ce39c43f27c745dfef5c0.1328862318.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Lianhao Lu 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 --- 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 e89a7c0..57668f9 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"