Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v3] gettext: fix libtool: Version mismatch error
@ 2024-12-30  4:05 Vincent Davis Jr
  2024-12-30  4:07 ` Vincent Davis Jr
  2024-12-30 13:08 ` [OE-core] " Mathieu Dubois-Briand
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Davis Jr @ 2024-12-30  4:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Vincent Davis Jr

Error:

libtool: Version mismatch error.  This is libtool 2.5.4, but the
libtool: definition of this LT_INIT comes from libtool 2.5.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.5.4
libtool: and run autoconf again.

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
---
 meta/recipes-core/gettext/gettext_0.22.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/gettext/gettext_0.22.5.bb b/meta/recipes-core/gettext/gettext_0.22.5.bb
index 0bf2a56e5f..2d1ace1427 100644
--- a/meta/recipes-core/gettext/gettext_0.22.5.bb
+++ b/meta/recipes-core/gettext/gettext_0.22.5.bb
@@ -31,7 +31,7 @@ SRC_URI += " \
            file://0001-intl-Fix-build-failure-with-make-j.patch \
            "
 
-inherit autotools texinfo pkgconfig ptest
+inherit autotools autotools-brokensep texinfo pkgconfig ptest
 
 EXTRA_OECONF += "--without-lispdir \
                  --disable-csharp \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-06  4:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30  4:05 [PATCH v3] gettext: fix libtool: Version mismatch error Vincent Davis Jr
2024-12-30  4:07 ` Vincent Davis Jr
2024-12-30 13:08 ` [OE-core] " Mathieu Dubois-Briand
2025-01-06  4:14   ` Vincent Davis Jr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox