From patchwork Thu Jun 14 19:27:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated, Pull, 14/17] quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS Date: Thu, 14 Jun 2012 19:27:18 -0000 From: Saul Wold X-Patchwork-Id: 29881 Message-Id: <440a79c7bcdeee277daac7b1a90b7f5640b35d83.1339701375.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org 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] Signed-off-by: Saul Wold --- meta/recipes-devtools/quilt/quilt_0.60.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt_0.60.bb b/meta/recipes-devtools/quilt/quilt_0.60.bb index b085daf..89c3f84 100644 --- a/meta/recipes-devtools/quilt/quilt_0.60.bb +++ b/meta/recipes-devtools/quilt/quilt_0.60.bb @@ -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"