| Submitter | Lianhao Lu |
|---|---|
| Date | Feb. 10, 2012, 3:47 a.m. |
| Message ID | <0edd928e521c2b04fde4d28de4bac2d53bd39dd9.1328845545.git.lianhao.lu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/21081/ |
| State | Accepted |
| Commit | afb400e9c3ddac604906bde44df5da29a6c134d9 |
| Headers | show |
Comments
Patch
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"
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> --- meta/recipes-devtools/gcc/gcc-common.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)