mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it on the host machine there, this ensures that it is set correctly for the target. [YOCTO #2363] (From OE-Core rev: 958934049e4b3b84e5eaa9c6b0d672cf2c4a693e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
83fe2bb313
commit
ec07dfcbf4
@@ -4,7 +4,10 @@ RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|
||||
SRC_URI += "file://aclocal.patch \
|
||||
file://gnu_patch_test_fix_target.patch \
|
||||
"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
|
||||
|
||||
PERLPATH = "${bindir}/env perl"
|
||||
PERLPATH_virtclass-nativesdk = "/usr/bin/env perl"
|
||||
|
||||
Reference in New Issue
Block a user