summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
index 00e5d497b..5ae36bb67 100644
--- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
+++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb
@@ -22,6 +22,12 @@ lcl_default_state_dir = "${localstatedir}/lib/logwarn"
22 22
23CFLAGS += '-DDEFAULT_STATE_DIR=\""${lcl_default_state_dir}\""' 23CFLAGS += '-DDEFAULT_STATE_DIR=\""${lcl_default_state_dir}\""'
24 24
25CACHED_CONFIGUREVARS += " \
26 ac_cv_path_BASH_SHELL=${base_bindir}/bash \
27 ac_cv_path_CAT=${base_bindir}/cat \
28 ac_cv_path_RM=${base_bindir}/rm \
29 ac_cv_path_SED=${base_bindir}/sed \
30"
25 31
26# Make sure some files exist for autoreconf. 32# Make sure some files exist for autoreconf.
27# 33#
@@ -43,4 +49,4 @@ PACKAGES += "${PN}-nagios"
43 49
44FILES_${PN}-nagios = "${nonarch_libdir}/nagios" 50FILES_${PN}-nagios = "${nonarch_libdir}/nagios"
45 51
46RDEPENDS_${PN}-nagios += "bash" 52RDEPENDS_${PN}-nagios += "bash coreutils sed"