[oe-commits] Henning Heinold : gnujaf: remove do_install method to fix native package

git version control git at git.openembedded.org
Sat May 15 23:57:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 47f8089db47a385ad8627af9cb4d707eb9d2c5d8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=47f8089db47a385ad8627af9cb4d707eb9d2c5d8

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat May 15 23:32:52 2010 +0200

gnujaf: remove do_install method to fix native package

* remove extra depenedency for fastjar-native, because
  the java classes are doing it for us

---

 recipes/classpathx/gnujaf_1.1.1.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/classpathx/gnujaf_1.1.1.bb b/recipes/classpathx/gnujaf_1.1.1.bb
index f8f6440..866aeda 100644
--- a/recipes/classpathx/gnujaf_1.1.1.bb
+++ b/recipes/classpathx/gnujaf_1.1.1.bb
@@ -12,8 +12,6 @@ inherit autotools java-library
 
 S = "${WORKDIR}/activation-${PV}"
 
-DEPENDS = "fastjar-native"
-
 export JAVAC = "javac"
 
 # Fake javadoc
@@ -30,9 +28,5 @@ do_compile() {
   fastjar -C build -c -f ${JARFILENAME} .
 }
 
-do_install() {
-  java_install
-}
-
 SRC_URI[md5sum] = "de50d7728e8140eb404f2b4554321f8c"
 SRC_URI[sha256sum] = "b1b5ef560d30fcb11fbf537246857d14110ce4eb2b200d4c54690472305d87b7"





More information about the Openembedded-commits mailing list