[oe] [meta-java][2/2 v2] openjdk-8/openjre-8: skip the dev-so test

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Dec 22 07:49:39 UTC 2015


From: Jackie Huang <jackie.huang at windriver.com>

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 at windriver.com>
---
 recipes-core/openjdk/openjdk-8-cross.inc | 3 +++
 1 file changed, 3 insertions(+)

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 = '\
     QUIETLY= \
     images \
 '
+
+# There is a symlink to a .so but this one is valid.
+INSANE_SKIP_${PN} = "dev-so"
-- 
2.3.5




More information about the Openembedded-devel mailing list