diff options
| -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 = "" | ||
