From 69b7fa4b6311b67ee8f5c939dad2f86092577573 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Apr 2024 09:40:58 +0800 Subject: [PATCH] tcsh: upgrade 6.24.11 -> 6.24.12 Changelog: ========== -Remove kinetic and trusty -Fix history merging Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-shells/tcsh/{tcsh_6.24.11.bb => tcsh_6.24.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-shells/tcsh/{tcsh_6.24.11.bb => tcsh_6.24.12.bb} (94%) diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb similarity index 94% rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb index d04ba1611d..058fe6a7c4 100644 --- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.11.bb +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb @@ -13,7 +13,7 @@ SRC_URI = " \ file://0001-Enable-system-malloc-on-all-linux.patch \ file://0002-Add-debian-csh-scripts.patch \ " -SRC_URI[sha256sum] = "b5a7b627abb3ef2e8d3a869bb675d0e927d850704447a1b2c77946c0d324799d" +SRC_URI[sha256sum] = "e3270ce9667fd5bd2a046687659fcf5fd6a6781326f806ebd724f1e1c9cd4185" EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" inherit autotools