ChangeLog: https://wiki.tcl-lang.org/page/Changes+in+Tcl%2FTk+9.0.3
* Refresh local patch. Signed-off-by: Yi Zhao <[email protected]> --- ...tk-from-OE.dev-but-with-legacy-staging-fu.patch | 14 ++++++-------- .../tcltk/{tcl_9.0.2.bb => tcl_9.0.3.bb} | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) rename meta/recipes-devtools/tcltk/{tcl_9.0.2.bb => tcl_9.0.3.bb} (97%) diff --git a/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch b/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch index cefcb24433..3ae1897baf 100644 --- a/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch +++ b/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch @@ -1,4 +1,4 @@ -From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001 +From c4dc19a7ad37269c21b8925a33dbcb9ffbcf8d5a Mon Sep 17 00:00:00 2001 From: Richard Purdie <[email protected]> Date: Wed, 9 Dec 2009 23:59:44 +0000 Subject: [PATCH] tcl: add .0 to libtcl.so filename @@ -11,28 +11,26 @@ changing that. Upstream-Status: Inappropriate [see above] --- - unix/Makefile.in | 5 ++++- + unix/Makefile.in | 3 +++ unix/tcl.m4 | 3 +++ - 2 files changed, 7 insertions(+), 1 deletion(-) + 2 files changed, 6 insertions(+) diff --git a/unix/Makefile.in b/unix/Makefile.in -index b72b0da..2de7b2f 100644 +index 53f7c28..90866b4 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in -@@ -1021,7 +1021,10 @@ install-binaries: binaries +@@ -1021,6 +1021,9 @@ install-binaries: binaries done @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/" @@INSTALL_LIB@ -- @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" + mv "$(DLL_INSTALL_DIR)"/$(LIB_FILE) "$(DLL_INSTALL_DIR)"/$(LIB_FILE).0 + ln -sf $(LIB_FILE).0 "$(DLL_INSTALL_DIR)"/$(LIB_FILE) + ln -sf "$(DLL_INSTALL_DIR)"/$(LIB_FILE).0 ./ -+ @chmod 555 "$(DLL_INSTALL_DIR)"/$(LIB_FILE).0 @echo "Installing ${TCL_EXE} as $(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}" @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}" @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/" diff --git a/unix/tcl.m4 b/unix/tcl.m4 -index 4265832..49ad5ab 100644 +index d03f15b..a381a58 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1269,6 +1269,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.2.bb b/meta/recipes-devtools/tcltk/tcl_9.0.3.bb similarity index 97% rename from meta/recipes-devtools/tcltk/tcl_9.0.2.bb rename to meta/recipes-devtools/tcltk/tcl_9.0.3.bb index 87773c7717..21a6cbb23d 100644 --- a/meta/recipes-devtools/tcltk/tcl_9.0.2.bb +++ b/meta/recipes-devtools/tcltk/tcl_9.0.3.bb @@ -23,7 +23,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl-core${PV}-src.tar.gz \ file://0004-tcl-update-the-header-location.patch \ file://0005-tcl-fix-race-in-interp.test.patch \ " -SRC_URI[sha256sum] = "b563649181dfe12f970673c427c59208074fd7c91a20132d6cadf5d82d3371be" +SRC_URI[sha256sum] = "407a073ee8f718200c3a004bc2186deccc33356ee5112a71d8b01b55230f4ee4" UPSTREAM_CHECK_URI = "https://www.tcl.tk/software/tcltk/download.html" UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228079): https://lists.openembedded.org/g/openembedded-core/message/228079 Mute This Topic: https://lists.openembedded.org/mt/116836951/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
