Openembedded Core Discussions
 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 14/22] kea: upgrade 2.4.1 -> 2.6.0
Date: Mon, 24 Jun 2024 03:51:07 +0200	[thread overview]
Message-ID: <202406240151079fe3c9db@mail.local> (raw)
In-Reply-To: <1718936206-8080-14-git-send-email-wangmy@fujitsu.com>

This fails the reproducibility tests:

https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4982/steps/13/logs/stdio

https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240623-__4telvd/packages/diff-html/

On 21/06/2024 10:16:38+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> License-Update: Copyright year updated to 2024.
> 
> fix_pid_keactrl.patch
> refreshed for 2.6.0
> 
> Changelog:
>  https://gitlab.isc.org/isc-projects/kea/-/wikis/Release-Notes/release-notes-2.6.0
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch  | 7 +++----
>  .../kea/{kea_2.4.1.bb => kea_2.6.0.bb}                     | 4 ++--
>  2 files changed, 5 insertions(+), 6 deletions(-)
>  rename meta/recipes-connectivity/kea/{kea_2.4.1.bb => kea_2.6.0.bb} (94%)
> 
> diff --git a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> index 63a6a2805b..e206805688 100644
> --- a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> +++ b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> @@ -1,4 +1,4 @@
> -From c878a356712606549f7f188b62f7d1cae08a176e Mon Sep 17 00:00:00 2001
> +From d297e8ae315e14ae4c5c5ad98183a57f9c43b2de Mon Sep 17 00:00:00 2001
>  From: Armin kuster <akuster808@gmail.com>
>  Date: Wed, 14 Oct 2020 22:48:31 -0700
>  Subject: [PATCH] Busybox does not support ps -p so use pgrep
> @@ -7,16 +7,15 @@ Upstream-Status: Inappropriate [embedded specific]
>  Based on changes from Diego Sueiro <Diego.Sueiro@arm.com>
>  
>  Signed-off-by: Armin kuster <akuster808@gmail.com>
> -
>  ---
>   src/bin/keactrl/keactrl.in | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>  
>  diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in
> -index 450e997..c353ca9 100644
> +index cccfdac..20ae2e6 100644
>  --- a/src/bin/keactrl/keactrl.in
>  +++ b/src/bin/keactrl/keactrl.in
> -@@ -149,8 +149,8 @@ check_running() {
> +@@ -146,8 +146,8 @@ check_running() {
>       # Get the PID from the PID file (if it exists)
>       get_pid_from_file "${proc_name}"
>       if [ ${_pid} -gt 0 ]; then
> diff --git a/meta/recipes-connectivity/kea/kea_2.4.1.bb b/meta/recipes-connectivity/kea/kea_2.6.0.bb
> similarity index 94%
> rename from meta/recipes-connectivity/kea/kea_2.4.1.bb
> rename to meta/recipes-connectivity/kea/kea_2.6.0.bb
> index 19309ce314..0f9e7b6891 100644
> --- a/meta/recipes-connectivity/kea/kea_2.4.1.bb
> +++ b/meta/recipes-connectivity/kea/kea_2.6.0.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Kea is the next generation of DHCP software developed by ISC. It
>  HOMEPAGE = "http://kea.isc.org"
>  SECTION = "connectivity"
>  LICENSE = "MPL-2.0"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=ea061fa0188838072c4248c1318ec131"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=618093ea9de92c70a115268c1d53421f"
>  
>  DEPENDS = "boost log4cplus openssl"
>  
> @@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \
>             file://fix_pid_keactrl.patch \
>             file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
>             "
> -SRC_URI[sha256sum] = "815c61f5c271caa4a1db31dd656eb50a7f6ea973da3690f7c8581408e180131a"
> +SRC_URI[sha256sum] = "207ceae33eb3b81ec4e6ac5605249a85b93779333b62aadf39e489f11dbcdc8d"
>  
>  inherit autotools systemd update-rc.d upstream-version-is-even
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200989): https://lists.openembedded.org/g/openembedded-core/message/200989
> Mute This Topic: https://lists.openembedded.org/mt/106792588/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-06-24  1:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21  2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 02/22] alsa-plugins: upgrade 1.2.7.1 " wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 03/22] alsa-ucm-conf: upgrade 1.2.11 " wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 04/22] createrepo-c: upgrade 1.1.1 -> 1.1.2 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 05/22] dhcpcd: upgrade 10.0.6 -> 10.0.8 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 06/22] diffoscope: upgrade 267 -> 271 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1 wangmy
2024-06-21 23:18   ` Alexandre Belloni
2024-06-21  2:16 ` [OE-core] [PATCH 08/22] enchant2: upgrade 2.7.3 -> 2.8.1 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 09/22] fribidi: upgrade 1.0.14 -> 1.0.15 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 10/22] git: upgrade 2.45.1 -> 2.45.2 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
2024-06-23 19:16   ` Alexandre Belloni
2024-06-23 19:19     ` Alexandre Belloni
2024-06-21  2:16 ` [OE-core] [PATCH 12/22] gstreamer: upgrade 1.24.3 -> 1.24.4 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7 wangmy
2024-06-22 20:21   ` Alexandre Belloni
2024-06-21  2:16 ` [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0 wangmy
2024-06-24  1:51   ` Alexandre Belloni [this message]
2024-06-21  2:16 ` [OE-core] [PATCH 15/22] libevdev: upgrade 1.13.1 -> 1.13.2 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 16/22] libjitterentropy: upgrade 3.4.1 -> 3.5.0 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 17/22] libpcre2: upgrade 10.43 -> 10.44 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 18/22] librepo: upgrade 1.17.0 -> 1.17.1 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8 wangmy
2024-06-21  7:57   ` Martin Hundebøll
2024-06-21  8:35     ` Mingyu Wang (Fujitsu)
2024-06-21  2:16 ` [OE-core] [PATCH 20/22] pciutils: upgrade 3.12.0 -> 3.13.0 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 21/22] rng-tools: upgrade 6.16 -> 6.17 wangmy
2024-06-21  2:16 ` [OE-core] [PATCH 22/22] ttyrun: upgrade 2.32.0 -> 2.33.1 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=202406240151079fe3c9db@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox