generic-poky/meta/recipes-devtools/quilt/quilt
Jussi Kukkonen e908ffe3cd quilt: Fix paths for patch and perl
Currently some shebang lines end up as
    #! /usr/bin/env perl -w
env does not like the argument. Also the current sed to insert env
does not cover the copies ptests use. Fix these issues by:
 - using --with-perl to insert "env"
 - Replacing "-w" in shebang lines with a new "use warning;" line

Remove a EXTRA_OECONF_append_class_target from the native recipe.
Don't overwrite EXTRA_OECONF in native: the values should be correct
for native as well.

--with-patch is used within the gnu patch wrapper only: before this
commit the wrapper contained a (build host) path to native patch.

Also tweak one test so busybox mv output is accepted.

All ptests should now pass: Fixes [YOCTO #11221].

(From OE-Core rev: 4b667d268fe410a21cacaecd1b5e3bfbbe7d53d8)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-05 23:22:13 +01:00
..
0001-tests-Allow-different-output-from-mv.patch quilt: Fix paths for patch and perl 2017-04-05 23:22:13 +01:00
Makefile quilt: enable ptest support 2014-01-06 11:14:02 +00:00
aclocal.patch recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
gnu_patch_test_fix_target.patch quilt: fix test for target build 2011-04-28 10:44:20 +01:00
run-ptest quilt: run ptest as normal user 2016-03-28 15:55:48 +01:00
test.sh quilt: run ptest as normal user 2016-03-28 15:55:48 +01:00