diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 08:13:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-19 01:01:25 +0000 |
commit | 1f61888709efb396891a204724178dc30656310d (patch) | |
tree | 2b0ca862f30b6b87bb11ce21be003582f1666fc3 | |
parent | a3b996ae6ddbaab834531ad8f2c2cf18b6f440a9 (diff) | |
download | poky-1f61888709efb396891a204724178dc30656310d.tar.gz |
libtool: Don't hardcode grep paths
If sharing sstate between different distros, some of which have /bin/grep
and some /usr/bin/grep, this can break. Simply don't hardcode the path.
(From OE-Core rev: f6e7a3b1ac75c274493666b9a31cca83b7d2138b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.6.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc index de06ccb251..f307a10751 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc | |||
@@ -35,6 +35,8 @@ do_compile_prepend () { | |||
35 | inherit autotools texinfo | 35 | inherit autotools texinfo |
36 | EXTRA_AUTORECONF = "--exclude=libtoolize" | 36 | EXTRA_AUTORECONF = "--exclude=libtoolize" |
37 | 37 | ||
38 | CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep" | ||
39 | |||
38 | DEPENDS = "libtool-native" | 40 | DEPENDS = "libtool-native" |
39 | 41 | ||
40 | PACKAGES =+ "libltdl" | 42 | PACKAGES =+ "libltdl" |