summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-13 16:39:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 11:56:54 +0100
commitd54ff1f79f05ba5bd0e1006545e7f1e699998668 (patch)
tree4c3c13ec9c9393afbc202d5e2123c6b1bb33363b
parent6f78625dbab5c81ef20b197aee5206f63611b673 (diff)
downloadopenembedded-core-d54ff1f79f05ba5bd0e1006545e7f1e699998668.tar.gz
openembedded-core-d54ff1f79f05ba5bd0e1006545e7f1e699998668.tar.bz2
openembedded-core-d54ff1f79f05ba5bd0e1006545e7f1e699998668.zip
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] 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>
-rw-r--r--meta/recipes-devtools/quilt/quilt_0.51.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt_0.51.bb b/meta/recipes-devtools/quilt/quilt_0.51.bb
index 4e51b49983..81a7a9af8d 100644
--- a/meta/recipes-devtools/quilt/quilt_0.51.bb
+++ b/meta/recipes-devtools/quilt/quilt_0.51.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 = "r4"
+PR = "r5"
+
+
+CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
PERLPATH = "${bindir}/env perl"
PERLPATH_virtclass-nativesdk = "/usr/bin/env perl"