diff mbox series

[oe,meta-oe] tcsh: upgrade 6.24.07 -> 6.24.10

Message ID 1681715072-18848-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [oe,meta-oe] tcsh: upgrade 6.24.07 -> 6.24.10 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2023, 7:04 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
   - Avoid non-default settings in system-wide init files.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb} (94%)

Comments

Mingyu Wang (Fujitsu) April 17, 2023, 7:37 a.m. UTC | #1
Sorry, the email address was written incorrectly when sending the patch. 
The emails of meta-oe were sent here, please ignore then.
  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Sent: Monday, April 17, 2023 3:05 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Subject: [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10
> 
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
>    - Avoid non-default settings in system-wide init files.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> meta-oe/recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb} (94%)
> 
> diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
> similarity index 94%
> rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
> index f136c06b7..abeb6e803 100644
> --- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.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] =
> "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
> +SRC_URI[sha256sum] =
> "13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664"
> 
>  EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
>  inherit autotools
> --
> 2.34.1
diff mbox series

Patch

diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
similarity index 94%
rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
index f136c06b7..abeb6e803 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.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] = "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
+SRC_URI[sha256sum] = "13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664"
 
 EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
 inherit autotools