diff options
Diffstat (limited to 'meta/recipes-devtools/libtool')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.5.2.inc (renamed from meta/recipes-devtools/libtool/libtool-2.5.1.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb (renamed from meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-native_2.5.2.bb (renamed from meta/recipes-devtools/libtool/libtool-native_2.5.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool/fixinstall.patch | 35 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.5.2.bb (renamed from meta/recipes-devtools/libtool/libtool_2.5.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/nativesdk-libtool_2.5.2.bb (renamed from meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb) | 0 |
6 files changed, 23 insertions, 14 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.5.1.inc b/meta/recipes-devtools/libtool/libtool-2.5.2.inc index 94344d4d41..bde80e12ce 100644 --- a/meta/recipes-devtools/libtool/libtool-2.5.1.inc +++ b/meta/recipes-devtools/libtool/libtool-2.5.2.inc | |||
@@ -18,7 +18,7 @@ SRC_URI = "https://alpha.gnu.org/gnu/libtool/libtool-${PV}.tar.gz \ | |||
18 | file://nohardcodepaths.patch \ | 18 | file://nohardcodepaths.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[sha256sum] = "6a83edafd42d4e2ebdc09579f99ce828d5f932f1738de02495cc8c2884e430ce" | 21 | SRC_URI[sha256sum] = "29275fb45b236d6ff720a433f9cd5f61ea2f52cc3aa2e5f89ba57726bda54793" |
22 | 22 | ||
23 | inherit autotools texinfo | 23 | inherit autotools texinfo |
24 | EXTRA_AUTORECONF = "--exclude=libtoolize" | 24 | EXTRA_AUTORECONF = "--exclude=libtoolize" |
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb b/meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb index 18849cb8ef..18849cb8ef 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.5.2.bb | |||
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.5.1.bb b/meta/recipes-devtools/libtool/libtool-native_2.5.2.bb index be96b52dd6..be96b52dd6 100644 --- a/meta/recipes-devtools/libtool/libtool-native_2.5.1.bb +++ b/meta/recipes-devtools/libtool/libtool-native_2.5.2.bb | |||
diff --git a/meta/recipes-devtools/libtool/libtool/fixinstall.patch b/meta/recipes-devtools/libtool/libtool/fixinstall.patch index 48330d82fb..94601b1beb 100644 --- a/meta/recipes-devtools/libtool/libtool/fixinstall.patch +++ b/meta/recipes-devtools/libtool/libtool/fixinstall.patch | |||
@@ -18,10 +18,11 @@ RP 2011/11/16 | |||
18 | 18 | ||
19 | Updated by: Robert Yang <liezhi.yang@windriver.com> | 19 | Updated by: Robert Yang <liezhi.yang@windriver.com> |
20 | 20 | ||
21 | diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | 21 | Index: libtool-2.5.2/build-aux/ltmain.in |
22 | --- a/build-aux/ltmain.in | 22 | =================================================================== |
23 | +++ b/build-aux/ltmain.in | 23 | --- libtool-2.5.2.orig/build-aux/ltmain.in |
24 | @@ -2355,7 +2355,7 @@ func_mode_install () | 24 | +++ libtool-2.5.2/build-aux/ltmain.in |
25 | @@ -2381,7 +2381,7 @@ func_mode_install () | ||
25 | dir=$func_dirname_result | 26 | dir=$func_dirname_result |
26 | func_append dir "$objdir" | 27 | func_append dir "$objdir" |
27 | 28 | ||
@@ -29,8 +30,8 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
29 | + if test "$fast_install" = no && test -n "$relink_command"; then | 30 | + if test "$fast_install" = no && test -n "$relink_command"; then |
30 | # Strip any trailing slash from the destination. | 31 | # Strip any trailing slash from the destination. |
31 | func_stripname '' '/' "$libdir" | 32 | func_stripname '' '/' "$libdir" |
32 | destlibdir=$func_stripname_result | 33 | destlibdir=$func_stripname_result |
33 | @@ -2394,7 +2394,7 @@ func_mode_install () | 34 | @@ -2419,7 +2419,7 @@ func_mode_install () |
34 | shift | 35 | shift |
35 | 36 | ||
36 | srcname=$realname | 37 | srcname=$realname |
@@ -39,7 +40,7 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
39 | 40 | ||
40 | # Install the shared library and build the symlinks. | 41 | # Install the shared library and build the symlinks. |
41 | func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ | 42 | func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ |
42 | @@ -6162,15 +6162,15 @@ func_mode_link () | 43 | @@ -6276,17 +6276,17 @@ func_mode_link () |
43 | # Hardcode the library path. | 44 | # Hardcode the library path. |
44 | # Skip directories that are in the system default run-time | 45 | # Skip directories that are in the system default run-time |
45 | # search path. | 46 | # search path. |
@@ -48,7 +49,9 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
48 | - *) | 49 | - *) |
49 | - case "$compile_rpath " in | 50 | - case "$compile_rpath " in |
50 | - *" $absdir "*) ;; | 51 | - *" $absdir "*) ;; |
51 | - *) func_append compile_rpath " $absdir" ;; | 52 | - *) case $absdir in |
53 | - "$progdir/"*) func_append compile_rpath " $absdir" ;; | ||
54 | - esac | ||
52 | - esac | 55 | - esac |
53 | - ;; | 56 | - ;; |
54 | - esac | 57 | - esac |
@@ -57,14 +60,16 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
57 | + #*) | 60 | + #*) |
58 | + # case "$compile_rpath " in | 61 | + # case "$compile_rpath " in |
59 | + # *" $absdir "*) ;; | 62 | + # *" $absdir "*) ;; |
60 | + # *) func_append compile_rpath " $absdir" ;; | 63 | + # *) case $absdir in |
64 | + # "$progdir/"*) func_append compile_rpath " $absdir" ;; | ||
65 | + # esac | ||
61 | + # esac | 66 | + # esac |
62 | + # ;; | 67 | + # ;; |
63 | + #esac | 68 | + #esac |
64 | case " $sys_lib_dlsearch_path " in | 69 | case " $sys_lib_dlsearch_path " in |
65 | *" $libdir "*) ;; | 70 | *" $libdir "*) ;; |
66 | *) | 71 | *) |
67 | @@ -6236,15 +6236,15 @@ func_mode_link () | 72 | @@ -6352,17 +6352,17 @@ func_mode_link () |
68 | # Hardcode the library path. | 73 | # Hardcode the library path. |
69 | # Skip directories that are in the system default run-time | 74 | # Skip directories that are in the system default run-time |
70 | # search path. | 75 | # search path. |
@@ -73,7 +78,9 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
73 | - *) | 78 | - *) |
74 | - case "$compile_rpath " in | 79 | - case "$compile_rpath " in |
75 | - *" $absdir "*) ;; | 80 | - *" $absdir "*) ;; |
76 | - *) func_append compile_rpath " $absdir" ;; | 81 | - *) case $absdir in |
82 | - "$progdir/"*) func_append compile_rpath " $absdir" ;; | ||
83 | - esac | ||
77 | - esac | 84 | - esac |
78 | - ;; | 85 | - ;; |
79 | - esac | 86 | - esac |
@@ -82,14 +89,16 @@ diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in | |||
82 | + #*) | 89 | + #*) |
83 | + # case "$compile_rpath " in | 90 | + # case "$compile_rpath " in |
84 | + # *" $absdir "*) ;; | 91 | + # *" $absdir "*) ;; |
85 | + # *) func_append compile_rpath " $absdir" ;; | 92 | + # *) case $absdir in |
93 | + # "$progdir/"*) func_append compile_rpath " $absdir" ;; | ||
94 | + # esac | ||
86 | + # esac | 95 | + # esac |
87 | + # ;; | 96 | + # ;; |
88 | + #esac | 97 | + #esac |
89 | case " $sys_lib_dlsearch_path " in | 98 | case " $sys_lib_dlsearch_path " in |
90 | *" $libdir "*) ;; | 99 | *" $libdir "*) ;; |
91 | *) | 100 | *) |
92 | @@ -6590,8 +6590,8 @@ func_mode_link () | 101 | @@ -6705,8 +6705,8 @@ func_mode_link () |
93 | eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` | 102 | eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` |
94 | test -z "$libdir" && \ | 103 | test -z "$libdir" && \ |
95 | func_fatal_error "'$deplib' is not a valid libtool archive" | 104 | func_fatal_error "'$deplib' is not a valid libtool archive" |
diff --git a/meta/recipes-devtools/libtool/libtool_2.5.1.bb b/meta/recipes-devtools/libtool/libtool_2.5.2.bb index c1e315aece..c1e315aece 100644 --- a/meta/recipes-devtools/libtool/libtool_2.5.1.bb +++ b/meta/recipes-devtools/libtool/libtool_2.5.2.bb | |||
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.2.bb index 2589bd617e..2589bd617e 100644 --- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.2.bb | |||