summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.15.2.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.15.2.bb b/meta/recipes-support/libcheck/libcheck_0.15.2.bb
index 5ab67b8728..8455f2c748 100644
--- a/meta/recipes-support/libcheck/libcheck_0.15.2.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.15.2.bb
@@ -18,15 +18,16 @@ GITHUB_BASE_URI = "https://github.com/libcheck/check/releases/"
18 18
19S = "${WORKDIR}/check-${PV}" 19S = "${WORKDIR}/check-${PV}"
20 20
21inherit autotools pkgconfig texinfo github-releases 21inherit cmake pkgconfig texinfo github-releases
22
23CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
24 22
25RREPLACES:${PN} = "check (<= 0.9.5)" 23RREPLACES:${PN} = "check (<= 0.9.5)"
26 24
25EXTRA_OECMAKE:append:class-target = " -DAWK_PATH=${bindir}/awk"
26
27do_install:append:class-native() { 27do_install:append:class-native() {
28 create_cmdline_shebang_wrapper ${D}${bindir}/checkmk 28 create_cmdline_shebang_wrapper ${D}${bindir}/checkmk
29} 29}
30
30BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"
31 32
32PACKAGES =+ "checkmk" 33PACKAGES =+ "checkmk"
@@ -34,3 +35,4 @@ PACKAGES =+ "checkmk"
34FILES:checkmk = "${bindir}/checkmk" 35FILES:checkmk = "${bindir}/checkmk"
35 36
36RDEPENDS:checkmk = "gawk" 37RDEPENDS:checkmk = "gawk"
38