summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-10 14:13:32 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 23:45:17 -0800
commit5e2bfd9ffce2b83967679a152849741a089d002f (patch)
tree3961d5e00a95eaf2887b3650d997ed61a1e8607f
parent08f83e502b2b74310e723faa0b4c816467b5121a (diff)
downloadmeta-openembedded-5e2bfd9ffce2b83967679a152849741a089d002f.tar.gz
tcsh: upgrade 6.22.04 -> 6.24.07
0001-Enable-system-malloc-on-all-linux.patch refreshed for 6.24.07 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch10
-rw-r--r--meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb (renamed from meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb)3
2 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch b/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
index ff2f6a3b68..f32d6e1500 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
+++ b/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
@@ -13,18 +13,18 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 1 file changed, 1 insertion(+), 1 deletion(-) 13 1 file changed, 1 insertion(+), 1 deletion(-)
14 14
15diff --git a/config_f.h b/config_f.h 15diff --git a/config_f.h b/config_f.h
16index 6a632a5..0a66960 100644 16index fb9e69b..c207c25 100644
17--- a/config_f.h 17--- a/config_f.h
18+++ b/config_f.h 18+++ b/config_f.h
19@@ -139,7 +139,7 @@ 19@@ -147,7 +147,7 @@
20 * This can be much slower and no memory statistics will be 20 * This can be much slower and no memory statistics will be
21 * provided. 21 * provided.
22 */ 22 */
23-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) 23-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) || !defined(HAVE_WORKING_SBRK)
24+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__linux__) || defined(__OpenBSD__) || defined(__APPLE__) 24+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__linux__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) || !defined(HAVE_WORKING_SBRK)
25 # define SYSMALLOC 25 # define SYSMALLOC
26 #else 26 #else
27 # undef SYSMALLOC 27 # undef SYSMALLOC
28-- 28--
292.12.1 292.34.1
30 30
diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
index 49d7c3f755..f136c06b7f 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
@@ -13,8 +13,7 @@ SRC_URI = " \
13 file://0001-Enable-system-malloc-on-all-linux.patch \ 13 file://0001-Enable-system-malloc-on-all-linux.patch \
14 file://0002-Add-debian-csh-scripts.patch \ 14 file://0002-Add-debian-csh-scripts.patch \
15" 15"
16SRC_URI[md5sum] = "fa2b347fa9ae866eb036e6e4bb85fe1a" 16SRC_URI[sha256sum] = "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
17SRC_URI[sha256sum] = "eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231"
18 17
19EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" 18EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
20inherit autotools 19inherit autotools