diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-17 23:26:07 -0800 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2015-12-30 15:35:13 +0200 |
commit | af90e3a9473e529dcbb4e7392a62f1d5c592f717 (patch) | |
tree | a2669c2dd1f31fd9ba02337317e6f0e450a6b685 | |
parent | b6de0913f9420680604e12a119d5d01ba6d51695 (diff) | |
download | meta-java-af90e3a9473e529dcbb4e7392a62f1d5c592f717.tar.gz |
openjdk-8/openjre-8: skip the dev-so test
Fixed:
ERROR: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so:
openjdk-8 path
'work/core2-64-poky-linux/openjdk-8/72b05-r0/packages-split/openjdk-8/usr/lib/jvm/openjdk-8/jre/lib/amd64/server/libjsig.so'
[dev-so]
The symlink .so is valid so we just skip the test
just like what we does in openjdk-7.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 457a010..63572ad 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc | |||
@@ -69,3 +69,6 @@ EXTRA_OEMAKE_append = '\ | |||
69 | QUIETLY= \ | 69 | QUIETLY= \ |
70 | images \ | 70 | images \ |
71 | ' | 71 | ' |
72 | |||
73 | # There is a symlink to a .so but this one is valid. | ||
74 | INSANE_SKIP_${PN} = "dev-so" | ||