]> code.ossystems Code Review - openembedded-core.git/commitdiff
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
authorSaul Wold <sgw@linux.intel.com>
Wed, 13 Jun 2012 23:39:24 +0000 (16:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 10:56:54 +0000 (11:56 +0100)
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 <sgw@linux.intel.com>
Reworked commit to fix merge conflicts with denzil branch.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-devtools/quilt/quilt_0.51.bb

index 4e51b499837dccd64ec924023c55814619b5ceba..81a7a9af8d0458b4f846018f919480f5a819af72 100644 (file)
@@ -4,7 +4,10 @@ RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
 SRC_URI += "file://aclocal.patch \
             file://gnu_patch_test_fix_target.patch \
            "
-PR = "r4"
+PR = "r5"
+
+
+CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
 
 PERLPATH = "${bindir}/env perl"
 PERLPATH_virtclass-nativesdk = "/usr/bin/env perl"