[OE-core] [PATCH] ltp: Use patch generated without -M

Martin Jansa martin.jansa at gmail.com
Fri Dec 13 12:09:19 UTC 2013


On Fri, Dec 13, 2013 at 03:37:18AM +0100, Martin Jansa wrote:
> * in my builds both versions worked, but Saul reported that it fails to
>   apply with:
>   Applying patch
>   0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
>   patch: **** Only garbage was found in the patch input.
> 
>   Now I've see the same issue on different builder (with Ubuntu 12.04).

The difference is version of patch utility:
gentoo:
ltp/20130904-r0/git $ patch -v
GNU patch 2.7.1
...
ltp/20130904-r0/git $ patch -p1 < ../0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
patching file testcases/kernel/containers/sysvipc/runipctests_noltp.sh (renamed from testcases/kernel/containers/sysvipc/runtests_noltp.sh)
patching file testcases/kernel/containers/utsname/runutstests_noltp.sh (renamed from testcases/kernel/containers/utsname/runtests_noltp.sh)

ubuntu 12.04:
ltp/20130904-r0/git$ patch -v
patch 2.6.1
...
ltp/20130904-r0/git$ patch -p1 <
../0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
patch: **** Only garbage was found in the patch input.

patch-native is in ASSUME_PROVIDED, I guess that quilt-native just calls
patch internally so have the same "problem"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20131213/6a056ff0/attachment-0002.sig>


More information about the Openembedded-core mailing list