[oe-commits] Lewis, Nick : libxml++: fix build with B noteq S

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:04 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 1aeeddd4de69dfa31c461e898745cca76eb4727d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1aeeddd4de69dfa31c461e898745cca76eb4727d

Author: Lewis, Nick <nick.lewis at usa.g4s.com>
Date:   Fri May 23 16:09:52 2014 +0100

libxml++: fix build with B noteq S

Signed-off-by: Nick Lewis <nick.lewis at usa.g4s.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch b/meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch
index a18822f..1e847be 100644
--- a/meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch
+++ b/meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch
@@ -65,9 +65,9 @@ index d9541ca..c28b49c 100644
 +	$(MKDIR_P) $(DESTDIR)/examples
 +	cp --parents $(check_DOTLIBS) $(DESTDIR)/examples
 +	cp --parents $(check_SCRIPTS) $(DESTDIR)/examples
-+	cp --parents $(dist_noinst_DATA) $(DESTDIR)/examples
++	$(foreach i, $(dist_noinst_DATA), cp --parents $(srcdir)/$(i) $(DESTDIR)/examples;)
 +	cp Makefile $(DESTDIR)/examples
 +	$(MKDIR_P) $(DESTDIR)/macros
-+	cp ../macros/test-driver $(DESTDIR)/macros
++	cp $(srcdir)/../macros/test-driver $(DESTDIR)/macros
 +	sed -i -e 's|^Makefile:|_Makefile:|' $(DESTDIR)/examples/Makefile
 +



More information about the Openembedded-commits mailing list