summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libcheck')
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.12.0.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-support/libcheck/libcheck_0.12.0.bb b/meta/recipes-support/libcheck/libcheck_0.12.0.bb
index 94b0dc1bbd..25ac2c4b26 100644
--- a/meta/recipes-support/libcheck/libcheck_0.12.0.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.12.0.bb
@@ -18,7 +18,12 @@ inherit autotools pkgconfig texinfo
18CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" 18CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
19 19
20RREPLACES_${PN} = "check (<= 0.9.5)" 20RREPLACES_${PN} = "check (<= 0.9.5)"
21RDEPENDS_${PN} += "gawk"
22RDEPENDS_${PN}_class-native = ""
23 21
24BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"
23
24PACKAGES =+ "checkmk"
25
26FILES_checkmk = "${bindir}/checkmk"
27
28RDEPENDS_checkmk = "gawk"
29