diff options
Diffstat (limited to 'meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index c90eab043b..e3ed9c6a17 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
| @@ -4,7 +4,8 @@ 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://0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch" | ||
| 8 | 9 | ||
| 9 | SRCREV = "6a905f9311f82d306da77bd963ec5aa5da07da9c" | 10 | SRCREV = "6a905f9311f82d306da77bd963ec5aa5da07da9c" |
| 10 | 11 | ||
| @@ -14,7 +15,7 @@ S = "${WORKDIR}/git" | |||
| 14 | 15 | ||
| 15 | inherit cmake | 16 | inherit cmake |
| 16 | 17 | ||
| 17 | EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJSON_BUILD_EXAMPLES=OFF" | 18 | EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJSON_BUILD_EXAMPLES=OFF -DLIB_INSTALL_DIR:STRING=${libdir}" |
| 18 | 19 | ||
| 19 | # RapidJSON is a header-only C++ library, so the main package will be empty. | 20 | # RapidJSON is a header-only C++ library, so the main package will be empty. |
| 20 | 21 | ||
