aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uim
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-19 01:43:20 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-19 01:45:03 -0700
commit5ee9c9ca08b0b8ae2967a3eb60841c94b78bb1bc (patch)
treec416b50859fed7784314fa7e948ef84f8e6c3e23 /meta-oe/recipes-support/uim
parent02c24e2b9f5aa186b0f0e6fb2cb0fdf839f22ddd (diff)
downloadmeta-openembedded-contrib-5ee9c9ca08b0b8ae2967a3eb60841c94b78bb1bc.tar.gz
uim: 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/uim')
-rw-r--r--meta-oe/recipes-support/uim/uim_1.8.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.8.bb b/meta-oe/recipes-support/uim/uim_1.8.8.bb
index fca914ed67..e0d9d05dce 100644
--- a/meta-oe/recipes-support/uim/uim_1.8.8.bb
+++ b/meta-oe/recipes-support/uim/uim_1.8.8.bb
@@ -51,6 +51,9 @@ PARALLEL_MAKE = ""
#Because m4 file's find maxdepth=2, so copy the m4 files of the deep depth.
do_configure:prepend () {
+ rm -rf ${S}/m4.generated/lt*.m4 ${S}/m4.generated/libtool.m4
+ rm -rf ${S}/sigscheme/libgcroots/m4/lt*.m4 ${S}/sigscheme/libgcroots/m4/libtool.m4
+ rm -rf ${S}/sigscheme/m4/lt*.m4 ${S}/sigscheme/m4/libtool.m4
cp ${S}/sigscheme/m4/* ${S}/m4/
}