quilt: Avoid hardcoding paths into output

Avoids:
 quilt-0.65-r0 do_package_qa: QA Issue: /usr/lib/quilt/ptest/quilt/scripts/edmail contained in package
 quilt-ptest requires /media/build1/poky/build/tmp/hosttools/perl, but no providers found in
 RDEPENDS_quilt-ptest? [file-rdeps]

(From OE-Core rev: e0188f6ccebaaf7c9948c771d3da5b07eed09a94)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2017-03-10 12:26:04 +00:00
parent b94da69e31
commit c35a258827
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ inherit native
PATCHTOOL = "patch"
EXTRA_OECONF = "--disable-nls"
EXTRA_OECONF_append_class-target = "--with-perl=perl"
do_configure () {
oe_runconf

View File

@@ -33,6 +33,8 @@ RDEPENDS_${PN} = "bash"
EXTRA_OE_MAKE_ARGS_darwin ?= ""
EXTRA_OE_MAKE_ARGS ?= "BUILD_ROOT=${D}"
EXTRA_OECONF = "--with-perl=perl"
CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
# Don't setup symlinks to host utilities, we don't need them