The release tarball ships a pre-generated Makefile with
the maintainer's absolute build paths baked in (${SHELL}
/sources/LIB/MNG/.../missing)
so the make clean run by autotools_preconfigure fails before autoreconf
regenerates the build system.
Set CLEANBROKEN to skip that pre-configure clean.
Signed-off-by: Khem Raj <[email protected]>
---
meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
index fe76520d15..76b8078bb2 100644
--- a/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
+++ b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
@@ -18,6 +18,12 @@ UPSTREAM_CHECK_REGEX = "libmng-devel/(?P<pver>\d+(\.\d+)+)"
inherit autotools-brokensep pkgconfig
+# The release tarball ships a pre-generated Makefile with the maintainer's
+# absolute build paths baked in (e.g. ${SHELL} /sources/LIB/MNG/.../missing),
+# so the "make clean" run by autotools_preconfigure fails before autoreconf
+# regenerates the build system. Skip that pre-configure clean.
+CLEANBROKEN = "1"
+
PACKAGECONFIG ??= "jpeg"
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127926):
https://lists.openembedded.org/g/openembedded-devel/message/127926
Mute This Topic: https://lists.openembedded.org/mt/120018150/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-