summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/quilt/quilt-native.inc
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-03-30 19:49:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-05 23:22:13 +0100
commite908ffe3cddd767cc1df4803e5ac8aed9f369bb1 (patch)
treed3bbfe036e2ba49953f0112e29b07ba555954ca3 /meta/recipes-devtools/quilt/quilt-native.inc
parent9cacf8488ca2f7de346ce3085d312ee017e4e39f (diff)
downloadpoky-e908ffe3cddd767cc1df4803e5ac8aed9f369bb1.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt-native.inc')
-rw-r--r--meta/recipes-devtools/quilt/quilt-native.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/meta/recipes-devtools/quilt/quilt-native.inc
index fce5fa1888..c7067042e6 100644
--- a/meta/recipes-devtools/quilt/quilt-native.inc
+++ b/meta/recipes-devtools/quilt/quilt-native.inc
@@ -5,8 +5,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1"
5inherit native 5inherit native
6 6
7PATCHTOOL = "patch" 7PATCHTOOL = "patch"
8EXTRA_OECONF = "--disable-nls" 8EXTRA_OECONF_append = " --disable-nls"
9EXTRA_OECONF_append_class-target = "--with-perl=perl"
10 9
11do_configure () { 10do_configure () {
12 oe_runconf 11 oe_runconf