diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-02-18 10:13:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-21 17:53:51 +0000 |
commit | 489465b82be73da1d845a0cea601b41ce5ade411 (patch) | |
tree | 92bd04d44d3d533e87a53e2461519c23262e79b7 /meta/recipes-devtools/libtool/libtool_2.4.bb | |
parent | 3c314b9b2ac4f96a72f651ee5175748d2d0fc9c1 (diff) | |
download | poky-489465b82be73da1d845a0cea601b41ce5ade411.tar.gz |
libtool: avoid absolute pathnames of general utils
addded a new patch:
libtool/avoid_absolute_paths_for_general_utils.patch
This fixes [BUGID #154]
This fixes [BUGID #734]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool_2.4.bb')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb index a820bed0dd..e1a9a10ffd 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | # | 5 | # |
6 | # We want the results of libtool-cross preserved - don't stage anything ourselves. | 6 | # We want the results of libtool-cross preserved - don't stage anything ourselves. |