[oe-commits] Saul Wold : quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 10:57:42 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: d54ff1f79f05ba5bd0e1006545e7f1e699998668
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d54ff1f79f05ba5bd0e1006545e7f1e699998668

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jun 13 16:39:24 2012 -0700

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 at linux.intel.com>

Reworked commit to fix merge conflicts with denzil branch.

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 meta/recipes-devtools/quilt/quilt_0.51.bb |    5 ++++-
 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 4e51b49..81a7a9a 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"





More information about the Openembedded-commits mailing list