diff options
-rw-r--r-- | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 6 |
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" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" | 5 | LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1 \ | 7 | SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1" |
8 | file://remove-march-native-from-CMAKE_CXX_FLAGS.patch \ | ||
9 | " | ||
10 | 8 | ||
11 | SRCREV = "e5635fb27feab7f6e8d7b916aa20ad799045a641" | 9 | SRCREV = "6a905f9311f82d306da77bd963ec5aa5da07da9c" |
12 | 10 | ||
13 | PV = "1.1.0+git${SRCPV}" | 11 | PV = "1.1.0+git${SRCPV}" |
14 | 12 | ||