diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-15 23:32:52 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-15 23:32:52 +0200 |
commit | 47f8089db47a385ad8627af9cb4d707eb9d2c5d8 (patch) | |
tree | fe97bd27d0c42ff384afc898d44543a391461853 /recipes | |
parent | 3da1686952f90147cc9971da28ef486dd81b9c27 (diff) |
gnujaf: remove do_install method to fix native package
* remove extra depenedency for fastjar-native, because
the java classes are doing it for us
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 f8f6440624..866aedad5e 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" |