[oe-commits] [openembedded-core] 16/76: libxml-parser-perl: add expat/Makefile dependency

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:01 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f09e0d857ae917f0a0b393374fb8d6de5a1926e6
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Mon Nov 21 11:04:20 2016 -0800

    libxml-parser-perl: add expat/Makefile dependency
    
    The file Expat.bs (which is empty!) is created by BOOTSTRAP,
    but is deleted by INST_DYNAMIC.  Make sure we are not creating
    and deleting it at the same time.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
index 3acd826..ab9e5fa 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
@@ -20,6 +20,8 @@ inherit cpan
 do_configure_append() {
 	sed 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' -i Makefile Expat/Makefile
 	sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile
+	# make sure these two do not build in parallel
+	sed 's!^$(INST_DYNAMIC):!$(INST_DYNAMIC): $(BOOTSTRAP)!' -i Expat/Makefile
 }
 
 do_compile() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list