summaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino/rhino_1.7r4.bb
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2018-01-04 14:19:05 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-09 13:41:35 -0200
commit5561f84aa6aacc11743927da15043a9a8323b6a6 (patch)
tree1d39bd94c30ff2d4f15135d3da784e8747cb26a4 /recipes-core/rhino/rhino_1.7r4.bb
parentcfda09395f2c5c5e21f222798e7a07e26e99367e (diff)
downloadmeta-java-5561f84aa6aacc11743927da15043a9a8323b6a6.tar.gz
meta: drop deprecated virtclass-native
Replaces them with class-native. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/rhino/rhino_1.7r4.bb')
-rw-r--r--recipes-core/rhino/rhino_1.7r4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
index 30d5a62..df6a0f7 100644
--- a/recipes-core/rhino/rhino_1.7r4.bb
+++ b/recipes-core/rhino/rhino_1.7r4.bb
@@ -20,7 +20,7 @@ PACKAGES = "${JPN} rhino"
20 20
21FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" 21FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc"
22RDEPENDS_${PN} = "java2-runtime ${JPN}" 22RDEPENDS_${PN} = "java2-runtime ${JPN}"
23RDEPENDS_${PN}_virtclass-native = "" 23RDEPENDS_${PN}_class-native = ""
24 24
25do_compile() { 25do_compile() {
26 mkdir -p build 26 mkdir -p build