All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy@fujitsu.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 18/30] lua: upgrade 5.4.6 -> 5.4.7
Date: Thu, 11 Jul 2024 18:38:07 +0200	[thread overview]
Message-ID: <20240711163807b414bedd@mail.local> (raw)
In-Reply-To: <1720604634-23406-18-git-send-email-wangmy@fujitsu.com>

This causes new ptest failures:

https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6615/steps/13/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6792/steps/12/logs/stdio

On 10/07/2024 17:43:42+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> License-Update: Copyright year updated to 2024.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-devtools/lua/{lua_5.4.6.bb => lua_5.4.7.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/lua/{lua_5.4.6.bb => lua_5.4.7.bb} (94%)
> 
> diff --git a/meta/recipes-devtools/lua/lua_5.4.6.bb b/meta/recipes-devtools/lua/lua_5.4.7.bb
> similarity index 94%
> rename from meta/recipes-devtools/lua/lua_5.4.6.bb
> rename to meta/recipes-devtools/lua/lua_5.4.7.bb
> index 17dc8fb17d..c72434d220 100644
> --- a/meta/recipes-devtools/lua/lua_5.4.6.bb
> +++ b/meta/recipes-devtools/lua/lua_5.4.7.bb
> @@ -1,7 +1,7 @@
>  SUMMARY = "Lua is a powerful light-weight programming language designed \
>  for extending applications."
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=303;endline=324;md5=e05449eb28c092473f854670c6e8375a"
> +LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=303;endline=324;md5=41f9e2b41229cf6e69aac18c0eb5bfa7"
>  HOMEPAGE = "http://www.lua.org/"
>  
>  SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
> @@ -12,7 +12,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
>  # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release.
>  PV_testsuites = "5.4.4"
>  
> -SRC_URI[tarballsrc.sha256sum] = "7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88"
> +SRC_URI[tarballsrc.sha256sum] = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30"
>  SRC_URI[tarballtest.sha256sum] = "04d28355cd67a2299dfe5708b55a0ff221ccb1a3907a3113cc103ccc05ac6aad"
>  
>  inherit pkgconfig binconfig ptest
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#201716): https://lists.openembedded.org/g/openembedded-core/message/201716
> Mute This Topic: https://lists.openembedded.org/mt/107139340/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2024-07-11 16:38 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10  9:43 [OE-core] [PATCH 01/30] base-passwd: upgrade 3.6.3 -> 3.6.4 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 02/30] btrfs-tools: upgrade 6.8.1 -> 6.9.2 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 03/30] ccache: upgrade 4.10 -> 4.10.1 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 04/30] createrepo-c: upgrade 1.1.2 -> 1.1.3 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 05/30] cups: upgrade 2.4.9 -> 2.4.10 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 06/30] debianutils: upgrade 5.19 -> 5.20 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 07/30] diffoscope: upgrade 271 -> 272 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 08/30] dnf: upgrade 4.20.0 -> 4.21.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 09/30] gdbm: upgrade 1.23 -> 1.24 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 10/30] gstreamer: upgrade 1.24.4 -> 1.24.5 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 11/30] harfbuzz: upgrade 8.5.0 -> 9.0.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 12/30] libadwaita: upgrade 1.5.1 -> 1.5.2 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 13/30] libdnf: upgrade 0.73.1 -> 0.73.2 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 14/30] libdrm: upgrade 2.4.120 -> 2.4.122 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 15/30] libproxy: upgrade 0.5.6 -> 0.5.7 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 16/30] librsvg: upgrade 2.57.3 -> 2.58.1 wangmy
2024-07-15 11:58   ` Ross Burton
2024-07-15 12:44     ` Alexander Kanavin
2024-07-10  9:43 ` [OE-core] [PATCH 17/30] libsdl2: upgrade 2.30.4 -> 2.30.5 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 18/30] lua: upgrade 5.4.6 -> 5.4.7 wangmy
2024-07-11 16:38   ` Alexandre Belloni [this message]
2024-07-10  9:43 ` [OE-core] [PATCH 19/30] opkg: upgrade 0.6.3 -> 0.7.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 20/30] opkg-utils: " wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 21/30] pinentry: upgrade 1.3.0 -> 1.3.1 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 22/30] python3-certifi: upgrade 2024.6.2 -> 2024.7.4 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 23/30] python3-hatchling: upgrade 1.24.2 -> 1.25.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 24/30] python3-importlib-metadata: upgrade 7.1.0 -> 8.0.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 25/30] python3-maturin: upgrade 1.6.0 -> 1.7.0 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 26/30] python3-pycairo: upgrade 1.26.0 -> 1.26.1 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 27/30] python3-trove-classifiers: upgrade 2024.5.22 -> 2024.7.2 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 28/30] repo: upgrade 2.45 -> 2.46 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 29/30] sysstat: upgrade 12.7.5 -> 12.7.6 wangmy
2024-07-10  9:43 ` [OE-core] [PATCH 30/30] wireless-regdb: upgrade 2024.05.08 -> 2024.07.04 wangmy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240711163807b414bedd@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.