summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-06 14:47:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:36:26 +0000
commitd4e1862453b2a4c12400de0f43f08a9871a4de60 (patch)
treea79c7e99aec47a61d3d37074e5a335e6d7bd2fd8 /meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
parentd97787346347526d163d0de69222bff2e7b25408 (diff)
downloadpoky-d4e1862453b2a4c12400de0f43f08a9871a4de60.tar.gz
libtool: upgraded to 2.4.4
* Upgrade: - libtool-native - libtool-cross - nativesdk-libtool - libtool * Remove 2 patches: - respect-fstack-protector.patch: already in the new source. - avoid_absolute_paths_for_general_utils.patch: no general.m4sh any more. - Use inline-source to install libtoolize. * Update other patches * The LIC_FILES_CHKSUM is changed because of the indent, the contents are the same. * The libtool config files are put in libtool/build-aux now, it was libtool/config in the past. (From OE-Core rev: 871dc461b1dfc431c0c95743af1624b781262bce) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch')
-rw-r--r--meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch b/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
deleted file mode 100644
index 3c751ed0e2..0000000000
--- a/meta/recipes-devtools/libtool/libtool/avoid_absolute_paths_for_general_utils.patch
+++ /dev/null
@@ -1,39 +0,0 @@
1Upstream-Status: Pending
2
3On some distro the path of utils like sed, grep etc are different than the
4buildhost system.
5 This was causing runtime issue while running libtoolize from the
6libtool-nativesdk package.
7 This patch takes out the absolute paths of these utils, and put
8responsibility on the end-user to set correct paths for these utilities to be
9found out.
10
11Nitin A Kamble <nitin.a.kamble@intel.com>
122011/02/18
13
14
15Index: libtool-2.4.2/libltdl/config/general.m4sh
16===================================================================
17--- libtool-2.4.2.orig/libltdl/config/general.m4sh
18+++ libtool-2.4.2/libltdl/config/general.m4sh
19@@ -45,15 +45,15 @@ progpath="$0"
20 M4SH_VERBATIM([[
21 : ${CP="cp -f"}
22 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
23-: ${EGREP="@EGREP@"}
24-: ${FGREP="@FGREP@"}
25-: ${GREP="@GREP@"}
26-: ${LN_S="@LN_S@"}
27+: ${EGREP="egrep"}
28+: ${FGREP="fgrep"}
29+: ${GREP="grep"}
30+: ${LN_S="ln -s"}
31 : ${MAKE="make"}
32 : ${MKDIR="mkdir"}
33 : ${MV="mv -f"}
34 : ${RM="rm -f"}
35-: ${SED="@SED@"}
36+: ${SED="sed"}
37 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
38 : ${Xsed="$SED -e 1s/^X//"}
39