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.15.2.bb6
1 files changed, 3 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 62823023c7..89bcafc453 100644
--- a/meta/recipes-support/libcheck/libcheck_0.15.2.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.15.2.bb
@@ -21,13 +21,13 @@ inherit autotools pkgconfig texinfo
21 21
22CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" 22CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk"
23 23
24RREPLACES_${PN} = "check (<= 0.9.5)" 24RREPLACES:${PN} = "check (<= 0.9.5)"
25 25
26BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"
27 27
28PACKAGES =+ "checkmk" 28PACKAGES =+ "checkmk"
29 29
30FILES_checkmk = "${bindir}/checkmk" 30FILES:checkmk = "${bindir}/checkmk"
31 31
32RDEPENDS_checkmk = "gawk" 32RDEPENDS:checkmk = "gawk"
33 33