diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-04-14 13:54:30 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-21 19:51:21 +0200 |
commit | cbef0d81569f3b27a69877f5e2e512dc729b224a (patch) | |
tree | c7b2db681ea271fbf1396f701738990cb86bc1b3 | |
parent | 27f998e0cddf13e469f2c4969457018b53e241ac (diff) | |
download | meta-java-cbef0d81569f3b27a69877f5e2e512dc729b224a.tar.gz |
openjdk-7: Fix QA errors non debug package contains .debug directory
Fixes errors like below when building jamvm as additional VM
ERROR: QA Issue: non debug package contains .debug directory:
openjdk-7-common path
/work/ppce500v2-poky-linux-gnuspe/openjdk-7-jre/03b21-2.1.7-r6.0/packages-split/openjdk-7-common/usr/lib/jvm/java-7-openjdk/jre/lib/ppc/client/.debug/libjvm.so
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 5194d9f..206bf12 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -237,6 +237,7 @@ FILES_${JDKPN}-dbg = "\ | |||
237 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/jamvm/.debug \ | 237 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/jamvm/.debug \ |
238 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ | 238 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/headless/.debug \ |
239 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ | 239 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/xawt/.debug \ |
240 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/client/.debug \ | ||
240 | " | 241 | " |
241 | 242 | ||
242 | FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" | 243 | FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" |