diff mbox series

[2/2] libtool: 2.5.1 -> 2.5.2

Message ID 20240901185838.194043-2-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 279e6f4eaa6e47cbd2640c7afe699cda2a796514
Headers show
Series [1/2] lttng-tools: 2.13.13 -> 2.13.14 | expand

Commit Message

Richard Purdie Sept. 1, 2024, 6:58 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{libtool-2.5.1.inc => libtool-2.5.2.inc}  |  2 +-
 ...-cross_2.5.1.bb => libtool-cross_2.5.2.bb} |  0
 ...ative_2.5.1.bb => libtool-native_2.5.2.bb} |  0
 .../libtool/libtool/fixinstall.patch          | 35 ++++++++++++-------
 .../{libtool_2.5.1.bb => libtool_2.5.2.bb}    |  0
 ...ol_2.5.1.bb => nativesdk-libtool_2.5.2.bb} |  0
 6 files changed, 23 insertions(+), 14 deletions(-)
 rename meta/recipes-devtools/libtool/{libtool-2.5.1.inc => libtool-2.5.2.inc} (94%)
 rename meta/recipes-devtools/libtool/{libtool-cross_2.5.1.bb => libtool-cross_2.5.2.bb} (100%)
 rename meta/recipes-devtools/libtool/{libtool-native_2.5.1.bb => libtool-native_2.5.2.bb} (100%)
 rename meta/recipes-devtools/libtool/{libtool_2.5.1.bb => libtool_2.5.2.bb} (100%)
 rename meta/recipes-devtools/libtool/{nativesdk-libtool_2.5.1.bb => nativesdk-libtool_2.5.2.bb} (100%)

Comments

patchtest@automation.yoctoproject.org Sept. 1, 2024, 7:20 p.m. UTC | #1
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:

---
Testing patch /home/patchtest/share/mboxes/2-2-libtool-2.5.1---2.5.2.patch

FAIL: test commit message presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence)

PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test lic files chksum modified not mentioned (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)

SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)
SKIP: test target mailing list: Series merged, no reason to check other mailing lists (test_mbox.TestMbox.test_target_mailing_list)

---

Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
diff mbox series

Patch

diff --git a/meta/recipes-devtools/libtool/libtool-2.5.1.inc b/meta/recipes-devtools/libtool/libtool-2.5.2.inc
similarity index 94%
rename from meta/recipes-devtools/libtool/libtool-2.5.1.inc
rename to meta/recipes-devtools/libtool/libtool-2.5.2.inc
index 94344d4d416..bde80e12ce7 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 \
            file://nohardcodepaths.patch \
           "
 
-SRC_URI[sha256sum] = "6a83edafd42d4e2ebdc09579f99ce828d5f932f1738de02495cc8c2884e430ce"
+SRC_URI[sha256sum] = "29275fb45b236d6ff720a433f9cd5f61ea2f52cc3aa2e5f89ba57726bda54793"
 
 inherit autotools texinfo
 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
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool-cross_2.5.1.bb
rename to 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
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool-native_2.5.1.bb
rename to 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 48330d82fbf..94601b1beb8 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
 
 Updated by: Robert Yang <liezhi.yang@windriver.com>
 
-diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
---- a/build-aux/ltmain.in
-+++ b/build-aux/ltmain.in
-@@ -2355,7 +2355,7 @@ func_mode_install ()
+Index: libtool-2.5.2/build-aux/ltmain.in
+===================================================================
+--- libtool-2.5.2.orig/build-aux/ltmain.in
++++ libtool-2.5.2/build-aux/ltmain.in
+@@ -2381,7 +2381,7 @@ func_mode_install ()
  	dir=$func_dirname_result
  	func_append dir "$objdir"
  
@@ -29,8 +30,8 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
 +	if test "$fast_install" = no && test -n "$relink_command"; then
  	  # Strip any trailing slash from the destination.
  	  func_stripname '' '/' "$libdir"
-	  destlibdir=$func_stripname_result
-@@ -2394,7 +2394,7 @@ func_mode_install ()
+ 	  destlibdir=$func_stripname_result
+@@ -2419,7 +2419,7 @@ func_mode_install ()
  	  shift
  
  	  srcname=$realname
@@ -39,7 +40,7 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
  
  	  # Install the shared library and build the symlinks.
  	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
-@@ -6162,15 +6162,15 @@ func_mode_link ()
+@@ -6276,17 +6276,17 @@ func_mode_link ()
  	    # Hardcode the library path.
  	    # Skip directories that are in the system default run-time
  	    # search path.
@@ -48,7 +49,9 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
 -	    *)
 -	      case "$compile_rpath " in
 -	      *" $absdir "*) ;;
--	      *) func_append compile_rpath " $absdir" ;;
+-	      *) case $absdir in
+-                 "$progdir/"*) func_append compile_rpath " $absdir" ;;
+-		 esac
 -	      esac
 -	      ;;
 -	    esac
@@ -57,14 +60,16 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
 +	    #*)
 +	    #  case "$compile_rpath " in
 +	    #  *" $absdir "*) ;;
-+	    #  *) func_append compile_rpath " $absdir" ;;
++	    #  *) case $absdir in
++            #     "$progdir/"*) func_append compile_rpath " $absdir" ;;
++	#	 esac
 +	    #  esac
 +	    #  ;;
 +	    #esac
  	    case " $sys_lib_dlsearch_path " in
  	    *" $libdir "*) ;;
  	    *)
-@@ -6236,15 +6236,15 @@ func_mode_link ()
+@@ -6352,17 +6352,17 @@ func_mode_link ()
  	    # Hardcode the library path.
  	    # Skip directories that are in the system default run-time
  	    # search path.
@@ -73,7 +78,9 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
 -	    *)
 -	      case "$compile_rpath " in
 -	      *" $absdir "*) ;;
--	      *) func_append compile_rpath " $absdir" ;;
+-	      *) case $absdir in
+-                 "$progdir/"*) func_append compile_rpath " $absdir" ;;
+-		 esac
 -	      esac
 -	      ;;
 -	    esac
@@ -82,14 +89,16 @@  diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
 +	    #*)
 +	    #  case "$compile_rpath " in
 +	    #  *" $absdir "*) ;;
-+	    #  *) func_append compile_rpath " $absdir" ;;
++	    #  *) case $absdir in
++            #     "$progdir/"*) func_append compile_rpath " $absdir" ;;
++	#	 esac
 +	    #  esac
 +	    #  ;;
 +	    #esac
  	    case " $sys_lib_dlsearch_path " in
  	    *" $libdir "*) ;;
  	    *)
-@@ -6590,8 +6590,8 @@ func_mode_link ()
+@@ -6705,8 +6705,8 @@ func_mode_link ()
  		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
  		  test -z "$libdir" && \
  		    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
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool_2.5.1.bb
rename to 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
similarity index 100%
rename from meta/recipes-devtools/libtool/nativesdk-libtool_2.5.1.bb
rename to meta/recipes-devtools/libtool/nativesdk-libtool_2.5.2.bb