diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-19 01:42:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-19 01:45:03 -0700 |
commit | 02c24e2b9f5aa186b0f0e6fb2cb0fdf839f22ddd (patch) | |
tree | 921b7128e049a364ec480e903b944e29f39779a8 /meta-oe/recipes-support | |
parent | 96890edbb562c77b5bad96654fa2a4c1bdc9ca44 (diff) | |
download | meta-openembedded-02c24e2b9f5aa186b0f0e6fb2cb0fdf839f22ddd.tar.gz |
monit: Fix build with libtool 2.4.7
Delete old m4 macros, so autoreconf can repopulate it.
Fixes
libtool: Version mismatch error. This is libtool 2.4.7, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.7
libtool: and run autoconf again.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-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 fa51e0541..2b5e89420 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 |