summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-24 12:16:08 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-01-06 09:38:37 +0100
commitcbe884ebf21662b1dbb7bbec429e23a977d8a706 (patch)
treeba5ce55802347ac66733531f901466baec824870 /recipes-core/classpath
parent1782f03aa9f8fc7b268100ace1dc9634724136b9 (diff)
downloadmeta-java-cbe884ebf21662b1dbb7bbec429e23a977d8a706.tar.gz
classpath: set dev-so QA checks to ignore
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r--recipes-core/classpath/classpath.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc
index cffd389..38037f3 100644
--- a/recipes-core/classpath/classpath.inc
+++ b/recipes-core/classpath/classpath.inc
@@ -59,6 +59,9 @@ do_install() {
59 mv ${D}${libdir}/security ${D}${libdir}/${PBN} 59 mv ${D}${libdir}/security ${D}${libdir}/${PBN}
60} 60}
61 61
62# We really have valid non-symlink .so files
63INSANE_SKIP_${PN} = "dev-so"
64
62# Defines the packages that this classpath recipe creates. 65# Defines the packages that this classpath recipe creates.
63# This allows the classpath-minimal variants to override this 66# This allows the classpath-minimal variants to override this
64# again. 67# again.