diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-19 01:43:20 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-19 01:45:03 -0700 |
| commit | 5ee9c9ca08b0b8ae2967a3eb60841c94b78bb1bc (patch) | |
| tree | c416b50859fed7784314fa7e948ef84f8e6c3e23 | |
| parent | 02c24e2b9f5aa186b0f0e6fb2cb0fdf839f22ddd (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.8.bb | 3 |
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 = "" | |||
| 51 | 51 | ||
| 52 | #Because m4 file's find maxdepth=2, so copy the m4 files of the deep depth. | 52 | #Because m4 file's find maxdepth=2, so copy the m4 files of the deep depth. |
| 53 | do_configure:prepend () { | 53 | do_configure:prepend () { |
| 54 | rm -rf ${S}/m4.generated/lt*.m4 ${S}/m4.generated/libtool.m4 | ||
| 55 | rm -rf ${S}/sigscheme/libgcroots/m4/lt*.m4 ${S}/sigscheme/libgcroots/m4/libtool.m4 | ||
| 56 | rm -rf ${S}/sigscheme/m4/lt*.m4 ${S}/sigscheme/m4/libtool.m4 | ||
| 54 | cp ${S}/sigscheme/m4/* ${S}/m4/ | 57 | cp ${S}/sigscheme/m4/* ${S}/m4/ |
| 55 | } | 58 | } |
| 56 | 59 | ||
