mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
libmng: skip pre-configure make clean via CLEANBROKEN
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 <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user