From 23bf359e99e8ee0d11b7928454824cfc18b16944 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 5 Sep 2013 14:37:59 -0700 Subject: libmatthew: Remove the dummy jar symlink This symlink is made to make the java-library class happy but it makes no sense to package it up in any package since it does not belong anywhere so lets delete it Signed-off-by: Khem Raj --- recipes-core/libmatthew/libmatthew.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-core/libmatthew') diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc index d0ea00a..b7e50bd 100644 --- a/recipes-core/libmatthew/libmatthew.inc +++ b/recipes-core/libmatthew/libmatthew.inc @@ -46,6 +46,9 @@ do_install() { oe_libinstall -so libunix-java ${D}${libdir_jni} } +do_install_append() { + rm ${D}${datadir_java}/${PN}.jar +} PACKAGES = "\ libcgi-java libcgi-jni libcgi-jni-dbg \ libunixsocket-java libunixsocket-jni libunixsocket-jni-dbg \ -- cgit v1.2.3-54-g00ecf