diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-10 18:40:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-10 11:51:35 -0700 |
| commit | 8cb0272d7f12c82840bf5c7d8518fd2fece60ced (patch) | |
| tree | f058b7a1871cf847d40891ea5d1fd0231e11a0a7 | |
| parent | b336c4ab233c917c8be66e9281605caa43dcc486 (diff) | |
| download | meta-openembedded-8cb0272d7f12c82840bf5c7d8518fd2fece60ced.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb index e3d52e616a..e28fd61a03 100644 --- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb +++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb | |||
| @@ -24,3 +24,8 @@ inherit autotools | |||
| 24 | EXTRA_OECONF="--disable-build-docs \ | 24 | EXTRA_OECONF="--disable-build-docs \ |
| 25 | --with-libxml-prefix=${STAGING_LIBDIR}/.. \ | 25 | --with-libxml-prefix=${STAGING_LIBDIR}/.. \ |
| 26 | --with-libxslt-prefix=${STAGING_LIBDIR}/.." | 26 | --with-libxslt-prefix=${STAGING_LIBDIR}/.." |
| 27 | |||
| 28 | # http://errors.yoctoproject.org/Errors/Details/157121/ | ||
| 29 | # /bin/bash: src/usage.c: No such file or directory | ||
| 30 | # Makefile:2121: recipe for target 'src/usage.c' failed | ||
| 31 | PARALLEL_MAKE = "" | ||
