All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix for libxml++_ptest.patch with out-of-source build
@ 2014-05-06 13:07 Lewis, Nick
  2014-05-06 17:19 ` Khem Raj
       [not found] ` <2c12c9ff705a424c99db08f7cfa57c0a@BL2PR04MB852.namprd04.prod.outlook.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Lewis, Nick @ 2014-05-06 13:07 UTC (permalink / raw)
  To: 'openembedded-devel@lists.openembedded.org'

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

The libxml++_ptest.patch currently supplied with the libxml++ recipe does not produce a Makefile that works for out-of-source builds. Please find attached a patch that resolves this problem

Apologies
Nick

Nick Lewis
nick.lewis@usa.g4s.com<mailto:nick.lewis@usa.g4s.com>
+44 1684 277137<tel:+441684277137>
www.g4stechnology.com<http://www.g4stechnology.com/>
New Challenge House, International Drive, Tewkesbury, Gloucestershire, GL20 8UQ, UK

P Please consider the environment before printing this email


________________________________
The details of this company are as follows:
G4S Technology Limited, Registered Office: Challenge House, International Drive, Tewkesbury, Gloucestershire GL20 8UQ, Registered in England No. 2382338.

This communication may contain information which is confidential, personal and/or privileged.

It is for the exclusive use of the intended recipient(s).
If you are not the intended recipient(s), please note that any distribution, forwarding, copying or use of this communication or the information in it is strictly prohibited.

Any personal views expressed in this e-mail are those of the individual sender and the company does not endorse or accept responsibility for them.

Prior to taking any action based upon this e-mail message, you should seek appropriate confirmation of its authenticity.

This e-mail has been scanned for all viruses by MessageLabs.

[-- Attachment #2: 0001-Fix-libxml-_ptest.patch-with-out-of-source-build.patch --]
[-- Type: application/octet-stream, Size: 1247 bytes --]

From 66b57260164e6cf486bd7f7f26c41112e603dfd8 Mon Sep 17 00:00:00 2001
From: Nick Lewis <nick.lewis@usa.g4s.com>
Date: Tue, 6 May 2014 13:38:04 +0100
Subject: [PATCH] Fix libxml++_ptest.patch with out-of-source build

---
 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
 +
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-04 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 13:07 Fix for libxml++_ptest.patch with out-of-source build Lewis, Nick
2014-05-06 17:19 ` Khem Raj
     [not found] ` <2c12c9ff705a424c99db08f7cfa57c0a@BL2PR04MB852.namprd04.prod.outlook.com>
2014-05-07 12:07   ` Lewis, Nick
2014-05-30 10:19     ` Martin Jansa
     [not found]     ` <cd2e157cc4a741518317749d2f11a4ed@BL2PR04MB852.namprd04.prod.outlook.com>
2014-06-04 16:47       ` Lewis, Nick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.