diff options
author | AJ Bagwell <anthony.bagwell@hivehome.com> | 2021-08-09 14:09:37 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-08-11 07:19:27 +0200 |
commit | b71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch) | |
tree | 8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/classpath/classpath.inc | |
parent | 984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff) | |
download | meta-java-b71a9866abfd5292650ef0afc5ecb9ab5e29b887.tar.gz |
all: run convert-overrides (0.9.3) script to convert to new override format
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-rw-r--r-- | recipes-core/classpath/classpath.inc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index e23b752..42c5daf 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
@@ -11,15 +11,15 @@ inherit autotools java gettext | |||
11 | 11 | ||
12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" | 12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" |
13 | 13 | ||
14 | RPROVIDES_${PN} = "" | 14 | RPROVIDES:${PN} = "" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PBN}-common (>= ${PV})" | 16 | RDEPENDS:${PN} = "${PBN}-common (>= ${PV})" |
17 | RDEPENDS_${PN}-examples = "java2-runtime ${PN}-awt" | 17 | RDEPENDS:${PN}-examples = "java2-runtime ${PN}-awt" |
18 | RDEPENDS_${PN}-tools = "java2-runtime" | 18 | RDEPENDS:${PN}-tools = "java2-runtime" |
19 | 19 | ||
20 | RPROVIDES_${PN} = "${PBN}" | 20 | RPROVIDES:${PN} = "${PBN}" |
21 | RPROVIDES_${PN}-common = "${PBN}-common" | 21 | RPROVIDES:${PN}-common = "${PBN}-common" |
22 | RPROVIDES_${PN}-gtk = "${PBN}-awt" | 22 | RPROVIDES:${PN}-gtk = "${PBN}-awt" |
23 | 23 | ||
24 | PR = "r3" | 24 | PR = "r3" |
25 | 25 | ||
@@ -49,7 +49,7 @@ EXTRA_OECONF = "\ | |||
49 | EXTRA_OECONF += "\ | 49 | EXTRA_OECONF += "\ |
50 | " | 50 | " |
51 | 51 | ||
52 | do_configure_prepend () { | 52 | do_configure:prepend () { |
53 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S} | 53 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S} |
54 | } | 54 | } |
55 | 55 | ||
@@ -60,7 +60,7 @@ do_install() { | |||
60 | } | 60 | } |
61 | 61 | ||
62 | # We really have valid non-symlink .so files | 62 | # We really have valid non-symlink .so files |
63 | INSANE_SKIP_${PN} = "dev-so" | 63 | INSANE_SKIP:${PN} = "dev-so" |
64 | 64 | ||
65 | # Defines the packages that this classpath recipe creates. | 65 | # Defines the packages that this classpath recipe creates. |
66 | # This allows the classpath-minimal variants to override this | 66 | # This allows the classpath-minimal variants to override this |
@@ -71,20 +71,20 @@ CPPACKAGES = "${PBN}-common ${PN}-examples \ | |||
71 | 71 | ||
72 | PACKAGES =+ "${CPPACKAGES}" | 72 | PACKAGES =+ "${CPPACKAGES}" |
73 | 73 | ||
74 | FILES_${PN}-dev += "${libdir}/${PBN}/*.la ${incdir}/${PBN}" | 74 | FILES:${PN}-dev += "${libdir}/${PBN}/*.la ${incdir}/${PBN}" |
75 | 75 | ||
76 | FILES_${PBN}-common = "${datadir}/${PBN}/glibj.zip ${libdir}/logging.properties ${libdir}/${PBN}/security" | 76 | FILES:${PBN}-common = "${datadir}/${PBN}/glibj.zip ${libdir}/logging.properties ${libdir}/${PBN}/security" |
77 | FILES_${PN}-examples = "${datadir}/${PBN}/examples" | 77 | FILES:${PN}-examples = "${datadir}/${PBN}/examples" |
78 | 78 | ||
79 | FILES_${PN}-tools = "${datadir}/${PBN}/tools.zip ${bindir}" | 79 | FILES:${PN}-tools = "${datadir}/${PBN}/tools.zip ${bindir}" |
80 | FILES_${PN}-tools-doc = "${mandir}" | 80 | FILES:${PN}-tools-doc = "${mandir}" |
81 | 81 | ||
82 | FILES_${PN}-dbg += "${libdir}/${PBN}/.debug" | 82 | FILES:${PN}-dbg += "${libdir}/${PBN}/.debug" |
83 | FILES_${PN}-doc = "${infodir}" | 83 | FILES:${PN}-doc = "${infodir}" |
84 | 84 | ||
85 | # gcjwebplugin - not built yet | 85 | # gcjwebplugin - not built yet |
86 | #FILES_${PN}-gcjwebplugin = "${libdir}/${PBN}/libgcjwebplugin.so" | 86 | #FILES_${PN}-gcjwebplugin = "${libdir}/${PBN}/libgcjwebplugin.so" |
87 | FILES_${PN}-gtk = "${libdir}/${PBN}/libgtkpeer.so ${libdir}/${PBN}/libjawt.so" | 87 | FILES:${PN}-gtk = "${libdir}/${PBN}/libgtkpeer.so ${libdir}/${PBN}/libjawt.so" |
88 | FILES_${PN}-gconf = "${libdir}/${PBN}/libgconfpeer.so" | 88 | FILES:${PN}-gconf = "${libdir}/${PBN}/libgconfpeer.so" |
89 | FILES_${PN} = "${libdir}/${PBN}/lib*so*" | 89 | FILES:${PN} = "${libdir}/${PBN}/lib*so*" |
90 | 90 | ||