From 5561f84aa6aacc11743927da15043a9a8323b6a6 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 4 Jan 2018 14:19:05 +0100 Subject: meta: drop deprecated virtclass-native Replaces them with class-native. Signed-off-by: Ming Liu Signed-off-by: Otavio Salvador --- recipes-core/rhino/rhino_1.7r4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/rhino/rhino_1.7r4.bb') 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" FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" RDEPENDS_${PN} = "java2-runtime ${JPN}" -RDEPENDS_${PN}_virtclass-native = "" +RDEPENDS_${PN}_class-native = "" do_compile() { mkdir -p build -- cgit v1.2.3-54-g00ecf