Re: [OE-core] How to force patch application

2014-08-09 Thread Giuseppe Condorelli
Many thanks Steve, I'll test it when possible. Enjoy your time. Giuseppe > Il giorno 08/ago/2014, alle ore 00:25, Stephen Arnold > ha scritto: > > Yes, what I said previously: > > 1) disable current patch: add ";patch=0" to the end of the patch line in > SRC_URI > 2a) add your patch to SRC_

Re: [OE-core] How to force patch application

2014-08-07 Thread Stephen Arnold
Yes, what I said previously: 1) disable current patch: add ";patch=0" to the end of the patch line in SRC_URI 2a) add your patch to SRC_URI (if different than patch above) 2b) make your own do_patch() to apply the patch 2c) try this example for a way to supplement do_patch with your own function:

Re: [OE-core] How to force patch application

2014-08-07 Thread Giuseppe Condorelli
Hi Steve, thanks for the reply. The problem is that I need to force a patch application (like patch --force option) at my own risk. Do you see any solution? Giuseppe 2014-08-07 16:43 GMT+02:00 Stephen Arnold : > Not sure if there's an easy way with quilt (check the quilt options) but a > relat

Re: [OE-core] How to force patch application

2014-08-07 Thread Stephen Arnold
Not sure if there's an easy way with quilt (check the quilt options) but a relatively easy way would be to use your own patch routine (essentially anything you want). One thing you could do is disable the normal patch application (add ";patch=0" to the end of the patch line in SRC_URI) and then us

[OE-core] How to force patch application

2014-08-07 Thread Giuseppe Condorelli
Hi All, please can I know if is it possible, using the do_patch routine, to force the application of a given patch? I mean, like the patch --force command. Please let me know, I tried w/o good result. Best Regards, Giuseppe -- ___ Openembedded-core ma