summaryrefslogtreecommitdiff
path: root/packages/kaffe/kaffe.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-19 15:00:26 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-19 15:00:26 +0000
commit99f2384e364911cef5915e3535fb596d38afa1b9 (patch)
tree494388def6ab88adb4c7e2870925b5746124076a /packages/kaffe/kaffe.inc
parent3ca6df477b1f40a25b5b0374649ed5c484c048d6 (diff)
kaffe: move common dependency on libart-lgpl into include file
Diffstat (limited to 'packages/kaffe/kaffe.inc')
-rw-r--r--packages/kaffe/kaffe.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/kaffe/kaffe.inc b/packages/kaffe/kaffe.inc
index 2ae0929a93..7863f733c0 100644
--- a/packages/kaffe/kaffe.inc
+++ b/packages/kaffe/kaffe.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Kaffe is a clean room implementation of the Java Virtual Machine"
HOMEPAGE = "http://www.kaffe.org/"
LICENSE = "GPL LGPL W3C Classpath BSD"
-DEPENDS = "virtual/javac-native fastjar-native libffi zip-native"
+DEPENDS = "virtual/javac-native fastjar-native libffi zip-native libart-lgpl"
RDEPENDS_${PN} = "${PN}-common (>= ${PV})"
SRC_URI += "file://disable-automake-checks.patch;patch=1"
@@ -44,10 +44,6 @@ oe_runconf () {
fi
}
-PACKAGES =+ "${PN}-common"
-FILES_${PN} += "${libdir}/${PN}"
-FILES_${PN}-common = "${libdir}/${PN}/jre/lib/*.jar"
-
do_install () {
autotools_do_install
@@ -84,3 +80,7 @@ pkg_postrm_${PN} () {
update-alternatives --remove $name ${libdir}/${PN}/jre/bin/$name
done
}
+
+PACKAGES =+ "${PN}-common"
+FILES_${PN} += "${libdir}/${PN}"
+FILES_${PN}-common = "${libdir}/${PN}/jre/lib/*.jar"