mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
xmlstarlet: Disable PARALLEL_MAKE (again)
* MJ: this was applied for 1.5.0 version in: https://patchwork.openembedded.org/patch/116023/ then removed with the upgrade to 1.6.1 in: https://patchwork.openembedded.org/patch/141059/ but as reported before this issue is still reproducible with 1.6.1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,3 +24,8 @@ inherit autotools
|
|||||||
EXTRA_OECONF="--disable-build-docs \
|
EXTRA_OECONF="--disable-build-docs \
|
||||||
--with-libxml-prefix=${STAGING_LIBDIR}/.. \
|
--with-libxml-prefix=${STAGING_LIBDIR}/.. \
|
||||||
--with-libxslt-prefix=${STAGING_LIBDIR}/.."
|
--with-libxslt-prefix=${STAGING_LIBDIR}/.."
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/157121/
|
||||||
|
# /bin/bash: src/usage.c: No such file or directory
|
||||||
|
# Makefile:2121: recipe for target 'src/usage.c' failed
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user