[oe] Patch to fix libxml++ build failure in meta-oe

Lewis, Nick nick.lewis at usa.g4s.com
Wed Jan 8 09:03:58 UTC 2014


>>> ++      cp Makefile $(DESTDIR)/examples
>>> ++      $(MKDIR_P) $(DESTDIR)/macros
>>> ++      cp ../macros/test-driver $(DESTDIR)/macros
>>> ++      sed -i -e 's|^Makefile:|_Makefile:|' ++$(DESTDIR)/examples/Makefile
>>
>> These last 4 lines are missing in the patch you have sent as attachement, which version is the right one?
>
>The lines "cp ... examples" to "sed ... Makefile" should be present

Sorry - I realise that I misunderstood and misrepresented your question

There appears to have been some line wraps added during the patch generation that I cannot account for

++      sed -i -e 's|^Makefile:|_Makefile:|'
++$(DESTDIR)/examples/Makefile

should actually be

++      sed -i -e 's|^Makefile:|_Makefile:|' $(DESTDIR)/examples/Makefile

and I guess there may be 3 other instances of this

I will have another go at generating and sending the patch

--
Nick

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.



More information about the Openembedded-devel mailing list