diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-09-05 14:37:59 -0700 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-02-25 22:24:41 +0100 |
commit | 23bf359e99e8ee0d11b7928454824cfc18b16944 (patch) | |
tree | 70be2a967595923ef2d441eab97dbd6a81a76cd9 /recipes-core/libmatthew/libmatthew.inc | |
parent | 7a7fa4bcb440fb786273f6c0d1d9feeb7422b3ad (diff) | |
download | meta-java-23bf359e99e8ee0d11b7928454824cfc18b16944.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core/libmatthew/libmatthew.inc')
-rw-r--r-- | recipes-core/libmatthew/libmatthew.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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() { | |||
46 | oe_libinstall -so libunix-java ${D}${libdir_jni} | 46 | oe_libinstall -so libunix-java ${D}${libdir_jni} |
47 | } | 47 | } |
48 | 48 | ||
49 | do_install_append() { | ||
50 | rm ${D}${datadir_java}/${PN}.jar | ||
51 | } | ||
49 | PACKAGES = "\ | 52 | PACKAGES = "\ |
50 | libcgi-java libcgi-jni libcgi-jni-dbg \ | 53 | libcgi-java libcgi-jni libcgi-jni-dbg \ |
51 | libunixsocket-java libunixsocket-jni libunixsocket-jni-dbg \ | 54 | libunixsocket-java libunixsocket-jni libunixsocket-jni-dbg \ |