aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-10-23 11:04:38 -0500
committerKhem Raj <raj.khem@gmail.com>2018-10-25 14:08:52 -0700
commit7bf3b548fc74f01b0c2ebd1c4166b0438f1001a5 (patch)
treec9a72d39efec1c5091d65c6931ca746b913a3603 /meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
parent48309c65be4d417397793d447e23106e086d8237 (diff)
downloadmeta-openembedded-7bf3b548fc74f01b0c2ebd1c4166b0438f1001a5.tar.gz
rapidjson: Update to newer 1.1.0 + git
Bring in a newer version of rapidjson which includes a fixes when running on ARM, specifically 748a652f04 ("Fix SIGBUS due to unaligned access") Also remove the existing patch file as the issue was resolved in the mainline by 4c9a28a28e ("CMake: do not pass -march=native or -mcpu=native when crosscompiling") Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Veselin Georgiev <veselin.georgiev@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb')
-rw-r--r--meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
index 069385d5b0..cd18149504 100644
--- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
+++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb
@@ -4,11 +4,9 @@ SECTION = "libs"
LICENSE = "MIT"
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 \
-"
+SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1"
-SRCREV = "e5635fb27feab7f6e8d7b916aa20ad799045a641"
+SRCREV = "6a905f9311f82d306da77bd963ec5aa5da07da9c"
PV = "1.1.0+git${SRCPV}"