diff options
Diffstat (limited to 'meta-oe/recipes-support/cli11/cli11_1.6.2.bb')
| -rw-r--r-- | meta-oe/recipes-support/cli11/cli11_1.6.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cli11/cli11_1.6.2.bb b/meta-oe/recipes-support/cli11/cli11_1.6.2.bb index 6899b1264b..e62c1d3d13 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.6.2.bb +++ b/meta-oe/recipes-support/cli11/cli11_1.6.2.bb | |||
| @@ -6,11 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c271fee3ae28e11b24b97284d9f82887" | |||
| 6 | SRCREV = "bd4dc911847d0cde7a6b41dfa626a85aab213baf" | 6 | SRCREV = "bd4dc911847d0cde7a6b41dfa626a85aab213baf" |
| 7 | PV .= "+git${SRCPV}" | 7 | PV .= "+git${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11" | 9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11 \ |
| 10 | file://0001-Add-CLANG_TIDY-check.patch \ | ||
| 11 | " | ||
| 10 | 12 | ||
| 11 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 12 | 14 | ||
| 13 | inherit cmake | 15 | inherit cmake |
| 14 | inherit ptest | 16 | inherit ptest |
| 15 | 17 | ||
| 18 | EXTRA_OECMAKE += "-DCLANG_TIDY=OFF" | ||
| 16 | DEPENDS += "boost" | 19 | DEPENDS += "boost" |
