mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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:
@@ -6,6 +6,7 @@ inherit native
|
||||
|
||||
PATCHTOOL = "patch"
|
||||
EXTRA_OECONF = "--disable-nls"
|
||||
EXTRA_OECONF_append_class-target = "--with-perl=perl"
|
||||
|
||||
do_configure () {
|
||||
oe_runconf
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user