| Submitter | Saul Wold |
|---|---|
| Date | June 14, 2012, 3:27 p.m. |
| Message ID | <2dc117f0427b111545b1377f1ce63a6e5f5b0b75.1339687522.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/29845/ |
| State | Accepted |
| Commit | 958934049e4b3b84e5eaa9c6b0d672cf2c4a693e |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/quilt/quilt_0.60.bb b/meta/recipes-devtools/quilt/quilt_0.60.bb index b085daf..89c3f84 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" 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"
On Fedora 17, bash has moved to /usr/bin/bash and the configure process it find 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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)