[meta-java,2/2] jikes: Avoid append override together with += operator

Message ID 20211117070958.64782-2-jacob.kroon@gmail.com
State New
Headers show
Series [meta-java,1/2] jamvm: Set git branch | expand

Commit Message

Jacob Kroon Nov. 17, 2021, 7:09 a.m. UTC
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
---
 recipes-core/jikes/jikes_1.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

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 = ""
 EXTRA_OECONF = "--disable-fp-emulation --enable-source15"
 
 # configure script incorrectly defines these when cross compiling for ARM
-CXXFLAGS:append:arm += "-UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"
+CXXFLAGS:append:arm = " -UHAVE_64BIT_TYPES -DWORDS_BIGENDIAN=1"
 
 do_install() {
     oe_runmake 'DESTDIR=${D}' install