Test case to run without patch: 1) add meta-intel and meta-crownbay layers 2) build MACHINE=qemux86 bitbake libxml-parser-perl 3) build MACHINE=genericx86 bitbake libxml-parser-perl 4) build MACHINE=crownbay-noemgd bitbake libxml-parser-perl
The step 4 wont complete because rpath issues. To get it work: MACHINE=crownbay-noemgd bitbake libxml-parser-perl perl -c cleanssate Then MACHINE=crownbay-noemgd bitbake libxml-parser-perl Master branch seems not be affected by this behaviour João Henrique Ferreira de Freitas (1): libxml-parser-perl: remove rpath .../perl/libxml-parser-perl-2.41/makefile_pl_rpath.patch | 14 ++++++++++++++ meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/perl/libxml-parser-perl-2.41/makefile_pl_rpath.patch -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
