summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2021-11-17 08:09:58 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-11-17 17:16:28 +0100
commitb30873f02150c1f0bc3d5cc84742577649765de4 (patch)
treeec27dafe0e75e627f6a05e1933039192b6b8e79a
parent008c113d4e7066b912c488aff012786fc0dbbf7f (diff)
downloadmeta-java-b30873f02150c1f0bc3d5cc84742577649765de4.tar.gz
jikes: Avoid append override together with += operator
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/jikes/jikes_1.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb
index 5e6e470..3e83ff8 100644
--- a/recipes-core/jikes/jikes_1.22.bb
+++ b/recipes-core/jikes/jikes_1.22.bb
@@ -20,7 +20,7 @@ RDEPENDS:${PN}:class-native = ""
20EXTRA_OECONF = "--disable-fp-emulation --enable-source15" 20EXTRA_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
23CXXFLAGS:append:arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1" 23CXXFLAGS:append:arm = " -UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"
24 24
25do_install() { 25do_install() {
26 oe_runmake 'DESTDIR=${D}' install 26 oe_runmake 'DESTDIR=${D}' install