summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes/jikes_1.22.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/jikes/jikes_1.22.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/jikes/jikes_1.22.bb')
-rw-r--r--recipes-core/jikes/jikes_1.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb
index a35cfcf..8f97a1c 100644
--- a/recipes-core/jikes/jikes_1.22.bb
+++ b/recipes-core/jikes/jikes_1.22.bb
@@ -14,8 +14,8 @@ inherit autotools update-alternatives relative_symlinks
14BBCLASSEXTEND = "native" 14BBCLASSEXTEND = "native"
15 15
16RDEPENDS_${PN} = "classpath" 16RDEPENDS_${PN} = "classpath"
17PROVIDES_virtclass-native = "" 17PROVIDES_class-native = ""
18RDEPENDS_${PN}_virtclass-native = "" 18RDEPENDS_${PN}_class-native = ""
19 19
20EXTRA_OECONF = "--disable-fp-emulation --enable-source15" 20EXTRA_OECONF = "--disable-fp-emulation --enable-source15"
21 21