summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cli11/cli11_1.6.2.bb
diff options
context:
space:
mode:
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.bb5
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"
6SRCREV = "bd4dc911847d0cde7a6b41dfa626a85aab213baf" 6SRCREV = "bd4dc911847d0cde7a6b41dfa626a85aab213baf"
7PV .= "+git${SRCPV}" 7PV .= "+git${SRCPV}"
8 8
9SRC_URI += "gitsm://github.com/CLIUtils/CLI11" 9SRC_URI += "gitsm://github.com/CLIUtils/CLI11 \
10 file://0001-Add-CLANG_TIDY-check.patch \
11 "
10 12
11S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
12 14
13inherit cmake 15inherit cmake
14inherit ptest 16inherit ptest
15 17
18EXTRA_OECMAKE += "-DCLANG_TIDY=OFF"
16DEPENDS += "boost" 19DEPENDS += "boost"