rhino: BBCLASSEXTEND="native"-ified.
+++ /dev/null
-require rhino_${PV}.bb
-
-inherit java-native
-
-RDEPENDS_${PN} = ""
DEPENDS = "fastjar-native"
+PR = "r1"
+
inherit java-library
SRC_URI = "\
PACKAGES = "${JPN} rhino"
FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc"
+
RDEPENDS_${PN} = "java2-runtime ${JPN}"
+RDEPENDS_${PN}_virtclass-native = ""
do_compile() {
mkdir -p build
SRC_URI[md5sum] = "613eed8201d37be201805e5048ebb0c3"
SRC_URI[sha256sum] = "084e250d2392369b2548b663e61bcf128baecb2f527e381e9ba89f0148db2c0d"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"