diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:52:25 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:03 -0400 |
| commit | f00c8b1ea27d9911b125313c55209e2cbccbab2d (patch) | |
| tree | ed4129a3211672b403190ab4f47d0357173d4605 | |
| parent | 32b54f3c401010ab999b5f2f2021dfe02dfc9a46 (diff) | |
| download | meta-openembedded-f00c8b1ea27d9911b125313c55209e2cbccbab2d.tar.gz | |
libxml++: Disable parallel make in ptest compile
This fails to build in parallel, perhaps needs to fix the component
makery
Fixes
| chmod +x dom_build/make_check.sh
| echo '# Generated and used by "make check"' >dom_parse_entities/make_check.sh
| /bin/bash: dom_parse_entities/make_check.sh: No such file or directory
| make[1]: *** [Makefile:1807: dom_parse_entities/make_check.sh] Error 1
| make[1]: Leaving directory '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/libxml++/2.42.1-r0/build/examples'
| make: *** [Makefile:1812: buildtest] Error 2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/libxml/libxml++_2.42.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libxml/libxml++_2.42.1.bb b/meta-oe/recipes-core/libxml/libxml++_2.42.1.bb index f75568a1d9..7347e30f34 100644 --- a/meta-oe/recipes-core/libxml/libxml++_2.42.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++_2.42.1.bb | |||
| @@ -27,6 +27,8 @@ do_compile_ptest() { | |||
| 27 | oe_runmake -C examples buildtest | 27 | oe_runmake -C examples buildtest |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | PTEST_PARALLEL_MAKE = "" | ||
| 31 | |||
| 30 | FILES:${PN}-doc += "${datadir}/devhelp" | 32 | FILES:${PN}-doc += "${datadir}/devhelp" |
| 31 | FILES:${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h" | 33 | FILES:${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h" |
| 32 | 34 | ||
