diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-07 14:52:42 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-01-07 23:44:24 +0100 |
commit | cc04efcf23c40f7ad5915ecc7e41c937de0d0fba (patch) | |
tree | 812ead75a61e0f25a34494f349f1117d5a2063f2 | |
parent | e90233b586ec2a040124e4c86218e88fe76a8173 (diff) | |
download | meta-java-cc04efcf23c40f7ad5915ecc7e41c937de0d0fba.tar.gz |
jamvm: silence dev-so QA warnings
* fix was sent in by Xerxes RÄnby too
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
-rw-r--r-- | recipes-core/jamvm/jamvm.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index 59cc841..bdc4928 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc | |||
@@ -40,6 +40,7 @@ do_install_append_virtclass-native() { | |||
40 | } | 40 | } |
41 | 41 | ||
42 | PRIVATE_LIBS = "libjvm.so" | 42 | PRIVATE_LIBS = "libjvm.so" |
43 | INSANE_SKIP_${PN} = "dev-so" | ||
43 | 44 | ||
44 | FILES_${PN} += "${libdir}/jamvm/lib*.so" | 45 | FILES_${PN} += "${libdir}/jamvm/lib*.so" |
45 | 46 | ||