diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-13 16:39:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 15:12:44 +0100 |
commit | ec07dfcbf4ab3241517c361912fa08200a920319 (patch) | |
tree | cd83797bdb546e8c4e4cc0b6bcd8b26cc00528c4 /meta/recipes-devtools | |
parent | 83fe2bb31363a1c169ab82f999a82f528fd4432e (diff) | |
download | poky-ec07dfcbf4ab3241517c361912fa08200a920319.tar.gz |
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]
(From OE-Core rev: 958934049e4b3b84e5eaa9c6b0d672cf2c4a693e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 b085daf927..89c3f84f39 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" | |||
4 | SRC_URI += "file://aclocal.patch \ | 4 | SRC_URI += "file://aclocal.patch \ |
5 | file://gnu_patch_test_fix_target.patch \ | 5 | file://gnu_patch_test_fix_target.patch \ |
6 | " | 6 | " |
7 | PR = "r0" | 7 | PR = "r1" |
8 | |||
9 | |||
10 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash" | ||
8 | 11 | ||
9 | PERLPATH = "${bindir}/env perl" | 12 | PERLPATH = "${bindir}/env perl" |
10 | PERLPATH_virtclass-nativesdk = "/usr/bin/env perl" | 13 | PERLPATH_virtclass-nativesdk = "/usr/bin/env perl" |