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 | |
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')
48 files changed, 270 insertions, 270 deletions
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb index 7839abd..fa37dd1 100644 --- a/recipes-core/ant/ant-native_1.8.1.bb +++ b/recipes-core/ant/ant-native_1.8.1.bb | |||
@@ -20,7 +20,7 @@ DEPENDS = " \ | |||
20 | junit-native jdepend-native commons-net-native commons-logging-native \ | 20 | junit-native jdepend-native commons-net-native commons-logging-native \ |
21 | " | 21 | " |
22 | 22 | ||
23 | do_removecruft() { | 23 | do:removecruft() { |
24 | # Removes thing that need proprietary Jar files or are otherwise problematic | 24 | # Removes thing that need proprietary Jar files or are otherwise problematic |
25 | rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/image | 25 | rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/image |
26 | rm -rf ${S}/src/main/org/apache/tools/ant/types/optional/image | 26 | rm -rf ${S}/src/main/org/apache/tools/ant/types/optional/image |
@@ -30,7 +30,7 @@ do_removecruft() { | |||
30 | rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java | 30 | rm -rf ${S}/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java |
31 | } | 31 | } |
32 | 32 | ||
33 | addtask removecruft before do_patch after do_removebinaries | 33 | addtask removecruft before do_patch after do:removebinaries |
34 | 34 | ||
35 | do_compile() { | 35 | do_compile() { |
36 | mkdir -p build | 36 | mkdir -p build |
@@ -57,7 +57,7 @@ do_compile() { | |||
57 | sed -i -e"s|@JAR_FILE@|$cp|" ${WORKDIR}/ant | 57 | sed -i -e"s|@JAR_FILE@|$cp|" ${WORKDIR}/ant |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install:append() { |
61 | install -d ${D}${bindir} | 61 | install -d ${D}${bindir} |
62 | install -m 0755 ${WORKDIR}/ant ${D}${bindir} | 62 | install -m 0755 ${WORKDIR}/ant ${D}${bindir} |
63 | } | 63 | } |
diff --git a/recipes-core/antlr/antlr_2.7.7.bb b/recipes-core/antlr/antlr_2.7.7.bb index d2453a9..d744201 100644 --- a/recipes-core/antlr/antlr_2.7.7.bb +++ b/recipes-core/antlr/antlr_2.7.7.bb | |||
@@ -5,11 +5,11 @@ LICENSE = "PD" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=361934e706423915b4d9f413ad37fb65" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=361934e706423915b4d9f413ad37fb65" |
6 | 6 | ||
7 | SRC_URI = "http://www.antlr2.org/download/${BP}.tar.gz" | 7 | SRC_URI = "http://www.antlr2.org/download/${BP}.tar.gz" |
8 | SRC_URI_append_class-native = " file://runantlr" | 8 | SRC_URI:append:class-native = " file://runantlr" |
9 | 9 | ||
10 | inherit java-library | 10 | inherit java-library |
11 | 11 | ||
12 | do_configure_class-native() { | 12 | do_configure:class-native() { |
13 | sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar|" ${WORKDIR}/runantlr | 13 | sed -i -e"s|@JAR_FILE@|${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar|" ${WORKDIR}/runantlr |
14 | } | 14 | } |
15 | 15 | ||
@@ -21,7 +21,7 @@ do_compile() { | |||
21 | fastjar cf ${JARFILENAME} -C build . | 21 | fastjar cf ${JARFILENAME} -C build . |
22 | } | 22 | } |
23 | 23 | ||
24 | do_install_class-native() { | 24 | do_install:class-native() { |
25 | install -d ${D}${bindir} | 25 | install -d ${D}${bindir} |
26 | install -m 0755 ${WORKDIR}/runantlr ${D}${bindir}/ | 26 | install -m 0755 ${WORKDIR}/runantlr ${D}${bindir}/ |
27 | } | 27 | } |
diff --git a/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb b/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb index feaa7dc..460d39a 100644 --- a/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb +++ b/recipes-core/ca-certificates-java/ca-certificates-java_20180516.bb | |||
@@ -37,7 +37,7 @@ python () { | |||
37 | raise bb.parse.SkipRecipe("PREFERRED_RPROVIDER_java2-runtime '%s' unsupported" % runtime) | 37 | raise bb.parse.SkipRecipe("PREFERRED_RPROVIDER_java2-runtime '%s' unsupported" % runtime) |
38 | } | 38 | } |
39 | 39 | ||
40 | do_patch_append () { | 40 | do_patch:append () { |
41 | bb.build.exec_func('do_fix_sysconfdir', d) | 41 | bb.build.exec_func('do_fix_sysconfdir', d) |
42 | } | 42 | } |
43 | 43 | ||
@@ -78,7 +78,7 @@ do_install () { | |||
78 | ${D}${sbindir}/create-ca-certificates-java | 78 | ${D}${sbindir}/create-ca-certificates-java |
79 | } | 79 | } |
80 | 80 | ||
81 | pkg_postinst_${PN} () { | 81 | pkg_postinst:${PN} () { |
82 | if [ -n "$D" ] ; then | 82 | if [ -n "$D" ] ; then |
83 | # In this case we want to use the Java in the image recipe's | 83 | # In this case we want to use the Java in the image recipe's |
84 | # native sysroot (native Java, not qemu target Java) to | 84 | # native sysroot (native Java, not qemu target Java) to |
@@ -98,10 +98,10 @@ pkg_postinst_${PN} () { | |||
98 | JVM_LIBDIR=$JVM_LIBDIR $D${sbindir}/create-ca-certificates-java | 98 | JVM_LIBDIR=$JVM_LIBDIR $D${sbindir}/create-ca-certificates-java |
99 | } | 99 | } |
100 | 100 | ||
101 | RDEPENDS_${PN} = "ca-certificates" | 101 | RDEPENDS:${PN} = "ca-certificates" |
102 | RDEPENDS_${PN}_append_class-target = " java2-runtime" | 102 | RDEPENDS:${PN}:append:class-target = " java2-runtime" |
103 | RDEPENDS_${PN}_append_class-native = " virtual/java-native" | 103 | RDEPENDS:${PN}:append:class-native = " virtual/java-native" |
104 | 104 | ||
105 | FILES_${PN} += "${datadir_java}" | 105 | FILES:${PN} += "${datadir_java}" |
106 | 106 | ||
107 | BBCLASSEXTEND = "native" | 107 | BBCLASSEXTEND = "native" |
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb index a43d3f4..8432456 100644 --- a/recipes-core/cacao/cacao-initial-native_0.98.bb +++ b/recipes-core/cacao/cacao-initial-native_0.98.bb | |||
@@ -35,7 +35,7 @@ export JAVAC="jikes-initial" | |||
35 | # enforces the usage of fastjar | 35 | # enforces the usage of fastjar |
36 | export JAR="fastjar" | 36 | export JAR="fastjar" |
37 | 37 | ||
38 | do_configure_append() { | 38 | do_configure:append() { |
39 | # Fix the executable name in the wrapper script. | 39 | # Fix the executable name in the wrapper script. |
40 | sed -i -e "s|exec cacao \\$|exec cacao-initial \\$|" src/scripts/java.in | 40 | sed -i -e "s|exec cacao \\$|exec cacao-initial \\$|" src/scripts/java.in |
41 | } | 41 | } |
diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb index 1a61e12..29aa24f 100644 --- a/recipes-core/cacao/cacao_git.bb +++ b/recipes-core/cacao/cacao_git.bb | |||
@@ -4,11 +4,11 @@ LICENSE = "GPL-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | SECTION = "interpreters" | 5 | SECTION = "interpreters" |
6 | 6 | ||
7 | DEPENDS_class-native = "zlib-native libtool-native ecj-initial-native fastjar-native classpath-initial-native classpath-native bdwgc-native virtual/java-initial-native" | 7 | DEPENDS:class-native = "zlib-native libtool-native ecj-initial-native fastjar-native classpath-initial-native classpath-native bdwgc-native virtual/java-initial-native" |
8 | PROVIDES_class-native = "virtual/java-native" | 8 | PROVIDES:class-native = "virtual/java-native" |
9 | 9 | ||
10 | DEPENDS = "zlib libtool classpath virtual/javac-native bdwgc" | 10 | DEPENDS = "zlib libtool classpath virtual/javac-native bdwgc" |
11 | RPROVIDES_${PN} = "java2-runtime" | 11 | RPROVIDES:${PN} = "java2-runtime" |
12 | 12 | ||
13 | SRCREV = "6c4694f9bd175386a8c451531e9a5ad97aa23b6f" | 13 | SRCREV = "6c4694f9bd175386a8c451531e9a5ad97aa23b6f" |
14 | SRC_URI = "git://bitbucket.org/cacaovm/cacao.git;protocol=https \ | 14 | SRC_URI = "git://bitbucket.org/cacaovm/cacao.git;protocol=https \ |
@@ -20,9 +20,9 @@ S = "${WORKDIR}/git" | |||
20 | inherit java autotools-brokensep update-alternatives pkgconfig features_check | 20 | inherit java autotools-brokensep update-alternatives pkgconfig features_check |
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "x11" | 22 | REQUIRED_DISTRO_FEATURES = "x11" |
23 | REQUIRED_DISTRO_FEATURES_class-native := "" | 23 | REQUIRED_DISTRO_FEATURES:class-native := "" |
24 | 24 | ||
25 | EXTRA_OECONF_class-native = "\ | 25 | EXTRA_OECONF:class-native = "\ |
26 | --enable-debug \ | 26 | --enable-debug \ |
27 | --with-vm-zip=${datadir}/cacao/vm.zip \ | 27 | --with-vm-zip=${datadir}/cacao/vm.zip \ |
28 | --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \ | 28 | --with-java-runtime-library-classes=${datadir}/classpath/glibj.zip \ |
@@ -33,7 +33,7 @@ EXTRA_OECONF_class-native = "\ | |||
33 | --disable-libjvm \ | 33 | --disable-libjvm \ |
34 | " | 34 | " |
35 | 35 | ||
36 | CACHED_CONFIGUREVARS_class-native += "ac_cv_prog_JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial" | 36 | CACHED_CONFIGUREVARS:class-native += "ac_cv_prog_JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial" |
37 | 37 | ||
38 | EXTRA_OECONF = "\ | 38 | EXTRA_OECONF = "\ |
39 | --with-vm-zip=${datadir}/cacao/vm.zip \ | 39 | --with-vm-zip=${datadir}/cacao/vm.zip \ |
@@ -46,21 +46,21 @@ EXTRA_OECONF = "\ | |||
46 | --disable-test-dependency-checks \ | 46 | --disable-test-dependency-checks \ |
47 | " | 47 | " |
48 | 48 | ||
49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
50 | # upgrade m4 macros in source tree | 50 | # upgrade m4 macros in source tree |
51 | libtoolize --force --copy --install | 51 | libtoolize --force --copy --install |
52 | rm -f src/mm/boehm-gc/ltmain.sh | 52 | rm -f src/mm/boehm-gc/ltmain.sh |
53 | mkdir -p src/mm/boehm-gc/m4 | 53 | mkdir -p src/mm/boehm-gc/m4 |
54 | } | 54 | } |
55 | 55 | ||
56 | do_install_append_class-target() { | 56 | do_install:append:class-target() { |
57 | rm ${D}/${bindir}/java | 57 | rm ${D}/${bindir}/java |
58 | } | 58 | } |
59 | 59 | ||
60 | FILES_${PN} = "${bindir}/${PN} ${libdir}/cacao/lib*.so ${libdir}/lib*.so* ${datadir}/${PN}" | 60 | FILES:${PN} = "${bindir}/${PN} ${libdir}/cacao/lib*.so ${libdir}/lib*.so* ${datadir}/${PN}" |
61 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/.debug/lib*.so*" | 61 | FILES:${PN}-dbg += "${bindir}/.debug ${libdir}/.debug/lib*.so*" |
62 | FILES_${PN}-doc += "${datadir}/gc" | 62 | FILES:${PN}-doc += "${datadir}/gc" |
63 | 63 | ||
64 | BBCLASSEXTEND = "native" | 64 | BBCLASSEXTEND = "native" |
65 | 65 | ||
66 | COMPATIBLE_MACHINE_aarch64 = "-" | 66 | COMPATIBLE_MACHINE:aarch64 = "-" |
diff --git a/recipes-core/classpath/classpath-initial-native_0.93.bb b/recipes-core/classpath/classpath-initial-native_0.93.bb index 51229ec..7bb1ca1 100644 --- a/recipes-core/classpath/classpath-initial-native_0.93.bb +++ b/recipes-core/classpath/classpath-initial-native_0.93.bb | |||
@@ -28,7 +28,7 @@ EXTRA_OECONF += "\ | |||
28 | # Ensure tools.zip is not installed at same path as classpath-native | 28 | # Ensure tools.zip is not installed at same path as classpath-native |
29 | EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" | 29 | EXTRA_OEMAKE += "pkgdatadir=${STAGING_DATADIR_NATIVE}/classpath-initial" |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install:append() { |
32 | # remove files clashing with classpath-native in sysroot | 32 | # remove files clashing with classpath-native in sysroot |
33 | rm \ | 33 | rm \ |
34 | ${D}${bindir}/gappletviewer \ | 34 | ${D}${bindir}/gappletviewer \ |
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb index daf7611..ecf8c0a 100644 --- a/recipes-core/classpath/classpath-native_0.99.bb +++ b/recipes-core/classpath/classpath-native_0.99.bb | |||
@@ -23,7 +23,7 @@ EXTRA_OECONF += "\ | |||
23 | --includedir=${STAGING_INCDIR}/classpath \ | 23 | --includedir=${STAGING_INCDIR}/classpath \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_compile_append () { | 26 | do_compile:append () { |
27 | # tools using java-initial rather than java sed it out | 27 | # tools using java-initial rather than java sed it out |
28 | cd tools | 28 | cd tools |
29 | sed -e "s/java-initial/java/g" \ | 29 | sed -e "s/java-initial/java/g" \ |
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 | ||
diff --git a/recipes-core/cup/cup_0.10k.bb b/recipes-core/cup/cup_0.10k.bb index 3ce5a21..ce81453 100644 --- a/recipes-core/cup/cup_0.10k.bb +++ b/recipes-core/cup/cup_0.10k.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "CUP" | |||
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=2c9db91c00f38e52cfc8e67bafaa7c33" |
5 | 5 | ||
6 | 6 | ||
7 | RDEPENDS_${PN} = "java2-runtime" | 7 | RDEPENDS:${PN} = "java2-runtime" |
8 | RDEPENDS_${PN}_class-native = "" | 8 | RDEPENDS:${PN}:class-native = "" |
9 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 9 | PACKAGE_ARCH = "${TUNE_PKGARCH}" |
10 | 10 | ||
11 | inherit java-library | 11 | inherit java-library |
@@ -32,14 +32,14 @@ do_compile() { | |||
32 | fastjar cf ${BP}.jar -C build . | 32 | fastjar cf ${BP}.jar -C build . |
33 | } | 33 | } |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | install -d ${D}${bindir} | 36 | install -d ${D}${bindir} |
37 | install -m 0755 ${WORKDIR}/cup ${D}${bindir} | 37 | install -m 0755 ${WORKDIR}/cup ${D}${bindir} |
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGES = "${PN}" | 40 | PACKAGES = "${PN}" |
41 | 41 | ||
42 | FILES_${PN} += "${datadir_java}" | 42 | FILES:${PN} += "${datadir_java}" |
43 | 43 | ||
44 | SRC_URI[md5sum] = "8b11edfec13c590ea443d0f0ae0da479" | 44 | SRC_URI[md5sum] = "8b11edfec13c590ea443d0f0ae0da479" |
45 | SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd" | 45 | SRC_URI[sha256sum] = "7e6dc5be74ae56c7e86e69ad0ad88dae3b2847afa9e73a76635918a6b1eb75cd" |
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc index 2a40e3c..8412236 100644 --- a/recipes-core/fastjar/fastjar.inc +++ b/recipes-core/fastjar/fastjar.inc | |||
@@ -12,15 +12,15 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.ta | |||
12 | inherit autotools update-alternatives | 12 | inherit autotools update-alternatives |
13 | 13 | ||
14 | PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" | 14 | PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" |
15 | FILES_${PN}-grepjar = "${bindir}/grepjar" | 15 | FILES:${PN}-grepjar = "${bindir}/grepjar" |
16 | 16 | ||
17 | PROVIDES = "virtual/jar" | 17 | PROVIDES = "virtual/jar" |
18 | ALTERNATIVE_${PN} = "jar" | 18 | ALTERNATIVE:${PN} = "jar" |
19 | ALTERNATIVE_LINK = "${bindir}/jar" | 19 | ALTERNATIVE_LINK = "${bindir}/jar" |
20 | ALTERNATIVE_TARGET = "${bindir}/fastjar" | 20 | ALTERNATIVE_TARGET = "${bindir}/fastjar" |
21 | 21 | ||
22 | # update-aternatives does not work for native class | 22 | # update-aternatives does not work for native class |
23 | do_install_append_class-native () { | 23 | do_install:append:class-native () { |
24 | ln -s fastjar ${D}${bindir}/jar | 24 | ln -s fastjar ${D}${bindir}/jar |
25 | } | 25 | } |
26 | 26 | ||
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index f53715f..331b7a4 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc | |||
@@ -16,25 +16,25 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} | |||
16 | PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xorgproto-native libxt-native libxext-native libxrender-native" | 16 | PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xorgproto-native libxt-native libxext-native libxrender-native" |
17 | 17 | ||
18 | OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" | 18 | OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" |
19 | CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" | 19 | CFLAGS:append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" |
20 | 20 | ||
21 | # Disable dead store elimination and set C++ standard to C++98. | 21 | # Disable dead store elimination and set C++ standard to C++98. |
22 | # There are dead stores in the JVM that would be pretty hard to | 22 | # There are dead stores in the JVM that would be pretty hard to |
23 | # remove, so disable the optimisation in the compiler. | 23 | # remove, so disable the optimisation in the compiler. |
24 | CFLAGS_append = " -fno-tree-dse" | 24 | CFLAGS:append = " -fno-tree-dse" |
25 | CXXFLAGS_append = " -fno-tree-dse" | 25 | CXXFLAGS:append = " -fno-tree-dse" |
26 | CXX_append = " -std=gnu++98" | 26 | CXX:append = " -std=gnu++98" |
27 | 27 | ||
28 | # WORKAROUND: ignore errors from new compilers | 28 | # WORKAROUND: ignore errors from new compilers |
29 | CFLAGS_append = " -Wno-error=stringop-overflow -Wno-error=return-type" | 29 | CFLAGS:append = " -Wno-error=stringop-overflow -Wno-error=return-type" |
30 | 30 | ||
31 | # oe.utils.get_host_compiler_version returns "gcc, 9.2" and we want -> "9" | 31 | # oe.utils.get_host_compiler_version returns "gcc, 9.2" and we want -> "9" |
32 | HOST_COMPILER_MAJOR="${@oe.utils.get_host_compiler_version(d)[1].split(".", 2)[0]}" | 32 | HOST_COMPILER_MAJOR="${@oe.utils.get_host_compiler_version(d)[1].split(".", 2)[0]}" |
33 | # if compiler version 9 detected, add more CFLAGS | 33 | # if compiler version 9 detected, add more CFLAGS |
34 | CFLAGS_append = " ${@oe.utils.conditional('HOST_COMPILER_MAJOR', '9', '-Wno-error=format-overflow', '', d)}" | 34 | CFLAGS:append = " ${@oe.utils.conditional('HOST_COMPILER_MAJOR', '9', '-Wno-error=format-overflow', '', d)}" |
35 | 35 | ||
36 | # Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources | 36 | # Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources |
37 | CFLAGS_append = " -fcommon" | 37 | CFLAGS:append = " -fcommon" |
38 | 38 | ||
39 | inherit java autotools pkgconfig | 39 | inherit java autotools pkgconfig |
40 | inherit openjdk-build-helper | 40 | inherit openjdk-build-helper |
@@ -71,7 +71,7 @@ export ALT_CUPS_HEADERS_PATH = "${STAGING_INCDIR}" | |||
71 | 71 | ||
72 | # libfreetype.so.6 is copied from STAGING_LIBDIR | 72 | # libfreetype.so.6 is copied from STAGING_LIBDIR |
73 | # which is already stripped. | 73 | # which is already stripped. |
74 | INSANE_SKIP_${PN} = "already-stripped" | 74 | INSANE_SKIP:${PN} = "already-stripped" |
75 | 75 | ||
76 | EXTRA_OECONF = "\ | 76 | EXTRA_OECONF = "\ |
77 | --with-parallel-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ | 77 | --with-parallel-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ |
@@ -101,7 +101,7 @@ JDK_DIR = "icedtea7-native" | |||
101 | 101 | ||
102 | JDK_INSTALL_DIR = "${D}/${libdir_jvm}/${JDK_DIR}" | 102 | JDK_INSTALL_DIR = "${D}/${libdir_jvm}/${JDK_DIR}" |
103 | 103 | ||
104 | do_configure_prepend() { | 104 | do_configure:prepend() { |
105 | arch="${@openjdk_build_helper_get_icedtea_arch(d)}" | 105 | arch="${@openjdk_build_helper_get_icedtea_arch(d)}" |
106 | libarch="${@openjdk_build_helper_get_icedtea_arch(d)}" | 106 | libarch="${@openjdk_build_helper_get_icedtea_arch(d)}" |
107 | 107 | ||
@@ -132,7 +132,7 @@ do_configure_prepend() { | |||
132 | 132 | ||
133 | POST_CONFIGURE_CLEAN_X11 = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'rm openjdk*/jdk/src/solaris/classes/sun/awt/X11/*.java', d)}" | 133 | POST_CONFIGURE_CLEAN_X11 = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'rm openjdk*/jdk/src/solaris/classes/sun/awt/X11/*.java', d)}" |
134 | 134 | ||
135 | do_configure_append() { | 135 | do_configure:append() { |
136 | oe_runmake patch-fsg | 136 | oe_runmake patch-fsg |
137 | 137 | ||
138 | for F in openjdk/jdk/make/common/shared/Compiler-gcc.gmk ; | 138 | for F in openjdk/jdk/make/common/shared/Compiler-gcc.gmk ; |
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc index 627501c..16bf592 100644 --- a/recipes-core/icedtea/openjdk-7-release-03b147.inc +++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
5 | FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" | 5 | FILESPATH =. "${FILE_DIRNAME}/openjdk-7-03b147:" |
6 | 6 | ||
7 | # Force arm mode for now | 7 | # Force arm mode for now |
8 | ARM_INSTRUCTION_SET_armv4t = "ARM" | 8 | ARM_INSTRUCTION_SET:armv4t = "ARM" |
9 | 9 | ||
10 | ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" | 10 | ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" |
11 | 11 | ||
@@ -133,4 +133,4 @@ export DISTRIBUTION_PATCHES = " \ | |||
133 | 133 | ||
134 | # readdir_r was deprecated in glibc-2.24. Ignore the error for now | 134 | # readdir_r was deprecated in glibc-2.24. Ignore the error for now |
135 | # NOTE: When updating the recipe, please check if this is still needed | 135 | # NOTE: When updating the recipe, please check if this is still needed |
136 | CFLAGS_append = " -Wno-error=deprecated-declarations" | 136 | CFLAGS:append = " -Wno-error=deprecated-declarations" |
diff --git a/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb b/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb index 06287f6..2c5ecc2 100644 --- a/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb +++ b/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb | |||
@@ -7,7 +7,7 @@ DESCRIPTION = "Static utility methods useful in manipulating Java classes that c | |||
7 | SRC_URI = "http://www.apache.org/dist/commons/beanutils/source/${BP}-src.tar.gz" | 7 | SRC_URI = "http://www.apache.org/dist/commons/beanutils/source/${BP}-src.tar.gz" |
8 | 8 | ||
9 | DEPENDS += "commons-collections3 commons-logging" | 9 | DEPENDS += "commons-collections3 commons-logging" |
10 | RDEPENDS_${PN} = "libcommons-collections3-java libcommons-logging-java" | 10 | RDEPENDS:${PN} = "libcommons-collections3-java libcommons-logging-java" |
11 | 11 | ||
12 | CP = "commons-collections3 commons-logging" | 12 | CP = "commons-collections3 commons-logging" |
13 | 13 | ||
diff --git a/recipes-core/jakarta-commons/commons-configuration_1.5.bb b/recipes-core/jakarta-commons/commons-configuration_1.5.bb index 0f8a166..4c2bce1 100644 --- a/recipes-core/jakarta-commons/commons-configuration_1.5.bb +++ b/recipes-core/jakarta-commons/commons-configuration_1.5.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = " \ | |||
12 | PNBLACKLIST[commons-configuration] ?= "BROKEN: indirectly depends on broken 'xom'" | 12 | PNBLACKLIST[commons-configuration] ?= "BROKEN: indirectly depends on broken 'xom'" |
13 | 13 | ||
14 | DEPENDS += "commons-logging commons-collections3 commons-beanutils commons-codec commons-digester commons-jxpath commons-lang servlet2.4" | 14 | DEPENDS += "commons-logging commons-collections3 commons-beanutils commons-codec commons-digester commons-jxpath commons-lang servlet2.4" |
15 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libcommons-codec-java libcommons-digester-java libcommons-jxpath-java libcommons-lang-java libservlet2.4-java" | 15 | RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libcommons-codec-java libcommons-digester-java libcommons-jxpath-java libcommons-lang-java libservlet2.4-java" |
16 | 16 | ||
17 | CP = "commons-logging commons-collections3 commons-beanutils commons-codec commons-digester commons-jxpath commons-lang servlet-api-2.4" | 17 | CP = "commons-logging commons-collections3 commons-beanutils commons-codec commons-digester commons-jxpath commons-lang servlet-api-2.4" |
18 | 18 | ||
diff --git a/recipes-core/jakarta-commons/commons-digester_1.8.bb b/recipes-core/jakarta-commons/commons-digester_1.8.bb index 0f079f1..de264b8 100644 --- a/recipes-core/jakarta-commons/commons-digester_1.8.bb +++ b/recipes-core/jakarta-commons/commons-digester_1.8.bb | |||
@@ -7,7 +7,7 @@ SUMMARY = "Converts XML to a Java object by a set of mapping rules." | |||
7 | SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/commons/digester/source/${BP}-src.tar.gz" |
8 | 8 | ||
9 | DEPENDS += "commons-logging commons-beanutils" | 9 | DEPENDS += "commons-logging commons-beanutils" |
10 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-beanutils-java" | 10 | RDEPENDS:${PN} = "libcommons-logging-java libcommons-beanutils-java" |
11 | 11 | ||
12 | CP = "commons-logging commons-beanutils" | 12 | CP = "commons-logging commons-beanutils" |
13 | 13 | ||
diff --git a/recipes-core/jakarta-commons/commons-discovery_0.4.bb b/recipes-core/jakarta-commons/commons-discovery_0.4.bb index 01cb54e..aa87349 100644 --- a/recipes-core/jakarta-commons/commons-discovery_0.4.bb +++ b/recipes-core/jakarta-commons/commons-discovery_0.4.bb | |||
@@ -8,7 +8,7 @@ SUMMARY = "discovering, or finding, implementations for pluggable interfaces" | |||
8 | SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | DEPENDS += "commons-logging" | 10 | DEPENDS += "commons-logging" |
11 | RDEPENDS_${PN} = "libcommons-logging-java" | 11 | RDEPENDS:${PN} = "libcommons-logging-java" |
12 | 12 | ||
13 | CP = "commons-logging" | 13 | CP = "commons-logging" |
14 | 14 | ||
diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb index 4174dce..bb4c35b 100644 --- a/recipes-core/jakarta-commons/commons-el_1.0.bb +++ b/recipes-core/jakarta-commons/commons-el_1.0.bb | |||
@@ -8,7 +8,7 @@ SUMMARY = "Implementation of the JSP2.0 Expression Language API" | |||
8 | SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/el/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | DEPENDS += "jsp2.0 servlet2.4" | 10 | DEPENDS += "jsp2.0 servlet2.4" |
11 | RDEPENDS_${PN} = "libjsp2.0-java libservlet2.4-java" | 11 | RDEPENDS:${PN} = "libjsp2.0-java libservlet2.4-java" |
12 | 12 | ||
13 | CP = "jsp-api-2.0 servlet-api-2.4" | 13 | CP = "jsp-api-2.0 servlet-api-2.4" |
14 | 14 | ||
diff --git a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb index dab7996..395fa15 100644 --- a/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb +++ b/recipes-core/jakarta-commons/commons-fileupload_1.2.1.bb | |||
@@ -8,7 +8,7 @@ DESCRIPTION = "Robust, high-performance, file upload capability for Java servlet | |||
8 | SRC_URI = "http://archive.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/commons/fileupload/source/${BP}-src.tar.gz" |
9 | 9 | ||
10 | DEPENDS += "commons-beanutils commons-io servlet2.3" | 10 | DEPENDS += "commons-beanutils commons-io servlet2.3" |
11 | RDEPENDS_${PN} = "libcommons-beanutils-java libcommons-io-java libservlet2.3-java" | 11 | RDEPENDS:${PN} = "libcommons-beanutils-java libcommons-io-java libservlet2.3-java" |
12 | 12 | ||
13 | CP = "commons-beanutils commons-io servlet-2.3" | 13 | CP = "commons-beanutils commons-io servlet-2.3" |
14 | 14 | ||
diff --git a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb index 8daed1b..a6fb53b 100644 --- a/recipes-core/jakarta-commons/commons-httpclient_3.1.bb +++ b/recipes-core/jakarta-commons/commons-httpclient_3.1.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "http://archive.apache.org/dist/httpcomponents/commons-httpclient/sour | |||
10 | S = "${WORKDIR}/${BP}" | 10 | S = "${WORKDIR}/${BP}" |
11 | 11 | ||
12 | DEPENDS += "commons-logging commons-codec" | 12 | DEPENDS += "commons-logging commons-codec" |
13 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-codec-java" | 13 | RDEPENDS:${PN} = "libcommons-logging-java libcommons-codec-java" |
14 | RDEPENDS_${PN}_class-native = "" | 14 | RDEPENDS:${PN}:class-native = "" |
15 | 15 | ||
16 | CP = "commons-logging commons-codec" | 16 | CP = "commons-logging commons-codec" |
17 | 17 | ||
diff --git a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb index 3561444..5f44315 100644 --- a/recipes-core/jakarta-commons/commons-jxpath_1.3.bb +++ b/recipes-core/jakarta-commons/commons-jxpath_1.3.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://archive.apache.org/dist/commons/jxpath/source/${BP}-src.tar.gz | |||
9 | PNBLACKLIST[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'" | 9 | PNBLACKLIST[commons-jxpath] ?= "BROKEN: indirectly depends on broken 'xom'" |
10 | 10 | ||
11 | DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" | 11 | DEPENDS += "commons-logging commons-collections3 commons-beanutils servlet2.3 jdom" |
12 | RDEPENDS_${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" | 12 | RDEPENDS:${PN} = "libcommons-logging-java libcommons-collections3-java libcommons-beanutils-java libservlet2.3-java libjdom-java" |
13 | 13 | ||
14 | CP = "commons-logging commons-collections3 commons-beanutils servlet-2.3 jdom" | 14 | CP = "commons-logging commons-collections3 commons-beanutils servlet-2.3 jdom" |
15 | 15 | ||
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index 5737c46..ba62ebc 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb | |||
@@ -11,8 +11,8 @@ S = "${WORKDIR}/${BP}" | |||
11 | 11 | ||
12 | DEPENDS += "oro" | 12 | DEPENDS += "oro" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "liboro-java" | 14 | RDEPENDS:${PN} = "liboro-java" |
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS:${PN}:class-native = "" |
16 | 16 | ||
17 | CP = "oro" | 17 | CP = "oro" |
18 | 18 | ||
diff --git a/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb b/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb index 1f5921f..f0348a4 100644 --- a/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb +++ b/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb | |||
@@ -38,7 +38,7 @@ CFLAGS += "-DDEFAULT_MAX_HEAP=512*MB" | |||
38 | EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/jikes-initial \ | 38 | EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/jikes-initial \ |
39 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath-inital/glibj.zip \ | 39 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath-inital/glibj.zip \ |
40 | " | 40 | " |
41 | do_install_append() { | 41 | do_install:append() { |
42 | install -d ${D}${bindir}/ | 42 | install -d ${D}${bindir}/ |
43 | install -m 0755 ${WORKDIR}/java-initial ${D}${bindir}/ | 43 | install -m 0755 ${WORKDIR}/java-initial ${D}${bindir}/ |
44 | } | 44 | } |
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index b03a5b9..693817f 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc | |||
@@ -4,25 +4,25 @@ LICENSE = "GPL-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
5 | 5 | ||
6 | DEPENDS = "zlib classpath virtual/javac-native libffi virtual/java-initial-native" | 6 | DEPENDS = "zlib classpath virtual/javac-native libffi virtual/java-initial-native" |
7 | DEPENDS_class-native = "virtual/java-initial-native classpath-initial-native zlib-native classpath-native ecj-initial-native libffi-native" | 7 | DEPENDS:class-native = "virtual/java-initial-native classpath-initial-native zlib-native classpath-native ecj-initial-native libffi-native" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "classpath" | 9 | RDEPENDS:${PN} = "classpath" |
10 | RDEPENDS_${PN}_class-native = "" | 10 | RDEPENDS:${PN}:class-native = "" |
11 | 11 | ||
12 | PROVIDES_class-native = "virtual/java-native" | 12 | PROVIDES:class-native = "virtual/java-native" |
13 | RPROVIDES_${PN} = "java2-runtime" | 13 | RPROVIDES:${PN} = "java2-runtime" |
14 | RPROVIDES_${PN}_class-native = "" | 14 | RPROVIDES:${PN}:class-native = "" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
18 | inherit java autotools update-alternatives pkgconfig relative_symlinks features_check | 18 | inherit java autotools update-alternatives pkgconfig relative_symlinks features_check |
19 | 19 | ||
20 | REQUIRED_DISTRO_FEATURES_class-target = "x11" | 20 | REQUIRED_DISTRO_FEATURES:class-target = "x11" |
21 | 21 | ||
22 | # This uses 32 bit arm, so force the instruction set to arm, not thumb | 22 | # This uses 32 bit arm, so force the instruction set to arm, not thumb |
23 | ARM_INSTRUCTION_SET = "arm" | 23 | ARM_INSTRUCTION_SET = "arm" |
24 | 24 | ||
25 | do_configure_append_class-native() { | 25 | do_configure:append:class-native() { |
26 | sed -i -e"s|STAGING_LIBDIR_NATIVE|${STAGING_LIBDIR_NATIVE}|g" \ | 26 | sed -i -e"s|STAGING_LIBDIR_NATIVE|${STAGING_LIBDIR_NATIVE}|g" \ |
27 | -e "s|STAGING_DATADIR_NATIVE|${STAGING_DATADIR_NATIVE}|g" \ | 27 | -e "s|STAGING_DATADIR_NATIVE|${STAGING_DATADIR_NATIVE}|g" \ |
28 | ${WORKDIR}/java | 28 | ${WORKDIR}/java |
@@ -32,28 +32,28 @@ do_configure_append_class-native() { | |||
32 | EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi --disable-int-inlining" | 32 | EXTRA_OECONF = "--with-classpath-install-dir=${prefix} --libdir=${libdir}/jamvm --enable-ffi --disable-int-inlining" |
33 | 33 | ||
34 | # Needed for big compilation targets like OpenJDK | 34 | # Needed for big compilation targets like OpenJDK |
35 | CFLAGS_append_class-native = " -DDEFAULT_MAX_HEAP=1024*MB" | 35 | CFLAGS:append:class-native = " -DDEFAULT_MAX_HEAP=1024*MB" |
36 | 36 | ||
37 | EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/javac \ | 37 | EXTRA_OEMAKE = "JAVAC=${STAGING_BINDIR_NATIVE}/javac \ |
38 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ | 38 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ |
39 | " | 39 | " |
40 | # Enforce usage of ecj-initial. | 40 | # Enforce usage of ecj-initial. |
41 | EXTRA_OEMAKE_class-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ | 41 | EXTRA_OEMAKE:class-native = "JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial \ |
42 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ | 42 | GLIBJ_ZIP=${STAGING_DATADIR_NATIVE}/classpath/glibj.zip \ |
43 | " | 43 | " |
44 | 44 | ||
45 | do_install_append_class-native() { | 45 | do_install:append:class-native() { |
46 | install -d ${D}${bindir} | 46 | install -d ${D}${bindir} |
47 | install -m 0755 ${WORKDIR}/java ${D}${bindir}/java | 47 | install -m 0755 ${WORKDIR}/java ${D}${bindir}/java |
48 | 48 | ||
49 | } | 49 | } |
50 | 50 | ||
51 | PRIVATE_LIBS = "libjvm.so" | 51 | PRIVATE_LIBS = "libjvm.so" |
52 | INSANE_SKIP_${PN} = "dev-so" | 52 | INSANE_SKIP:${PN} = "dev-so" |
53 | 53 | ||
54 | FILES_${PN} += "${libdir}/jamvm/lib*.so" | 54 | FILES:${PN} += "${libdir}/jamvm/lib*.so" |
55 | 55 | ||
56 | ALTERNATIVE_${PN} = "java" | 56 | ALTERNATIVE:${PN} = "java" |
57 | ALTERNATIVE_TARGET = "${bindir}/jamvm" | 57 | ALTERNATIVE_TARGET = "${bindir}/jamvm" |
58 | ALTERNATIVE_PRIORITY = "4" | 58 | ALTERNATIVE_PRIORITY = "4" |
59 | # shared state for jamvm-native does not work | 59 | # shared state for jamvm-native does not work |
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb index 57f7e64..3c9d47b 100644 --- a/recipes-core/jamvm/jamvm_git.bb +++ b/recipes-core/jamvm/jamvm_git.bb | |||
@@ -15,4 +15,4 @@ SRC_URI = "git://git.code.sf.net/p/jamvm/code;protocol=git \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE_aarch64 = "-" | 18 | COMPATIBLE_MACHINE:aarch64 = "-" |
diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 06fbac2..1ae072f 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb | |||
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" | |||
18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
19 | 19 | ||
20 | DEPENDS += "sqlite3 sqlite3-native icedtea7-native" | 20 | DEPENDS += "sqlite3 sqlite3-native icedtea7-native" |
21 | RDEPENDS_${PN} += "sqlite3" | 21 | RDEPENDS:${PN} += "sqlite3" |
22 | FILES_${PN} +="/usr/share" | 22 | FILES:${PN} +="/usr/share" |
23 | 23 | ||
24 | PARALLEL_MAKE = "-j 1" | 24 | PARALLEL_MAKE = "-j 1" |
25 | 25 | ||
@@ -35,13 +35,13 @@ EXTRA_OECONF = " \ | |||
35 | EXTRA_OEMAKE = "DESTDIR=${D}" | 35 | EXTRA_OEMAKE = "DESTDIR=${D}" |
36 | 36 | ||
37 | # This dev package contains an '.so' file used for JNI development | 37 | # This dev package contains an '.so' file used for JNI development |
38 | INSANE_SKIP_${PN}-dev = "dev-elf" | 38 | INSANE_SKIP:${PN}-dev = "dev-elf" |
39 | 39 | ||
40 | do_configure_append (){ | 40 | do_configure:append (){ |
41 | cp ${S}/*-libtool ${S}/libtool | 41 | cp ${S}/*-libtool ${S}/libtool |
42 | } | 42 | } |
43 | 43 | ||
44 | do_compile_prepend (){ | 44 | do_compile:prepend (){ |
45 | echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc | 45 | echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc |
46 | echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc | 46 | echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc |
47 | chmod a+x ${STAGING_BINDIR_NATIVE}/cc | 47 | chmod a+x ${STAGING_BINDIR_NATIVE}/cc |
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb index 1d4b96b..a0f70d8 100644 --- a/recipes-core/jcraft/jsch_0.1.40.bb +++ b/recipes-core/jcraft/jsch_0.1.40.bb | |||
@@ -9,8 +9,8 @@ inherit java-library | |||
9 | 9 | ||
10 | DEPENDS = "jzlib" | 10 | DEPENDS = "jzlib" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "libjzlib-java" | 12 | RDEPENDS:${PN} = "libjzlib-java" |
13 | RDEPENDS_${PN}_class-native = "" | 13 | RDEPENDS:${PN}:class-native = "" |
14 | 14 | ||
15 | do_compile() { | 15 | do_compile() { |
16 | mkdir -p build | 16 | mkdir -p build |
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb index 233005a..5e6e470 100644 --- a/recipes-core/jikes/jikes_1.22.bb +++ b/recipes-core/jikes/jikes_1.22.bb | |||
@@ -13,14 +13,14 @@ inherit autotools update-alternatives relative_symlinks | |||
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "classpath" | 16 | RDEPENDS:${PN} = "classpath" |
17 | PROVIDES_class-native = "" | 17 | PROVIDES:class-native = "" |
18 | RDEPENDS_${PN}_class-native = "" | 18 | RDEPENDS:${PN}:class-native = "" |
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-fp-emulation --enable-source15" | 20 | EXTRA_OECONF = "--disable-fp-emulation --enable-source15" |
21 | 21 | ||
22 | # configure script incorrectly defines these when cross compiling for ARM | 22 | # configure script incorrectly defines these when cross compiling for ARM |
23 | CXXFLAGS_append_arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1" | 23 | CXXFLAGS:append:arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1" |
24 | 24 | ||
25 | do_install() { | 25 | do_install() { |
26 | oe_runmake 'DESTDIR=${D}' install | 26 | oe_runmake 'DESTDIR=${D}' install |
@@ -28,7 +28,7 @@ do_install() { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | PROVIDES = "virtual/javac" | 30 | PROVIDES = "virtual/javac" |
31 | ALTERNATIVE_${PN} = "javac" | 31 | ALTERNATIVE:${PN} = "javac" |
32 | ALTERNATIVE_LINK = "/usr/bin/javac" | 32 | ALTERNATIVE_LINK = "/usr/bin/javac" |
33 | ALTERNATIVE_TARGET = "${bindir}/javac.jikes" | 33 | ALTERNATIVE_TARGET = "${bindir}/javac.jikes" |
34 | 34 | ||
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb index 3c14e4c..48ec357 100644 --- a/recipes-core/jlex/jlex_1.2.6.bb +++ b/recipes-core/jlex/jlex_1.2.6.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${JLEX_MAIN_FILENAME};beginline=148;endline=166;md5=9 | |||
7 | 7 | ||
8 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 8 | PACKAGE_ARCH = "${TUNE_PKGARCH}" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "java2-runtime" | 10 | RDEPENDS:${PN} = "java2-runtime" |
11 | RDEPENDS_${PN}_class-native = "" | 11 | RDEPENDS:${PN}:class-native = "" |
12 | 12 | ||
13 | inherit java-library | 13 | inherit java-library |
14 | 14 | ||
@@ -35,14 +35,14 @@ do_compile() { | |||
35 | fastjar cf ${BP}.jar -C build . | 35 | fastjar cf ${BP}.jar -C build . |
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | install -d ${D}${bindir} | 39 | install -d ${D}${bindir} |
40 | install -m 0755 jlex ${D}${bindir}/ | 40 | install -m 0755 jlex ${D}${bindir}/ |
41 | } | 41 | } |
42 | 42 | ||
43 | PACKAGES = "${PN}" | 43 | PACKAGES = "${PN}" |
44 | 44 | ||
45 | FILES_${PN} += "${datadir_java}" | 45 | FILES:${PN} += "${datadir_java}" |
46 | 46 | ||
47 | SRC_URI[md5sum] = "fe0cff5db3e2f0f5d67a153cf6c783af" | 47 | SRC_URI[md5sum] = "fe0cff5db3e2f0f5d67a153cf6c783af" |
48 | SRC_URI[sha256sum] = "aeebaece3b3a53972bb0ba0f810540386c267070ee9dca6ffa43c6ff74a54bd7" | 48 | SRC_URI[sha256sum] = "aeebaece3b3a53972bb0ba0f810540386c267070ee9dca6ffa43c6ff74a54bd7" |
diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb index b366910..4f10575 100644 --- a/recipes-core/junit/junit_3.8.2.bb +++ b/recipes-core/junit/junit_3.8.2.bb | |||
@@ -16,14 +16,14 @@ inherit java-library | |||
16 | do_unpackpost[dirs] = "${B}" | 16 | do_unpackpost[dirs] = "${B}" |
17 | do_unpackpost() { | 17 | do_unpackpost() { |
18 | mkdir -p src | 18 | mkdir -p src |
19 | # Prevent deletion by do_removebinaries. | 19 | # Prevent deletion by do:removebinaries. |
20 | if [ -e src.jar ]; then | 20 | if [ -e src.jar ]; then |
21 | mv src.jar src.zip | 21 | mv src.jar src.zip |
22 | fi | 22 | fi |
23 | unzip -o src.zip -d src | 23 | unzip -o src.zip -d src |
24 | } | 24 | } |
25 | 25 | ||
26 | addtask unpackpost before do_removebinaries after do_unpack | 26 | addtask unpackpost before do:removebinaries after do_unpack |
27 | 27 | ||
28 | do_compile() { | 28 | do_compile() { |
29 | mkdir -p build | 29 | mkdir -p build |
diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc index 2119c0b..b000387 100644 --- a/recipes-core/libmatthew/libmatthew.inc +++ b/recipes-core/libmatthew/libmatthew.inc | |||
@@ -47,7 +47,7 @@ do_install() { | |||
47 | oe_libinstall -so libunix-java ${D}${libdir_jni} | 47 | oe_libinstall -so libunix-java ${D}${libdir_jni} |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install:append() { |
51 | rm ${D}${datadir_java}/${PN}.jar | 51 | rm ${D}${datadir_java}/${PN}.jar |
52 | } | 52 | } |
53 | PACKAGES = "\ | 53 | PACKAGES = "\ |
@@ -56,17 +56,17 @@ PACKAGES = "\ | |||
56 | ${PN}-io-java ${PN}-debug-java \ | 56 | ${PN}-io-java ${PN}-debug-java \ |
57 | " | 57 | " |
58 | 58 | ||
59 | FILES_libcgi-java = "${datadir_java}/cgi*.jar" | 59 | FILES:libcgi-java = "${datadir_java}/cgi*.jar" |
60 | FILES_libcgi-jni = "${libdir_jni}/libcgi-java.so" | 60 | FILES:libcgi-jni = "${libdir_jni}/libcgi-java.so" |
61 | FILES_libcgi-jni-dbg = "${libdir_jni}/.debug/libcgi-java.so" | 61 | FILES:libcgi-jni-dbg = "${libdir_jni}/.debug/libcgi-java.so" |
62 | RDEPENDS_libcgi-java = "libcgi-jni" | 62 | RDEPENDS:libcgi-java = "libcgi-jni" |
63 | 63 | ||
64 | FILES_libunixsocket-java = "${datadir_java}/unix*.jar" | 64 | FILES:libunixsocket-java = "${datadir_java}/unix*.jar" |
65 | FILES_libunixsocket-jni = "${libdir_jni}/libunix-java.so" | 65 | FILES:libunixsocket-jni = "${libdir_jni}/libunix-java.so" |
66 | FILES_libunixsocket-jni-dbg = "${libdir_jni}/.debug/libunix-java.so" | 66 | FILES:libunixsocket-jni-dbg = "${libdir_jni}/.debug/libunix-java.so" |
67 | RDEPENDS_libunixsocket-java = "libunixsocket-jni" | 67 | RDEPENDS:libunixsocket-java = "libunixsocket-jni" |
68 | 68 | ||
69 | FILES_${PN}-io-java = "${datadir_java}/io*.jar" | 69 | FILES:${PN}-io-java = "${datadir_java}/io*.jar" |
70 | 70 | ||
71 | FILES_${PN}-debug-java = "${datadir_java}/debug-*.jar ${datadir_java}/hexdump*.jar" | 71 | FILES:${PN}-debug-java = "${datadir_java}/debug-*.jar ${datadir_java}/hexdump*.jar" |
72 | 72 | ||
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index c87266d..61b62b9 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -8,13 +8,13 @@ ICEDTEA_VERSION = "${@bb.parse.BBHandler.vars_from_file(d.getVar('FILE', False), | |||
8 | 8 | ||
9 | S = "${WORKDIR}/${ICEDTEA}" | 9 | S = "${WORKDIR}/${ICEDTEA}" |
10 | 10 | ||
11 | DEPENDS_append_libc-uclibc = " virtual/libiconv " | 11 | DEPENDS:append_libc-uclibc = " virtual/libiconv " |
12 | 12 | ||
13 | # The OpenJDK build with interpreter optimizations for ARM depends on a binary | 13 | # The OpenJDK build with interpreter optimizations for ARM depends on a binary |
14 | # that generates constants for an assembler source file. There is no other | 14 | # that generates constants for an assembler source file. There is no other |
15 | # way than to generate this on a pseudo machine. Cross-compiling would not help | 15 | # way than to generate this on a pseudo machine. Cross-compiling would not help |
16 | # because structure sizes and/or alignment may differ. | 16 | # because structure sizes and/or alignment may differ. |
17 | DEPENDS_append = " qemu-native " | 17 | DEPENDS:append = " qemu-native " |
18 | 18 | ||
19 | B = "${S}/build" | 19 | B = "${S}/build" |
20 | 20 | ||
@@ -138,14 +138,14 @@ EXTRA_OECONF += " \ | |||
138 | --disable-system-sctp \ | 138 | --disable-system-sctp \ |
139 | " | 139 | " |
140 | 140 | ||
141 | do_configure_prepend() { | 141 | do_configure:prepend() { |
142 | # Automatically copy everything that starts with "icedtea" (or "cacao") and ends with | 142 | # Automatically copy everything that starts with "icedtea" (or "cacao") and ends with |
143 | # ".patch" into the patches directory. | 143 | # ".patch" into the patches directory. |
144 | find ${WORKDIR} -maxdepth 1 -name "icedtea*.patch" -exec cp {} ${S}/patches \; | 144 | find ${WORKDIR} -maxdepth 1 -name "icedtea*.patch" -exec cp {} ${S}/patches \; |
145 | find ${WORKDIR} -maxdepth 1 -name "cacao*.patch" -exec cp {} ${S}/patches \; | 145 | find ${WORKDIR} -maxdepth 1 -name "cacao*.patch" -exec cp {} ${S}/patches \; |
146 | } | 146 | } |
147 | 147 | ||
148 | do_configure_append() { | 148 | do_configure:append() { |
149 | oe_runmake patch | 149 | oe_runmake patch |
150 | } | 150 | } |
151 | 151 | ||
@@ -168,7 +168,7 @@ EXTRA_OEMAKE += ' \ | |||
168 | 168 | ||
169 | OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,${libdir}/llvm${WANT_LLVM_RELEASE}" | 169 | OE_LAUNCHER_LDFLAGS = "-Wl,-rpath-link,${STAGING_LIBDIR}/llvm${WANT_LLVM_RELEASE} -Wl,-rpath,${libdir}/llvm${WANT_LLVM_RELEASE}" |
170 | 170 | ||
171 | OE_LAUNCHER_LDFLAGS_arm = "" | 171 | OE_LAUNCHER_LDFLAGS:arm = "" |
172 | 172 | ||
173 | EXTRA_OEMAKE += 'OE_LAUNCHER_LDFLAGS="${OE_LAUNCHER_LDFLAGS}"' | 173 | EXTRA_OEMAKE += 'OE_LAUNCHER_LDFLAGS="${OE_LAUNCHER_LDFLAGS}"' |
174 | 174 | ||
@@ -229,7 +229,7 @@ PACKAGES = " \ | |||
229 | ${JDKPN}-common \ | 229 | ${JDKPN}-common \ |
230 | " | 230 | " |
231 | 231 | ||
232 | FILES_${JDKPN}-dbg = "\ | 232 | FILES:${JDKPN}-dbg = "\ |
233 | ${JDK_HOME}/bin/.debug \ | 233 | ${JDK_HOME}/bin/.debug \ |
234 | ${JDK_HOME}/lib/.debug \ | 234 | ${JDK_HOME}/lib/.debug \ |
235 | ${JDK_HOME}/lib/${JDK_ARCH}/jli/.debug \ | 235 | ${JDK_HOME}/lib/${JDK_ARCH}/jli/.debug \ |
@@ -244,9 +244,9 @@ FILES_${JDKPN}-dbg = "\ | |||
244 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/client/.debug \ | 244 | ${JDK_HOME}/jre/lib/${JDK_ARCH}/client/.debug \ |
245 | " | 245 | " |
246 | 246 | ||
247 | FILES_${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" | 247 | FILES:${JDKPN}-demo = "${JDK_HOME}/demo ${JDK_HOME}/sample" |
248 | RDEPENDS_${JDKPN}-demo = "${JDKPN}-jre" | 248 | RDEPENDS:${JDKPN}-demo = "${JDKPN}-jre" |
249 | FILES_${JDKPN}-demo-dbg = "\ | 249 | FILES:${JDKPN}-demo-dbg = "\ |
250 | ${JDK_HOME}/demo/jvmti/gctest/lib/.debug \ | 250 | ${JDK_HOME}/demo/jvmti/gctest/lib/.debug \ |
251 | ${JDK_HOME}/demo/jvmti/heapTracker/lib/.debug \ | 251 | ${JDK_HOME}/demo/jvmti/heapTracker/lib/.debug \ |
252 | ${JDK_HOME}/demo/jvmti/heapViewer/lib/.debug \ | 252 | ${JDK_HOME}/demo/jvmti/heapViewer/lib/.debug \ |
@@ -258,13 +258,13 @@ FILES_${JDKPN}-demo-dbg = "\ | |||
258 | ${JDK_HOME}/demo/jvmti/compiledMethodLoad/lib/.debug \ | 258 | ${JDK_HOME}/demo/jvmti/compiledMethodLoad/lib/.debug \ |
259 | " | 259 | " |
260 | 260 | ||
261 | FILES_${JDKPN}-source = "${JDK_HOME}/src.zip" | 261 | FILES:${JDKPN}-source = "${JDK_HOME}/src.zip" |
262 | 262 | ||
263 | FILES_${JDKPN}-java = "${JDK_HOME}/jre/bin/java" | 263 | FILES:${JDKPN}-java = "${JDK_HOME}/jre/bin/java" |
264 | 264 | ||
265 | FILES_${JDKPN}-vm-zero = "${JDK_HOME}/jre/lib/${JDK_ARCH}/server/" | 265 | FILES:${JDKPN}-vm-zero = "${JDK_HOME}/jre/lib/${JDK_ARCH}/server/" |
266 | 266 | ||
267 | FILES_${JDKPN}-common = "${JDK_HOME}/jre/ASSEMBLY_EXCEPTION \ | 267 | FILES:${JDKPN}-common = "${JDK_HOME}/jre/ASSEMBLY_EXCEPTION \ |
268 | ${JDK_HOME}/jre/THIRD_PARTY_README \ | 268 | ${JDK_HOME}/jre/THIRD_PARTY_README \ |
269 | ${JDK_HOME}/jre/LICENSE \ | 269 | ${JDK_HOME}/jre/LICENSE \ |
270 | ${JDK_HOME}/ASSEMBLY_EXCEPTION \ | 270 | ${JDK_HOME}/ASSEMBLY_EXCEPTION \ |
@@ -274,7 +274,7 @@ FILES_${JDKPN}-common = "${JDK_HOME}/jre/ASSEMBLY_EXCEPTION \ | |||
274 | ${JDK_HOME}/jre/lib \ | 274 | ${JDK_HOME}/jre/lib \ |
275 | " | 275 | " |
276 | 276 | ||
277 | FILES_${PN}_append = " \ | 277 | FILES:${PN}:append = " \ |
278 | ${JDK_HOME}/jre/bin/keytool \ | 278 | ${JDK_HOME}/jre/bin/keytool \ |
279 | ${JDK_HOME}/jre/bin/orbd \ | 279 | ${JDK_HOME}/jre/bin/orbd \ |
280 | ${JDK_HOME}/jre/bin/pack200 \ | 280 | ${JDK_HOME}/jre/bin/pack200 \ |
@@ -287,9 +287,9 @@ FILES_${PN}_append = " \ | |||
287 | ${JDK_HOME}/jre/bin/javaws \ | 287 | ${JDK_HOME}/jre/bin/javaws \ |
288 | " | 288 | " |
289 | 289 | ||
290 | RDEPENDS_${JDKPN}-common = "librhino-java" | 290 | RDEPENDS:${JDKPN}-common = "librhino-java" |
291 | 291 | ||
292 | RPROVIDES_${JDKPN}-vm-zero = "java2-vm" | 292 | RPROVIDES:${JDKPN}-vm-zero = "java2-vm" |
293 | 293 | ||
294 | # Even though a vm is a hard dependency it is set as RRECOMMENDS so a single vm can get uninstalled: | 294 | # Even though a vm is a hard dependency it is set as RRECOMMENDS so a single vm can get uninstalled: |
295 | # root@beaglebone:~/java# opkg remove openjdk-7-vm-shark | 295 | # root@beaglebone:~/java# opkg remove openjdk-7-vm-shark |
@@ -298,39 +298,39 @@ RPROVIDES_${JDKPN}-vm-zero = "java2-vm" | |||
298 | # * print_dependents_warning: Package openjdk-7-vm-shark is depended upon by packages: | 298 | # * print_dependents_warning: Package openjdk-7-vm-shark is depended upon by packages: |
299 | # * print_dependents_warning: openjdk-7-java | 299 | # * print_dependents_warning: openjdk-7-java |
300 | # * print_dependents_warning: These might cease to work if package openjdk-7-vm-shark is removed. | 300 | # * print_dependents_warning: These might cease to work if package openjdk-7-vm-shark is removed. |
301 | RRECOMMENDS_${JDKPN}-java = "java2-vm" | 301 | RRECOMMENDS:${JDKPN}-java = "java2-vm" |
302 | 302 | ||
303 | # For some reason shark and cacao do not automatically depends on -common. | 303 | # For some reason shark and cacao do not automatically depends on -common. |
304 | # So we add that manually. | 304 | # So we add that manually. |
305 | 305 | ||
306 | # There is a symlink to a .so but this one is valid. | 306 | # There is a symlink to a .so but this one is valid. |
307 | INSANE_SKIP_${JDKPN}-vm-zero = "dev-so" | 307 | INSANE_SKIP:${JDKPN}-vm-zero = "dev-so" |
308 | INSANE_SKIP_${JDKPN}-common = "dev-so" | 308 | INSANE_SKIP:${JDKPN}-common = "dev-so" |
309 | 309 | ||
310 | # libfreetype.so.6 is copied from STAGING_LIBDIR | 310 | # libfreetype.so.6 is copied from STAGING_LIBDIR |
311 | # which is already stripped. | 311 | # which is already stripped. |
312 | INSANE_SKIP_${JDKPN}-jre = "already-stripped" | 312 | INSANE_SKIP:${JDKPN}-jre = "already-stripped" |
313 | 313 | ||
314 | FILES_${JDKPN}-jdk = " \ | 314 | FILES:${JDKPN}-jdk = " \ |
315 | ${JDK_HOME}/bin \ | 315 | ${JDK_HOME}/bin \ |
316 | ${JDK_HOME}/lib \ | 316 | ${JDK_HOME}/lib \ |
317 | ${JDK_HOME}/include \ | 317 | ${JDK_HOME}/include \ |
318 | ${JDK_HOME}${libdir}/jvm \ | 318 | ${JDK_HOME}${libdir}/jvm \ |
319 | " | 319 | " |
320 | RDEPENDS_${JDKPN}-jre = "${JDKPN}-java ${JDKPN}-common" | 320 | RDEPENDS:${JDKPN}-jre = "${JDKPN}-java ${JDKPN}-common" |
321 | RDEPENDS_${JDKPN}-java = "${JDKPN}-common" | 321 | RDEPENDS:${JDKPN}-java = "${JDKPN}-common" |
322 | RPROVIDES_${JDKPN}-jre = "java2-runtime" | 322 | RPROVIDES:${JDKPN}-jre = "java2-runtime" |
323 | 323 | ||
324 | RDEPENDS_${JDKPN}-jdk = "${JDKPN}-jre" | 324 | RDEPENDS:${JDKPN}-jdk = "${JDKPN}-jre" |
325 | 325 | ||
326 | FILES_${JDKPN}-doc = "${JDK_HOME}/man" | 326 | FILES:${JDKPN}-doc = "${JDK_HOME}/man" |
327 | 327 | ||
328 | # Name of the directory containing the compiled output | 328 | # Name of the directory containing the compiled output |
329 | BUILD_DIR = "openjdk.build" | 329 | BUILD_DIR = "openjdk.build" |
330 | BUILD_DIR_ECJ = "openjdk.build-ecj" | 330 | BUILD_DIR_ECJ = "openjdk.build-ecj" |
331 | 331 | ||
332 | # Force arm mode for now | 332 | # Force arm mode for now |
333 | ARM_INSTRUCTION_SET_armv4t = "ARM" | 333 | ARM_INSTRUCTION_SET:armv4t = "ARM" |
334 | 334 | ||
335 | ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" | 335 | ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" |
336 | 336 | ||
@@ -361,7 +361,7 @@ LANGTOOLS_URI = "${ICEDTEA_DROP_URL}/${LANGTOOLS_FILE};name=langtools;unpack=fal | |||
361 | # handles all postinst action for openjdk | 361 | # handles all postinst action for openjdk |
362 | # some of the former results in a build error because "ERR" is in the first line. | 362 | # some of the former results in a build error because "ERR" is in the first line. |
363 | 363 | ||
364 | pkg_postinst_ontarget_${JDKPN}-vm-shark () { | 364 | pkg_postinst_ontarget:${JDKPN}-vm-shark () { |
365 | true | 365 | true |
366 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 366 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
367 | sed -i -e "/\-shark.*/d" -e "s|\(^\-server*\)|\-shark KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 367 | sed -i -e "/\-shark.*/d" -e "s|\(^\-server*\)|\-shark KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
@@ -370,7 +370,7 @@ pkg_postinst_ontarget_${JDKPN}-vm-shark () { | |||
370 | fi | 370 | fi |
371 | } | 371 | } |
372 | 372 | ||
373 | pkg_prerm_${JDKPN}-vm-shark () { | 373 | pkg_prerm:${JDKPN}-vm-shark () { |
374 | true | 374 | true |
375 | sed -i -e "/^\-shark.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 375 | sed -i -e "/^\-shark.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
376 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 376 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
@@ -381,7 +381,7 @@ pkg_prerm_${JDKPN}-vm-shark () { | |||
381 | echo "-shark ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 381 | echo "-shark ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
382 | } | 382 | } |
383 | 383 | ||
384 | pkg_postinst_ontarget_${JDKPN}-vm-cacao () { | 384 | pkg_postinst_ontarget:${JDKPN}-vm-cacao () { |
385 | true | 385 | true |
386 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 386 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
387 | sed -i -e "/\-cacao.*/d" -e "s|\(^\-server*\)|\-cacao KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 387 | sed -i -e "/\-cacao.*/d" -e "s|\(^\-server*\)|\-cacao KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
@@ -390,7 +390,7 @@ pkg_postinst_ontarget_${JDKPN}-vm-cacao () { | |||
390 | fi | 390 | fi |
391 | } | 391 | } |
392 | 392 | ||
393 | pkg_prerm_${JDKPN}-vm-cacao () { | 393 | pkg_prerm:${JDKPN}-vm-cacao () { |
394 | true | 394 | true |
395 | sed -i -e "/^\-cacao.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 395 | sed -i -e "/^\-cacao.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
396 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 396 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
@@ -401,7 +401,7 @@ pkg_prerm_${JDKPN}-vm-cacao () { | |||
401 | echo "-cacao ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 401 | echo "-cacao ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
402 | } | 402 | } |
403 | 403 | ||
404 | pkg_postinst_ontarget_${JDKPN}-vm-jamvm () { | 404 | pkg_postinst_ontarget:${JDKPN}-vm-jamvm () { |
405 | true | 405 | true |
406 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 406 | if grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && ! grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
407 | sed -i -e "/\-jamvm.*/d" -e "s|\(^\-server*\)|\-jamvm KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 407 | sed -i -e "/\-jamvm.*/d" -e "s|\(^\-server*\)|\-jamvm KNOWN\n\1|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
@@ -410,7 +410,7 @@ pkg_postinst_ontarget_${JDKPN}-vm-jamvm () { | |||
410 | fi | 410 | fi |
411 | } | 411 | } |
412 | 412 | ||
413 | pkg_prerm_${JDKPN}-vm-jamvm () { | 413 | pkg_prerm:${JDKPN}-vm-jamvm () { |
414 | true | 414 | true |
415 | sed -i -e "/^\-jamvm.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 415 | sed -i -e "/^\-jamvm.*/d" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
416 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 416 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
@@ -421,7 +421,7 @@ pkg_prerm_${JDKPN}-vm-jamvm () { | |||
421 | echo "-jamvm ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 421 | echo "-jamvm ERROR" >> ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
422 | } | 422 | } |
423 | 423 | ||
424 | pkg_postinst_ontarget_${JDKPN}-vm-zero () { | 424 | pkg_postinst_ontarget:${JDKPN}-vm-zero () { |
425 | true | 425 | true |
426 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 426 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg && grep -q "\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
427 | FIRST_KNOWN=`grep "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | head -n 1` | 427 | FIRST_KNOWN=`grep "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | head -n 1` |
@@ -432,7 +432,7 @@ pkg_postinst_ontarget_${JDKPN}-vm-zero () { | |||
432 | sed -i -e "s|^\-server.*|\-server KNOWN|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 432 | sed -i -e "s|^\-server.*|\-server KNOWN|" -e "/^$/d" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
433 | } | 433 | } |
434 | 434 | ||
435 | pkg_prerm_${JDKPN}-vm-zero () { | 435 | pkg_prerm:${JDKPN}-vm-zero () { |
436 | true | 436 | true |
437 | sed -i -e "/^\-server.*/\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg | 437 | sed -i -e "/^\-server.*/\-server ERROR" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg |
438 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then | 438 | if grep -q "KNOWN" ${JDK_HOME}/jre/lib/${JDK_ARCH}/jvm.cfg; then |
@@ -441,14 +441,14 @@ pkg_prerm_${JDKPN}-vm-zero () { | |||
441 | fi | 441 | fi |
442 | } | 442 | } |
443 | 443 | ||
444 | pkg_postinst_${JDKPN}-jre () { | 444 | pkg_postinst:${JDKPN}-jre () { |
445 | ln -s ${JDK_HOME}/jre $D/${libdir}/jvm/jre | 445 | ln -s ${JDK_HOME}/jre $D/${libdir}/jvm/jre |
446 | } | 446 | } |
447 | 447 | ||
448 | inherit update-alternatives | 448 | inherit update-alternatives |
449 | 449 | ||
450 | ALTERNATIVE_${JDKPN}-jre = "java keytool" | 450 | ALTERNATIVE:${JDKPN}-jre = "java keytool" |
451 | ALTERNATIVE_${JDKPN}-jdk = "javac" | 451 | ALTERNATIVE:${JDKPN}-jdk = "javac" |
452 | 452 | ||
453 | ALTERNATIVE_TARGET[java] = "${JDK_HOME}/jre/bin/java" | 453 | ALTERNATIVE_TARGET[java] = "${JDK_HOME}/jre/bin/java" |
454 | ALTERNATIVE_TARGET[javac] = "${JDK_HOME}/bin/javac" | 454 | ALTERNATIVE_TARGET[javac] = "${JDK_HOME}/bin/javac" |
diff --git a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb index d774cc2..57827d9 100644 --- a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb +++ b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb | |||
@@ -80,4 +80,4 @@ export DISTRIBUTION_PATCHES | |||
80 | # to avoid this error add -fpermissive | 80 | # to avoid this error add -fpermissive |
81 | # | 81 | # |
82 | # NOTE: When updating the recipe, please check if this is still needed | 82 | # NOTE: When updating the recipe, please check if this is still needed |
83 | CFLAGS_append = " -Wno-error=deprecated-declarations -Wno-error=narrowing -fpermissive" | 83 | CFLAGS:append = " -Wno-error=deprecated-declarations -Wno-error=narrowing -fpermissive" |
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc index 7d45585..16e3816 100644 --- a/recipes-core/openjdk/openjdk-8-common.inc +++ b/recipes-core/openjdk/openjdk-8-common.inc | |||
@@ -26,7 +26,7 @@ SRC_URI = "\ | |||
26 | ${PATCHES_URI} \ | 26 | ${PATCHES_URI} \ |
27 | " | 27 | " |
28 | 28 | ||
29 | do_configure_prepend () { | 29 | do_configure:prepend () { |
30 | export TOPDIR=${S} | 30 | export TOPDIR=${S} |
31 | sed -i 's#\$TOPDIR#${S}#g' ${S}/common/autoconf/configure.ac | 31 | sed -i 's#\$TOPDIR#${S}#g' ${S}/common/autoconf/configure.ac |
32 | } | 32 | } |
@@ -43,8 +43,8 @@ do_unpack_extract_submodules () { | |||
43 | tar xjf ${WORKDIR}/${NASHORN_FILE_LOCAL} --transform "s,-${NASHORN_CHANGESET},,g" | 43 | tar xjf ${WORKDIR}/${NASHORN_FILE_LOCAL} --transform "s,-${NASHORN_CHANGESET},,g" |
44 | } | 44 | } |
45 | 45 | ||
46 | do_patch_prepend() { | 46 | do_patch:prepend() { |
47 | # use do_patch_prepend syntax and not pre/postfuncs to | 47 | # use do_patch:prepend syntax and not pre/postfuncs to |
48 | # call do_unpack_extract_submodules | 48 | # call do_unpack_extract_submodules |
49 | # *) the archiver.bbclass modifies WORKDIR, S, B,... | 49 | # *) the archiver.bbclass modifies WORKDIR, S, B,... |
50 | # and those modifications are lost otherwise, | 50 | # and those modifications are lost otherwise, |
@@ -177,7 +177,7 @@ ALTERNATIVE_PRIORITY = "50" | |||
177 | 177 | ||
178 | OPENJDK_UPDATE_VERSION = "${PV}" | 178 | OPENJDK_UPDATE_VERSION = "${PV}" |
179 | OPENJDK_BUILD_NUMBER = "ga" | 179 | OPENJDK_BUILD_NUMBER = "ga" |
180 | EXTRA_OECONF_append = "\ | 180 | EXTRA_OECONF:append = "\ |
181 | --with-build-number=${OPENJDK_BUILD_NUMBER} \ | 181 | --with-build-number=${OPENJDK_BUILD_NUMBER} \ |
182 | --with-update-version=${OPENJDK_UPDATE_VERSION} \ | 182 | --with-update-version=${OPENJDK_UPDATE_VERSION} \ |
183 | " | 183 | " |
@@ -189,8 +189,8 @@ EXTRA_OECONF_append = "\ | |||
189 | GLOBAL_FLAGS = "-fno-lifetime-dse -fno-delete-null-pointer-checks -fcommon" | 189 | GLOBAL_FLAGS = "-fno-lifetime-dse -fno-delete-null-pointer-checks -fcommon" |
190 | 190 | ||
191 | # flags for -native, and for bits that need a host-tool during -cross | 191 | # flags for -native, and for bits that need a host-tool during -cross |
192 | BUILD_CFLAGS_append = " ${GLOBAL_FLAGS}" | 192 | BUILD_CFLAGS:append = " ${GLOBAL_FLAGS}" |
193 | BUILD_CXXFLAGS_append = " ${GLOBAL_FLAGS}" | 193 | BUILD_CXXFLAGS:append = " ${GLOBAL_FLAGS}" |
194 | # flags for -cross | 194 | # flags for -cross |
195 | TARGET_CFLAGS_append = " ${GLOBAL_FLAGS}" | 195 | TARGET_CFLAGS:append = " ${GLOBAL_FLAGS}" |
196 | TARGET_CXXFLAGS_append = " ${GLOBAL_FLAGS}" | 196 | TARGET_CXXFLAGS:append = " ${GLOBAL_FLAGS}" |
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 25d971f..ff682f1 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc | |||
@@ -47,13 +47,13 @@ require openjdk-8-common.inc | |||
47 | 47 | ||
48 | JAVA_HOME[unexport] = "1" | 48 | JAVA_HOME[unexport] = "1" |
49 | 49 | ||
50 | SRC_URI_append = "\ | 50 | SRC_URI:append = "\ |
51 | file://jvm.cfg \ | 51 | file://jvm.cfg \ |
52 | file://0011-autoconf-fix-CC-with-arguments-detection.patch \ | 52 | file://0011-autoconf-fix-CC-with-arguments-detection.patch \ |
53 | file://0012-autoconf-NativeCompilation-remove-sysroot.patch \ | 53 | file://0012-autoconf-NativeCompilation-remove-sysroot.patch \ |
54 | " | 54 | " |
55 | 55 | ||
56 | EXTRA_OECONF_append = "\ | 56 | EXTRA_OECONF:append = "\ |
57 | --with-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ | 57 | --with-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ |
58 | \ | 58 | \ |
59 | --with-tools-dir=${STAGING_DIR_NATIVE} \ | 59 | --with-tools-dir=${STAGING_DIR_NATIVE} \ |
@@ -73,16 +73,16 @@ EXTRA_OECONF_append = "\ | |||
73 | ${@jdk_configure_options(d)} \ | 73 | ${@jdk_configure_options(d)} \ |
74 | " | 74 | " |
75 | 75 | ||
76 | do_configure_prepend() { | 76 | do_configure:prepend() { |
77 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" | 77 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" |
78 | export ${@jdk_environment_options(d)} | 78 | export ${@jdk_environment_options(d)} |
79 | } | 79 | } |
80 | 80 | ||
81 | do_configure_append() { | 81 | do_configure:append() { |
82 | sed -i -e 's,POST_STRIP_CMD:=.*,POST_STRIP_CMD:=,g' ${B}/spec.gmk | 82 | sed -i -e 's,POST_STRIP_CMD:=.*,POST_STRIP_CMD:=,g' ${B}/spec.gmk |
83 | } | 83 | } |
84 | 84 | ||
85 | do_install_append() { | 85 | do_install:append() { |
86 | if ${@bb.utils.contains('PACKAGECONFIG', 'repack', 'true', 'false', d)} ; then | 86 | if ${@bb.utils.contains('PACKAGECONFIG', 'repack', 'true', 'false', d)} ; then |
87 | if [ -d ${D}${JDK_HOME} ] ; then | 87 | if [ -d ${D}${JDK_HOME} ] ; then |
88 | find ${D}${JDK_HOME} -name "*.jar" -print0 | \ | 88 | find ${D}${JDK_HOME} -name "*.jar" -print0 | \ |
@@ -104,7 +104,7 @@ do_install[vardepsexclude] += "BB_NUMBER_THREADS" | |||
104 | export MAKE_VERBOSE = "y" | 104 | export MAKE_VERBOSE = "y" |
105 | export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s LOG_LEVEL=trace STRIP_POLICY=no_strip" | 105 | export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s LOG_LEVEL=trace STRIP_POLICY=no_strip" |
106 | 106 | ||
107 | EXTRA_OEMAKE_append = '\ | 107 | EXTRA_OEMAKE:append = '\ |
108 | ${@jdk_make_options(d)} \ | 108 | ${@jdk_make_options(d)} \ |
109 | ALT_SDT_H="${STAGING_INCDIR}" \ | 109 | ALT_SDT_H="${STAGING_INCDIR}" \ |
110 | ALT_CUPS_HEADERS_PATH="${STAGING_INCDIR}" \ | 110 | ALT_CUPS_HEADERS_PATH="${STAGING_INCDIR}" \ |
@@ -132,4 +132,4 @@ PACKAGE_PREPROCESS_FUNCS += "remove_debuglink" | |||
132 | 132 | ||
133 | # FIXME libjsig.so is a symlink to a .so but this one is valid | 133 | # FIXME libjsig.so is a symlink to a .so but this one is valid |
134 | # FIXME libfreetype.so.6 is copied from STAGING_LIBDIR which is already stripped | 134 | # FIXME libfreetype.so.6 is copied from STAGING_LIBDIR which is already stripped |
135 | INSANE_SKIP_${PN} = "dev-so already-stripped" | 135 | INSANE_SKIP:${PN} = "dev-so already-stripped" |
diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index 3282257..c02e183 100644 --- a/recipes-core/openjdk/openjdk-8-native.inc +++ b/recipes-core/openjdk/openjdk-8-native.inc | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG[jpeg] = "--with-libjpeg=system,--with-libjpeg=bundled,jpeg-native" | |||
17 | PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng-native" | 17 | PACKAGECONFIG[png] = "--with-libpng=system,--with-libpng=bundled,libpng-native" |
18 | PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib-native" | 18 | PACKAGECONFIG[zlib] = "--with-zlib=system,--with-zlib=bundled,zlib-native" |
19 | 19 | ||
20 | EXTRA_OECONF_append = "\ | 20 | EXTRA_OECONF:append = "\ |
21 | --with-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ | 21 | --with-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ |
22 | \ | 22 | \ |
23 | --with-tools-dir=${STAGING_DIR_NATIVE} \ | 23 | --with-tools-dir=${STAGING_DIR_NATIVE} \ |
@@ -36,32 +36,32 @@ require openjdk-8-common.inc | |||
36 | 36 | ||
37 | inherit native | 37 | inherit native |
38 | 38 | ||
39 | CFLAGS_append = " ${@jdk_cpp_options(d)}" | 39 | CFLAGS:append = " ${@jdk_cpp_options(d)}" |
40 | CPPFLAGS_append = "${@jdk_cpp_options(d)}" | 40 | CPPFLAGS:append = "${@jdk_cpp_options(d)}" |
41 | CXXFLAGS_append = " ${@jdk_cpp_options(d)}" | 41 | CXXFLAGS:append = " ${@jdk_cpp_options(d)}" |
42 | 42 | ||
43 | export MAKE_VERBOSE = "y" | 43 | export MAKE_VERBOSE = "y" |
44 | export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s LOG_LEVEL=trace" | 44 | export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s LOG_LEVEL=trace" |
45 | 45 | ||
46 | EXTRA_OEMAKE_append = ' \ | 46 | EXTRA_OEMAKE:append = ' \ |
47 | ${@jdk_make_options(d)} \ | 47 | ${@jdk_make_options(d)} \ |
48 | MAKE_VERBOSE=y VERBOSE=-s LOG_LEVEL=trace \ | 48 | MAKE_VERBOSE=y VERBOSE=-s LOG_LEVEL=trace \ |
49 | QUIETLY= \ | 49 | QUIETLY= \ |
50 | images \ | 50 | images \ |
51 | ' | 51 | ' |
52 | 52 | ||
53 | do_configure_prepend() { | 53 | do_configure:prepend() { |
54 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" | 54 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" |
55 | export ${@jdk_environment_options(d)} | 55 | export ${@jdk_environment_options(d)} |
56 | unset CC CXX | 56 | unset CC CXX |
57 | } | 57 | } |
58 | 58 | ||
59 | do_compile_prepend() { | 59 | do_compile:prepend() { |
60 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" | 60 | export JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS}" |
61 | rm -f "${B}/images/j2sdk-image/jre/lib/security/cacerts" | 61 | rm -f "${B}/images/j2sdk-image/jre/lib/security/cacerts" |
62 | } | 62 | } |
63 | 63 | ||
64 | do_compile_append() { | 64 | do_compile:append() { |
65 | set -x | 65 | set -x |
66 | mkdir -p ${B}/certs | 66 | mkdir -p ${B}/certs |
67 | for pem in $(find ${STAGING_DATADIR}/ca-certificates -name "*.crt") | 67 | for pem in $(find ${STAGING_DATADIR}/ca-certificates -name "*.crt") |
@@ -90,4 +90,4 @@ do_install() { | |||
90 | } | 90 | } |
91 | 91 | ||
92 | # FIXME libfreetype.so.6 is copied from STAGING_LIBDIR which is already stripped | 92 | # FIXME libfreetype.so.6 is copied from STAGING_LIBDIR which is already stripped |
93 | INSANE_SKIP_${PN} = "already-stripped" | 93 | INSANE_SKIP:${PN} = "already-stripped" |
diff --git a/recipes-core/openjdk/openjdk-8-release-aarch32.inc b/recipes-core/openjdk/openjdk-8-release-aarch32.inc index 700a0f5..17e3a3d 100644 --- a/recipes-core/openjdk/openjdk-8-release-aarch32.inc +++ b/recipes-core/openjdk/openjdk-8-release-aarch32.inc | |||
@@ -1,39 +1,39 @@ | |||
1 | require openjdk-8-release-common.inc | 1 | require openjdk-8-release-common.inc |
2 | 2 | ||
3 | COMPATIBLE_HOST = "^$" | 3 | COMPATIBLE_HOST = "^$" |
4 | COMPATIBLE_HOST_armv7a = "arm" | 4 | COMPATIBLE_HOST:armv7a = "arm" |
5 | COMPATIBLE_HOST_armv7ve = "arm" | 5 | COMPATIBLE_HOST:armv7ve = "arm" |
6 | 6 | ||
7 | CHANGESET_ID="b09-aarch32-20200929" | 7 | CHANGESET_ID="b09-aarch32-20200929" |
8 | 8 | ||
9 | CORBA_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 9 | CORBA_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
10 | SRC_URI[corba.sha256sum] = "3675f043479c7e3ee7128651527d15c4e56f72d22dd953b8d0d8e5c9a2c68741" | 10 | SRC_URI[corba.sha256sum] = "3675f043479c7e3ee7128651527d15c4e56f72d22dd953b8d0d8e5c9a2c68741" |
11 | 11 | ||
12 | HOTSPOT_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 12 | HOTSPOT_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
13 | SRC_URI[hotspot.sha256sum] = "d5ea125d7e54fd3dd21bf1654c09b5ce17497d9327f770abd56ad1108a337b81" | 13 | SRC_URI[hotspot.sha256sum] = "d5ea125d7e54fd3dd21bf1654c09b5ce17497d9327f770abd56ad1108a337b81" |
14 | 14 | ||
15 | JAXP_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 15 | JAXP_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
16 | SRC_URI[jaxp.sha256sum] = "a025f9f047bc50947aa631641b2f836c3a3ec4a5f2c9019bc7b11ab8444f7b9e" | 16 | SRC_URI[jaxp.sha256sum] = "a025f9f047bc50947aa631641b2f836c3a3ec4a5f2c9019bc7b11ab8444f7b9e" |
17 | 17 | ||
18 | JAXWS_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 18 | JAXWS_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
19 | SRC_URI[jaxws.sha256sum] = "ad921e0f5cafab4c5b4bb248ea59bf1615864c4de17bfd7321759d063398dc3f" | 19 | SRC_URI[jaxws.sha256sum] = "ad921e0f5cafab4c5b4bb248ea59bf1615864c4de17bfd7321759d063398dc3f" |
20 | 20 | ||
21 | JDK_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 21 | JDK_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
22 | SRC_URI[jdk.sha256sum] = "835e81fc88b8c0e40df0d89be5d8a852638b3f5f29acad6997cbc36a2e8341fe" | 22 | SRC_URI[jdk.sha256sum] = "835e81fc88b8c0e40df0d89be5d8a852638b3f5f29acad6997cbc36a2e8341fe" |
23 | 23 | ||
24 | LANGTOOLS_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 24 | LANGTOOLS_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
25 | SRC_URI[langtools.sha256sum] = "554491026bb9fadb837d635d4beea3ca9cb73f034c1379d57fcd77787816139f" | 25 | SRC_URI[langtools.sha256sum] = "554491026bb9fadb837d635d4beea3ca9cb73f034c1379d57fcd77787816139f" |
26 | 26 | ||
27 | NASHORN_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 27 | NASHORN_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
28 | SRC_URI[nashorn.sha256sum] = "8358000a7e52fcfd046027319569d17f2e99b710acbfd1a1120b50ce93afe223" | 28 | SRC_URI[nashorn.sha256sum] = "8358000a7e52fcfd046027319569d17f2e99b710acbfd1a1120b50ce93afe223" |
29 | 29 | ||
30 | OPENJDK_CHANGESET_arm = "jdk8u${PV}-${CHANGESET_ID}" | 30 | OPENJDK_CHANGESET:arm = "jdk8u${PV}-${CHANGESET_ID}" |
31 | SRC_URI[openjdk.sha256sum] = "4b38e672c82df5d18215849829a80a111b1c7b46567bc641e9fec92bedd0d32a" | 31 | SRC_URI[openjdk.sha256sum] = "4b38e672c82df5d18215849829a80a111b1c7b46567bc641e9fec92bedd0d32a" |
32 | 32 | ||
33 | PACKAGECONFIG_append_armv7a = " client" | 33 | PACKAGECONFIG:append:armv7a = " client" |
34 | PACKAGECONFIG_append_armv7ve = " client" | 34 | PACKAGECONFIG:append:armv7ve = " client" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | if [ -d ${D}${JDK_HOME} ] ; then | 37 | if [ -d ${D}${JDK_HOME} ] ; then |
38 | sed -e 's,^\(-server ERROR$\),# \1,' \ | 38 | sed -e 's,^\(-server ERROR$\),# \1,' \ |
39 | -e 's,^-client IGNORE,-client ERROR,' \ | 39 | -e 's,^-client IGNORE,-client ERROR,' \ |
@@ -48,5 +48,5 @@ do_install_append() { | |||
48 | fi | 48 | fi |
49 | } | 49 | } |
50 | 50 | ||
51 | JDK_ARCH_armv7a = "aarch32" | 51 | JDK_ARCH:armv7a = "aarch32" |
52 | JDK_ARCH_armv7ve = "aarch32" | 52 | JDK_ARCH:armv7ve = "aarch32" |
diff --git a/recipes-core/openjdk/openjdk-8-release-aarch64.inc b/recipes-core/openjdk/openjdk-8-release-aarch64.inc index c71dd25..3aac110 100644 --- a/recipes-core/openjdk/openjdk-8-release-aarch64.inc +++ b/recipes-core/openjdk/openjdk-8-release-aarch64.inc | |||
@@ -4,26 +4,26 @@ COMPATIBLE_HOST = "aarch64" | |||
4 | 4 | ||
5 | CHANGESET_ID="b10" | 5 | CHANGESET_ID="b10" |
6 | 6 | ||
7 | CORBA_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 7 | CORBA_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
8 | SRC_URI[corba.sha256sum] = "112143d935a94cb95a0f9dba19a86184d08e699a68a82db58cdd9f0de1baeeae" | 8 | SRC_URI[corba.sha256sum] = "112143d935a94cb95a0f9dba19a86184d08e699a68a82db58cdd9f0de1baeeae" |
9 | 9 | ||
10 | HOTSPOT_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 10 | HOTSPOT_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
11 | SRC_URI[hotspot.sha256sum] = "16ed30b46279e2ffef04ab392502e32525451bea38f3af0d3c3782bcd33a0274" | 11 | SRC_URI[hotspot.sha256sum] = "16ed30b46279e2ffef04ab392502e32525451bea38f3af0d3c3782bcd33a0274" |
12 | 12 | ||
13 | JAXP_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 13 | JAXP_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
14 | SRC_URI[jaxp.sha256sum] = "5dde165d7327b08f2ebc8d3081a1734d9ef737117dcaa417eb7dc39344220987" | 14 | SRC_URI[jaxp.sha256sum] = "5dde165d7327b08f2ebc8d3081a1734d9ef737117dcaa417eb7dc39344220987" |
15 | 15 | ||
16 | JAXWS_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 16 | JAXWS_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
17 | SRC_URI[jaxws.sha256sum] = "cedde28264a85cb16ae46123091edb64f7c1d2cd5f3de6ba0d21cffff84c3ccf" | 17 | SRC_URI[jaxws.sha256sum] = "cedde28264a85cb16ae46123091edb64f7c1d2cd5f3de6ba0d21cffff84c3ccf" |
18 | 18 | ||
19 | JDK_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 19 | JDK_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
20 | SRC_URI[jdk.sha256sum] = "7e53438e0506536fe373b7f8176512c701b87adda268831d180ead2695154a93" | 20 | SRC_URI[jdk.sha256sum] = "7e53438e0506536fe373b7f8176512c701b87adda268831d180ead2695154a93" |
21 | 21 | ||
22 | LANGTOOLS_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 22 | LANGTOOLS_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
23 | SRC_URI[langtools.sha256sum] = "8dbcd45109d0c782a6cac5a1a310a5816d4dac8a9c095635832ab803bfdb861a" | 23 | SRC_URI[langtools.sha256sum] = "8dbcd45109d0c782a6cac5a1a310a5816d4dac8a9c095635832ab803bfdb861a" |
24 | 24 | ||
25 | NASHORN_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 25 | NASHORN_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
26 | SRC_URI[nashorn.sha256sum] = "85497cdba0943644d838862761891d0a06dfaad5ea13b63af69f1a6d595e6387" | 26 | SRC_URI[nashorn.sha256sum] = "85497cdba0943644d838862761891d0a06dfaad5ea13b63af69f1a6d595e6387" |
27 | 27 | ||
28 | OPENJDK_CHANGESET_aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" | 28 | OPENJDK_CHANGESET:aarch64 = "aarch64-shenandoah-jdk8u${PV}-${CHANGESET_ID}" |
29 | SRC_URI[openjdk.sha256sum] = "97175c78de4c82b78d3c80b1b0d22c44b195ca067f253cfaa3c235328b808760" | 29 | SRC_URI[openjdk.sha256sum] = "97175c78de4c82b78d3c80b1b0d22c44b195ca067f253cfaa3c235328b808760" |
diff --git a/recipes-core/openjdk/openjdk-8-release-common.inc b/recipes-core/openjdk/openjdk-8-release-common.inc index a3747cf..6c7bdd2 100644 --- a/recipes-core/openjdk/openjdk-8-release-common.inc +++ b/recipes-core/openjdk/openjdk-8-release-common.inc | |||
@@ -32,22 +32,22 @@ HOTSPOT_UB_PATCH = "\ | |||
32 | file://1008-hotspot-handle-format-error-for-GCC-7.patch \ | 32 | file://1008-hotspot-handle-format-error-for-GCC-7.patch \ |
33 | file://1012-hotspot-enable-Wno-error.patch \ | 33 | file://1012-hotspot-enable-Wno-error.patch \ |
34 | " | 34 | " |
35 | HOTSPOT_UB_PATCH_append_class-target = "\ | 35 | HOTSPOT_UB_PATCH:append:class-target = "\ |
36 | file://1009-hotspot-fix-adlc-flags.patch \ | 36 | file://1009-hotspot-fix-adlc-flags.patch \ |
37 | file://1010-hotspot-fix-shark-build-common.patch \ | 37 | file://1010-hotspot-fix-shark-build-common.patch \ |
38 | file://1011-hotspot-restrict-to-staging-dir.patch \ | 38 | file://1011-hotspot-restrict-to-staging-dir.patch \ |
39 | " | 39 | " |
40 | HOTSPOT_UB_PATCH_prepend_aarch64 = "\ | 40 | HOTSPOT_UB_PATCH:prepend:aarch64 = "\ |
41 | file://1401-hotspot-aarch64-Add-missing-return-value-to-LIR_Asse.patch \ | 41 | file://1401-hotspot-aarch64-Add-missing-return-value-to-LIR_Asse.patch \ |
42 | " | 42 | " |
43 | HOTSPOT_UB_PATCH_append_armv7a = " file://1201-hotspot-aarch32-fix-missing-return-values.patch" | 43 | HOTSPOT_UB_PATCH:append:armv7a = " file://1201-hotspot-aarch32-fix-missing-return-values.patch" |
44 | HOTSPOT_UB_PATCH_append_armv7ve = " file://1201-hotspot-aarch32-fix-missing-return-values.patch" | 44 | HOTSPOT_UB_PATCH:append:armv7ve = " file://1201-hotspot-aarch32-fix-missing-return-values.patch" |
45 | 45 | ||
46 | PATCHES_URI_append_class-target = "\ | 46 | PATCHES_URI:append:class-target = "\ |
47 | file://1013-hotspot-add-missing-includes-for-shark-build-pt2.patch \ | 47 | file://1013-hotspot-add-missing-includes-for-shark-build-pt2.patch \ |
48 | " | 48 | " |
49 | 49 | ||
50 | PATCHES_URI_append_libc-musl = "\ | 50 | PATCHES_URI:append:libc-musl = "\ |
51 | ${OBSOLETE_ISNANF_PATCH} \ | 51 | ${OBSOLETE_ISNANF_PATCH} \ |
52 | file://musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch \ | 52 | file://musl-0002-jdk-give-a-much-bigger-buffer-to-getmntent_r.patch \ |
53 | file://musl-0003-jdk-fix-libjvm-load-on-musl-set-LD_LIBRARY_PATH.patch \ | 53 | file://musl-0003-jdk-fix-libjvm-load-on-musl-set-LD_LIBRARY_PATH.patch \ |
@@ -56,50 +56,50 @@ PATCHES_URI_append_libc-musl = "\ | |||
56 | ${DISABLE_AGENT_BUILD_PT2} \ | 56 | ${DISABLE_AGENT_BUILD_PT2} \ |
57 | file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-common.patch \ | 57 | file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-common.patch \ |
58 | ${REMOVE_GLIBC_DEPENDENCIES_PT2} \ | 58 | ${REMOVE_GLIBC_DEPENDENCIES_PT2} \ |
59 | file://musl-0007-hotspot-os_linux_x86-remove-glibc-dependencies-fpu_c.patch \ | 59 | file://musl-0007-hotspot-os_linux:x86-remove-glibc-dependencies-fpu_c.patch \ |
60 | file://musl-0008-jdk-musl-build-fix-use-SIGRTMAX-rather-than-__SIGRTM.patch \ | 60 | file://musl-0008-jdk-musl-build-fix-use-SIGRTMAX-rather-than-__SIGRTM.patch \ |
61 | file://musl-0009-jdk-musl-has-gethostby_r.patch \ | 61 | file://musl-0009-jdk-musl-has-gethostby_r.patch \ |
62 | " | 62 | " |
63 | OBSOLETE_ISNANF_PATCH = "file://musl-0001-hotspot-stop-using-obsolete-isnanf.patch" | 63 | OBSOLETE_ISNANF_PATCH = "file://musl-0001-hotspot-stop-using-obsolete-isnanf.patch" |
64 | OBSOLETE_ISNANF_PATCH_armv7a = "" | 64 | OBSOLETE_ISNANF_PATCH:armv7a = "" |
65 | OBSOLETE_ISNANF_PATCH_armv7ve = "" | 65 | OBSOLETE_ISNANF_PATCH:armv7ve = "" |
66 | DISABLE_AGENT_BUILD_PT2 = "file://musl-0005-hotspot-disable-agent-build-pt2.patch" | 66 | DISABLE_AGENT_BUILD_PT2 = "file://musl-0005-hotspot-disable-agent-build-pt2.patch" |
67 | DISABLE_AGENT_BUILD_PT2_armv7a = "file://musl-0005-hotspot-disable-agent-build-pt2-aarch32.patch" | 67 | DISABLE_AGENT_BUILD_PT2:armv7a = "file://musl-0005-hotspot-disable-agent-build-pt2-aarch32.patch" |
68 | DISABLE_AGENT_BUILD_PT2_armv7ve = "file://musl-0005-hotspot-disable-agent-build-pt2-aarch32.patch" | 68 | DISABLE_AGENT_BUILD_PT2:armv7ve = "file://musl-0005-hotspot-disable-agent-build-pt2-aarch32.patch" |
69 | REMOVE_GLIBC_DEPENDENCIES_PT2 = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2.patch" | 69 | REMOVE_GLIBC_DEPENDENCIES_PT2 = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2.patch" |
70 | REMOVE_GLIBC_DEPENDENCIES_PT2_armv7a = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2-aarch.patch" | 70 | REMOVE_GLIBC_DEPENDENCIES_PT2:armv7a = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2-aarch.patch" |
71 | REMOVE_GLIBC_DEPENDENCIES_PT2_armv7ve = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2-aarch.patch" | 71 | REMOVE_GLIBC_DEPENDENCIES_PT2:armv7ve = "file://musl-0006-hotspot-os_linux-remove-glibc-dependencies-pt2-aarch.patch" |
72 | 72 | ||
73 | PATCHES_URI_append_libc-musl_armv7a = " file://1202-hotspot-aarch32-remaining-musl-fixes.patch" | 73 | PATCHES_URI:append:libc-musl:armv7a = " file://1202-hotspot-aarch32-remaining-musl-fixes.patch" |
74 | PATCHES_URI_append_libc-musl_armv7ve = " file://1202-hotspot-aarch32-remaining-musl-fixes.patch" | 74 | PATCHES_URI:append:libc-musl:armv7ve = " file://1202-hotspot-aarch32-remaining-musl-fixes.patch" |
75 | PATCHES_URI_append_libc-musl_aarch64 = " file://1402-hotspot-aarch64-remaining-musl-fixes.patch" | 75 | PATCHES_URI:append:libc-musl:aarch64 = " file://1402-hotspot-aarch64-remaining-musl-fixes.patch" |
76 | 76 | ||
77 | # remove aarch32 & aarch64 mainlined patches | 77 | # remove aarch32 & aarch64 mainlined patches |
78 | PATCHES_URI_remove_armv7a = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" | 78 | PATCHES_URI:remove:armv7a = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" |
79 | PATCHES_URI_remove_armv7ve = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" | 79 | PATCHES_URI:remove:armv7ve = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" |
80 | PATCHES_URI_remove_aarch64 = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" | 80 | PATCHES_URI:remove:aarch64 = "file://2009-jdk-make-use-gcc-instead-of-ld-for-genSocketOptionRe.patch" |
81 | 81 | ||
82 | # Name of the directory containing the compiled output | 82 | # Name of the directory containing the compiled output |
83 | BUILD_DIR = "openjdk.build" | 83 | BUILD_DIR = "openjdk.build" |
84 | BUILD_DIR_ECJ = "openjdk.build-ecj" | 84 | BUILD_DIR_ECJ = "openjdk.build-ecj" |
85 | 85 | ||
86 | # Force arm mode for now | 86 | # Force arm mode for now |
87 | ARM_INSTRUCTION_SET_armv4t = "ARM" | 87 | ARM_INSTRUCTION_SET:armv4t = "ARM" |
88 | 88 | ||
89 | # Enable zero mode for arm based builds, as normal hotspot fails to build | 89 | # Enable zero mode for arm based builds, as normal hotspot fails to build |
90 | PACKAGECONFIG_append_armv4 = " zero" | 90 | PACKAGECONFIG:append:armv4 = " zero" |
91 | PACKAGECONFIG_append_armv5 = " zero" | 91 | PACKAGECONFIG:append:armv5 = " zero" |
92 | PACKAGECONFIG_append_armv6 = " zero" | 92 | PACKAGECONFIG:append:armv6 = " zero" |
93 | 93 | ||
94 | OPENJDK_ARCH_PORT = "jdk8u" | 94 | OPENJDK_ARCH_PORT = "jdk8u" |
95 | OPENJDK_ARCH_PORT_aarch64 = "aarch64-port" | 95 | OPENJDK_ARCH_PORT:aarch64 = "aarch64-port" |
96 | OPENJDK_ARCH_PORT_armv7a = "aarch32-port" | 96 | OPENJDK_ARCH_PORT:armv7a = "aarch32-port" |
97 | OPENJDK_ARCH_PORT_armv7ve = "aarch32-port" | 97 | OPENJDK_ARCH_PORT:armv7ve = "aarch32-port" |
98 | OPENJDK_HG_U = "jdk8u" | 98 | OPENJDK_HG_U = "jdk8u" |
99 | 99 | ||
100 | # the aarch64 port moved, for more information see: | 100 | # the aarch64 port moved, for more information see: |
101 | # https://mail.openjdk.java.net/pipermail/aarch64-port-dev/2018-August/006265.html | 101 | # https://mail.openjdk.java.net/pipermail/aarch64-port-dev/2018-August/006265.html |
102 | OPENJDK_HG_U_aarch64 = "jdk8u-shenandoah" | 102 | OPENJDK_HG_U:aarch64 = "jdk8u-shenandoah" |
103 | 103 | ||
104 | OPENJDK_HG_URL = "https://hg.openjdk.java.net/${OPENJDK_ARCH_PORT}/${OPENJDK_HG_U}" | 104 | OPENJDK_HG_URL = "https://hg.openjdk.java.net/${OPENJDK_ARCH_PORT}/${OPENJDK_HG_U}" |
105 | 105 | ||
diff --git a/recipes-core/openjdk/openjdk-8-release.inc b/recipes-core/openjdk/openjdk-8-release.inc index 28429f8..4cdd050 100644 --- a/recipes-core/openjdk/openjdk-8-release.inc +++ b/recipes-core/openjdk/openjdk-8-release.inc | |||
@@ -3,8 +3,8 @@ require openjdk-8-release-common.inc | |||
3 | # We do not yet work for aarch64, and we make sure | 3 | # We do not yet work for aarch64, and we make sure |
4 | # to use the aarch32 port for ARMv7. | 4 | # to use the aarch32 port for ARMv7. |
5 | COMPATIBLE_HOST = "^(?!(aarch64)).*$" | 5 | COMPATIBLE_HOST = "^(?!(aarch64)).*$" |
6 | COMPATIBLE_HOST_armv7a = "^$" | 6 | COMPATIBLE_HOST:armv7a = "^$" |
7 | COMPATIBLE_HOST_armv7ve = "^$" | 7 | COMPATIBLE_HOST:armv7ve = "^$" |
8 | 8 | ||
9 | CORBA_CHANGESET = "jdk8u${PV}-ga" | 9 | CORBA_CHANGESET = "jdk8u${PV}-ga" |
10 | SRC_URI[corba.sha256sum] = "28c487a49546ab1a592eaf229c13e1896b390958ac4e6fa19bf5da34a1977138" | 10 | SRC_URI[corba.sha256sum] = "28c487a49546ab1a592eaf229c13e1896b390958ac4e6fa19bf5da34a1977138" |
diff --git a/recipes-core/openjdk/openjdk-8_272.bb b/recipes-core/openjdk/openjdk-8_272.bb index f9049e5..0bfa102 100644 --- a/recipes-core/openjdk/openjdk-8_272.bb +++ b/recipes-core/openjdk/openjdk-8_272.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | INC_FILE_SUFFIX = "" | 1 | INC_FILE_SUFFIX = "" |
2 | INC_FILE_SUFFIX_aarch64 = "-aarch64" | 2 | INC_FILE_SUFFIX:aarch64 = "-aarch64" |
3 | INC_FILE_SUFFIX_armv7a = "-aarch32" | 3 | INC_FILE_SUFFIX:armv7a = "-aarch32" |
4 | INC_FILE_SUFFIX_armv7ve = "-aarch32" | 4 | INC_FILE_SUFFIX:armv7ve = "-aarch32" |
5 | require openjdk-8-release${INC_FILE_SUFFIX}.inc | 5 | require openjdk-8-release${INC_FILE_SUFFIX}.inc |
6 | require openjdk-8-cross.inc | 6 | require openjdk-8-cross.inc |
7 | 7 | ||
@@ -14,12 +14,12 @@ do_install() { | |||
14 | find ${D}${JDK_HOME} -name "*.debuginfo" -exec rm {} \; | 14 | find ${D}${JDK_HOME} -name "*.debuginfo" -exec rm {} \; |
15 | } | 15 | } |
16 | 16 | ||
17 | PACKAGES_append = " \ | 17 | PACKAGES:append = " \ |
18 | ${PN}-demo \ | 18 | ${PN}-demo \ |
19 | ${PN}-source \ | 19 | ${PN}-source \ |
20 | " | 20 | " |
21 | 21 | ||
22 | FILES_${PN}_append = "\ | 22 | FILES:${PN}:append = "\ |
23 | ${JDK_HOME}/bin/[a-z]* \ | 23 | ${JDK_HOME}/bin/[a-z]* \ |
24 | ${JDK_HOME}/lib/[a-z]* \ | 24 | ${JDK_HOME}/lib/[a-z]* \ |
25 | ${JDK_HOME}/jre/bin/[a-z]* \ | 25 | ${JDK_HOME}/jre/bin/[a-z]* \ |
@@ -29,14 +29,14 @@ FILES_${PN}_append = "\ | |||
29 | ${JDK_HOME}/release \ | 29 | ${JDK_HOME}/release \ |
30 | " | 30 | " |
31 | 31 | ||
32 | FILES_${PN}-dev_append = "\ | 32 | FILES:${PN}-dev:append = "\ |
33 | ${JDK_HOME}/include \ | 33 | ${JDK_HOME}/include \ |
34 | " | 34 | " |
35 | 35 | ||
36 | FILES_${PN}-demo = " ${JDK_HOME}/demo ${JDK_HOME}/sample " | 36 | FILES:${PN}-demo = " ${JDK_HOME}/demo ${JDK_HOME}/sample " |
37 | RDEPENDS_${PN}-demo = " ${PN} " | 37 | RDEPENDS:${PN}-demo = " ${PN} " |
38 | 38 | ||
39 | FILES_${PN}-doc_append = "\ | 39 | FILES:${PN}-doc:append = "\ |
40 | ${JDK_HOME}/man \ | 40 | ${JDK_HOME}/man \ |
41 | ${JDK_HOME}/ASSEMBLY_EXCEPTION \ | 41 | ${JDK_HOME}/ASSEMBLY_EXCEPTION \ |
42 | ${JDK_HOME}/THIRD_PARTY_README \ | 42 | ${JDK_HOME}/THIRD_PARTY_README \ |
@@ -45,15 +45,15 @@ FILES_${PN}-doc_append = "\ | |||
45 | ${JDK_HOME}/man \ | 45 | ${JDK_HOME}/man \ |
46 | " | 46 | " |
47 | 47 | ||
48 | FILES_${PN}-source = " ${JDK_HOME}/src.zip " | 48 | FILES:${PN}-source = " ${JDK_HOME}/src.zip " |
49 | 49 | ||
50 | RPROVIDES_${PN} = "java2-runtime" | 50 | RPROVIDES:${PN} = "java2-runtime" |
51 | 51 | ||
52 | inherit update-alternatives | 52 | inherit update-alternatives |
53 | 53 | ||
54 | ALTERNATIVE_PRIORITY = "100" | 54 | ALTERNATIVE_PRIORITY = "100" |
55 | 55 | ||
56 | ALTERNATIVE_${PN} = "java javac keytool" | 56 | ALTERNATIVE:${PN} = "java javac keytool" |
57 | ALTERNATIVE_LINK_NAME[java] = "${bindir}/java" | 57 | ALTERNATIVE_LINK_NAME[java] = "${bindir}/java" |
58 | ALTERNATIVE_TARGET[java] = "${JDK_HOME}/bin/java" | 58 | ALTERNATIVE_TARGET[java] = "${JDK_HOME}/bin/java" |
59 | 59 | ||
diff --git a/recipes-core/openjdk/openjre-8_272.bb b/recipes-core/openjdk/openjre-8_272.bb index 55ca1ec..c1789aa 100644 --- a/recipes-core/openjdk/openjre-8_272.bb +++ b/recipes-core/openjdk/openjre-8_272.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | INC_FILE_SUFFIX = "" | 1 | INC_FILE_SUFFIX = "" |
2 | INC_FILE_SUFFIX_aarch64 = "-aarch64" | 2 | INC_FILE_SUFFIX:aarch64 = "-aarch64" |
3 | INC_FILE_SUFFIX_armv7a = "-aarch32" | 3 | INC_FILE_SUFFIX:armv7a = "-aarch32" |
4 | INC_FILE_SUFFIX_armv7ve = "-aarch32" | 4 | INC_FILE_SUFFIX:armv7ve = "-aarch32" |
5 | require openjdk-8-release${INC_FILE_SUFFIX}.inc | 5 | require openjdk-8-release${INC_FILE_SUFFIX}.inc |
6 | require openjdk-8-cross.inc | 6 | require openjdk-8-cross.inc |
7 | 7 | ||
@@ -13,14 +13,14 @@ do_install() { | |||
13 | install -m644 ${WORKDIR}/jvm.cfg ${D}${JRE_HOME}/lib/${JDK_ARCH}/ | 13 | install -m644 ${WORKDIR}/jvm.cfg ${D}${JRE_HOME}/lib/${JDK_ARCH}/ |
14 | } | 14 | } |
15 | 15 | ||
16 | FILES_${PN}_append = "\ | 16 | FILES:${PN}:append = "\ |
17 | ${JRE_HOME}/bin/[a-z]* \ | 17 | ${JRE_HOME}/bin/[a-z]* \ |
18 | ${JRE_HOME}/lib/[a-z]* \ | 18 | ${JRE_HOME}/lib/[a-z]* \ |
19 | ${JRE_HOME}/LICENSE \ | 19 | ${JRE_HOME}/LICENSE \ |
20 | ${JRE_HOME}/release \ | 20 | ${JRE_HOME}/release \ |
21 | " | 21 | " |
22 | 22 | ||
23 | FILES_${PN}-dbg_append = "\ | 23 | FILES:${PN}-dbg:append = "\ |
24 | ${JRE_HOME}/bin/.debug/ \ | 24 | ${JRE_HOME}/bin/.debug/ \ |
25 | ${JRE_HOME}/lib/.debug/ \ | 25 | ${JRE_HOME}/lib/.debug/ \ |
26 | ${JRE_HOME}/lib/${JDK_ARCH}/.debug/ \ | 26 | ${JRE_HOME}/lib/${JDK_ARCH}/.debug/ \ |
@@ -28,19 +28,19 @@ FILES_${PN}-dbg_append = "\ | |||
28 | ${JRE_HOME}/lib/${JDK_ARCH}/server/.debug/ \ | 28 | ${JRE_HOME}/lib/${JDK_ARCH}/server/.debug/ \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_${PN}-doc_append = "\ | 31 | FILES:${PN}-doc:append = "\ |
32 | ${JRE_HOME}/man \ | 32 | ${JRE_HOME}/man \ |
33 | ${JRE_HOME}/ASSEMBLY_EXCEPTION \ | 33 | ${JRE_HOME}/ASSEMBLY_EXCEPTION \ |
34 | ${JRE_HOME}/THIRD_PARTY_README \ | 34 | ${JRE_HOME}/THIRD_PARTY_README \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RPROVIDES_${PN} = "java2-runtime" | 37 | RPROVIDES:${PN} = "java2-runtime" |
38 | 38 | ||
39 | inherit update-alternatives | 39 | inherit update-alternatives |
40 | 40 | ||
41 | ALTERNATIVE_PRIORITY = "100" | 41 | ALTERNATIVE_PRIORITY = "100" |
42 | 42 | ||
43 | ALTERNATIVE_${PN} = "java keytool" | 43 | ALTERNATIVE:${PN} = "java keytool" |
44 | ALTERNATIVE_LINK_NAME[java] = "${bindir}/java" | 44 | ALTERNATIVE_LINK_NAME[java] = "${bindir}/java" |
45 | ALTERNATIVE_TARGET[java] = "${JRE_HOME}/bin/java" | 45 | ALTERNATIVE_TARGET[java] = "${JRE_HOME}/bin/java" |
46 | 46 | ||
diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb index 4242005..54329c1 100644 --- a/recipes-core/rhino/rhino_1.7r4.bb +++ b/recipes-core/rhino/rhino_1.7r4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Lexical analyzer generator for Java" | |||
2 | LICENSE = "MPL-2.0" | 2 | LICENSE = "MPL-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458" |
4 | 4 | ||
5 | DEPENDS_class-native += "classpath-native" | 5 | DEPENDS:class-native += "classpath-native" |
6 | 6 | ||
7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
8 | 8 | ||
@@ -20,9 +20,9 @@ S = "${WORKDIR}/rhino1_7R4" | |||
20 | 20 | ||
21 | PACKAGES = "${JPN} rhino" | 21 | PACKAGES = "${JPN} rhino" |
22 | 22 | ||
23 | FILES_${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" | 23 | FILES:${PN} = "${bindir}/rhino ${bindir}/rhino-jsc" |
24 | RDEPENDS_${PN} = "java2-runtime ${JPN}" | 24 | RDEPENDS:${PN} = "java2-runtime ${JPN}" |
25 | RDEPENDS_${PN}_class-native = "" | 25 | RDEPENDS:${PN}:class-native = "" |
26 | 26 | ||
27 | do_compile() { | 27 | do_compile() { |
28 | mkdir -p build | 28 | mkdir -p build |
@@ -39,7 +39,7 @@ do_compile() { | |||
39 | fastjar cfm ${JARFILENAME} ${S}/src/manifest -C build . | 39 | fastjar cfm ${JARFILENAME} ${S}/src/manifest -C build . |
40 | } | 40 | } |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | install -d ${D}${bindir} | 43 | install -d ${D}${bindir} |
44 | 44 | ||
45 | install -m 0755 ${WORKDIR}/rhino ${D}${bindir} | 45 | install -m 0755 ${WORKDIR}/rhino ${D}${bindir} |
diff --git a/recipes-core/servlet-api/jsp2.0_5.5.26.bb b/recipes-core/servlet-api/jsp2.0_5.5.26.bb index 286d6d5..ac8617c 100644 --- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb +++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi/jsr152" | |||
10 | inherit java-library | 10 | inherit java-library |
11 | 11 | ||
12 | DEPENDS = "servlet2.4" | 12 | DEPENDS = "servlet2.4" |
13 | RDEPENDS_${PN} = "libservlet2.4-java" | 13 | RDEPENDS:${PN} = "libservlet2.4-java" |
14 | 14 | ||
15 | # Value of implementation.revision in build.xml | 15 | # Value of implementation.revision in build.xml |
16 | IMPL_REVISION = "public_draft" | 16 | IMPL_REVISION = "public_draft" |
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb index ad985cb..138bc75 100644 --- a/recipes-core/xalan-j/xalan-j_2.7.1.bb +++ b/recipes-core/xalan-j/xalan-j_2.7.1.bb | |||
@@ -47,14 +47,14 @@ do_compile() { | |||
47 | fastjar cf serializer-${PV}.jar -C build-serializer . | 47 | fastjar cf serializer-${PV}.jar -C build-serializer . |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install:append() { |
51 | oe_jarinstall serializer-${PV}.jar serializer.jar | 51 | oe_jarinstall serializer-${PV}.jar serializer.jar |
52 | } | 52 | } |
53 | 53 | ||
54 | 54 | ||
55 | PACKAGES = "libxalan2-serializer-java ${JPN}" | 55 | PACKAGES = "libxalan2-serializer-java ${JPN}" |
56 | 56 | ||
57 | FILES_libxalan2-serializer-java = "${datadir_java}/serializer*.jar" | 57 | FILES:libxalan2-serializer-java = "${datadir_java}/serializer*.jar" |
58 | 58 | ||
59 | SRC_URI[archive.md5sum] = "fc805051f0fe505c7a4b1b5c8db9b9e3" | 59 | SRC_URI[archive.md5sum] = "fc805051f0fe505c7a4b1b5c8db9b9e3" |
60 | SRC_URI[archive.sha256sum] = "fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043" | 60 | SRC_URI[archive.sha256sum] = "fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043" |
diff --git a/recipes-core/xerces-j/xerces-j_2.11.0.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb index 98ef32f..105a196 100644 --- a/recipes-core/xerces-j/xerces-j_2.11.0.bb +++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb | |||
@@ -22,8 +22,8 @@ JPN = "libxerces2-java" | |||
22 | 22 | ||
23 | DEPENDS = "fastjar-native jaxp1.3 xml-commons-resolver1.1" | 23 | DEPENDS = "fastjar-native jaxp1.3 xml-commons-resolver1.1" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "libjaxp1.3-java libxml-commons-resolver1.1-java" | 25 | RDEPENDS:${PN} = "libjaxp1.3-java libxml-commons-resolver1.1-java" |
26 | RDEPENDS_${PN}_class-native = "" | 26 | RDEPENDS:${PN}:class-native = "" |
27 | 27 | ||
28 | do_unpackpost[dirs] = "${B}" | 28 | do_unpackpost[dirs] = "${B}" |
29 | do_unpackpost() { | 29 | do_unpackpost() { |
diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb index b563cc6..cf0377a 100644 --- a/recipes-core/xml-commons/jaxme_0.5.2.bb +++ b/recipes-core/xml-commons/jaxme_0.5.2.bb | |||
@@ -45,7 +45,7 @@ do_compile() { | |||
45 | # jaxme_build src/pm build-pm $cp jaxmepm-${PV}.jar | 45 | # jaxme_build src/pm build-pm $cp jaxmepm-${PV}.jar |
46 | } | 46 | } |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | oe_jarinstall jaxmeapi-${PV}.jar jaxmeapi.jar | 49 | oe_jarinstall jaxmeapi-${PV}.jar jaxmeapi.jar |
50 | oe_jarinstall jaxmejs-${PV}.jar jaxmejs.jar | 50 | oe_jarinstall jaxmejs-${PV}.jar jaxmejs.jar |
51 | oe_jarinstall jaxmexs-${PV}.jar jaxmexs.jar | 51 | oe_jarinstall jaxmexs-${PV}.jar jaxmexs.jar |
diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb index 8b43c39..5a71655 100644 --- a/recipes-core/xml-commons/xom_1.2.10.bb +++ b/recipes-core/xml-commons/xom_1.2.10.bb | |||
@@ -36,7 +36,7 @@ do_move_jaxen() { | |||
36 | 36 | ||
37 | } | 37 | } |
38 | 38 | ||
39 | addtask move_jaxen after do_removebinaries before do_patch | 39 | addtask move_jaxen after do:removebinaries before do_patch |
40 | 40 | ||
41 | do_compile() { | 41 | do_compile() { |
42 | mkdir -p build | 42 | mkdir -p build |
diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb index 1f02cb7..2b8f959 100644 --- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb +++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb | |||
@@ -39,11 +39,11 @@ do_compile() { | |||
39 | fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar . | 39 | fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar . |
40 | } | 40 | } |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar | 43 | oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" | 46 | FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" |
47 | 47 | ||
48 | 48 | ||
49 | SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6" | 49 | SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6" |