]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 15 Jun 2012 14:09:17 +0000 (15:09 +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>
meta/recipes-devtools/quilt/quilt_0.60.bb

index b085daf927da4eb995fdcbae0c7ab1239edc170d..89c3f84f393518c7dd46c7ca7db35ab1bccc382d 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 = "r0"
+PR = "r1"
+
+
+CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
 
 PERLPATH = "${bindir}/env perl"
 PERLPATH_virtclass-nativesdk = "/usr/bin/env perl"