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:11 +0100 |
| commit | da10d6ec7c576c3b31af76aecb01e2da07a48df6 (patch) | |
| tree | 79e33610fbaad75e0624aff31dc088a43d4b4acf | |
| parent | cd63c72ac0f99013de03e9eb9f59f930364ee869 (diff) | |
| download | meta-java-da10d6ec7c576c3b31af76aecb01e2da07a48df6.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>
| -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 \ |
