diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-26 14:36:28 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
commit | 3083eb9f273b470e3434e5d78f2e8d30e7cef153 (patch) | |
tree | a2ccabd567c874b275f77563f561725604386420 /meta-oe/recipes-support/monit/monit_5.34.4.bb | |
parent | b3cb662fe3d624f70ee98a24c2b565c3e2301a53 (diff) | |
download | meta-openembedded-3083eb9f273b470e3434e5d78f2e8d30e7cef153.tar.gz |
monit: fix autoreconf
autoreconf needs to be told where to find macros as the Makefile.am does
not do this.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta-oe/recipes-support/monit/monit_5.34.4.bb')
-rw-r--r-- | meta-oe/recipes-support/monit/monit_5.34.4.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.34.4.bb b/meta-oe/recipes-support/monit/monit_5.34.4.bb index 349548e31e..c0f1d1fd7c 100644 --- a/meta-oe/recipes-support/monit/monit_5.34.4.bb +++ b/meta-oe/recipes-support/monit/monit_5.34.4.bb | |||
@@ -20,6 +20,9 @@ SRC_URI[sha256sum] = "ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fb | |||
20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" | 20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" |
21 | 21 | ||
22 | inherit autotools-brokensep systemd update-rc.d | 22 | inherit autotools-brokensep systemd update-rc.d |
23 | # brokensep because | ../../monit-5.34.4/libmonit/src/util/Str.c:26:10: fatal error: Config.h: No such file or directory | ||
24 | |||
25 | EXTRA_AUTORECONF += "-I config" | ||
23 | 26 | ||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
25 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" | 28 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" |
@@ -38,10 +41,6 @@ INITSCRIPT_PACKAGES = "${PN}" | |||
38 | INITSCRIPT_NAME:${PN} = "monit" | 41 | INITSCRIPT_NAME:${PN} = "monit" |
39 | INITSCRIPT_PARAMS:${PN} = "defaults 89" | 42 | INITSCRIPT_PARAMS:${PN} = "defaults 89" |
40 | 43 | ||
41 | do_configure:prepend() { | ||
42 | rm -rf ${S}/m4/* | ||
43 | } | ||
44 | |||
45 | do_install:append() { | 44 | do_install:append() { |
46 | 45 | ||
47 | # Configuration file | 46 | # Configuration file |