mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
rapidjson: Fix data abort on ARM
The internal memory allocator that RapidJSON uses wasn't correctly aligning memory in all cases, which resulted in data aborts when running on ARM-based processors. This was fixed upstream in 748a652f04cd3a202ce3639770238bd9473b300c Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
8760facba1
commit
091808f08a
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125"
|
||||
|
||||
SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1 \
|
||||
file://remove-march-native-from-CMAKE_CXX_FLAGS.patch \
|
||||
file://0001-Fix-SIGBUS-due-to-unaligned-access.patch \
|
||||
"
|
||||
|
||||
SRCREV = "e5635fb27feab7f6e8d7b916aa20ad799045a641"
|
||||
|
||||
Reference in New Issue
Block a user