aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-24 15:49:49 -0400
committerKhem Raj <raj.khem@gmail.com>2022-03-25 08:28:48 -0700
commit97c904c765a860759d2320d6a67421ce1ecb705b (patch)
tree970acdd36dea71ec9c9f5c2207ec5eaeab014a8f /meta-oe/recipes-extended
parentca1cfc9a73628f2f90ac9ee34497d799cfa9ddeb (diff)
downloadmeta-openembedded-contrib-97c904c765a860759d2320d6a67421ce1ecb705b.tar.gz
polkit: 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: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.119.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.119.bb b/meta-oe/recipes-extended/polkit/polkit_0.119.bb
index b5f77700c4..8a326a9815 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.119.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.119.bb
@@ -35,6 +35,10 @@ EXTRA_OECONF = "--with-os-type=moblin \
--disable-libelogind \
"
+do_configure:prepend () {
+ rm -f ${S}/buildutil/lt*.m4 ${S}/buildutil/libtool.m4
+}
+
do_compile:prepend () {
export GIR_EXTRA_LIBS_PATH="${B}/src/polkit/.libs"
}