summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = ""
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.
53do_configure:prepend () { 53do_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