summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/classpath.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-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.