diff options
-rw-r--r-- | meta-oe/recipes-support/monit/monit_5.31.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.31.0.bb b/meta-oe/recipes-support/monit/monit_5.31.0.bb index fa51e05418..2b5e89420c 100644 --- a/meta-oe/recipes-support/monit/monit_5.31.0.bb +++ b/meta-oe/recipes-support/monit/monit_5.31.0.bb | |||
@@ -38,6 +38,10 @@ INITSCRIPT_PACKAGES = "${PN}" | |||
38 | INITSCRIPT_NAME:${PN} = "monit" | 38 | INITSCRIPT_NAME:${PN} = "monit" |
39 | INITSCRIPT_PARAMS:${PN} = "defaults 89" | 39 | INITSCRIPT_PARAMS:${PN} = "defaults 89" |
40 | 40 | ||
41 | do_configure:prepend() { | ||
42 | rm -rf ${S}/m4/* | ||
43 | } | ||
44 | |||
41 | do_install:append() { | 45 | do_install:append() { |
42 | 46 | ||
43 | # Configuration file | 47 | # Configuration file |