* [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
@ 2022-06-15 8:19 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
similarity index 96%
rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
index aa0d814ed7..5e97d8a2cc 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
PAM_SRC_URI = "file://sudo.pam"
-SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
+SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] piglit: upgrade to latest revision
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
@ 2022-06-15 8:19 ` Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 08f664ca61..7b8dc5f0b4 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
"
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "a1a1824b38f1d7bfe851633db416c6bed84ba557"
+SRCREV = "b84975ef4575d8121dbc50fca72341aad4572cdc"
# (when PV goes above 1.0 remove the trailing r)
PV = "1.0+gitr${SRCPV}"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
@ 2022-06-15 8:19 ` Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../stress-ng/{stress-ng_0.14.01.bb => stress-ng_0.14.02.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.14.01.bb => stress-ng_0.14.02.bb} (93%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
similarity index 93%
rename from meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
index cba15e947e..000a640917 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master"
-SRCREV = "597da6154263c9317291f2dd0ed71a8ff1e8b2dc"
+SRCREV = "5239ae6c82bfb239637b5a66cd39a035a158e641"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
@ 2022-06-16 7:30 ` Alexandre Belloni
2022-06-16 7:37 ` Alexandre Belloni
2 siblings, 1 reply; 7+ messages in thread
From: Alexandre Belloni @ 2022-06-16 7:30 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hi,
It seems this fails on x32:
https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio
On 15/06/2022 16:19:50+0800, wangmy wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
>
> diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> similarity index 96%
> rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
> rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
> index aa0d814ed7..5e97d8a2cc 100644
> --- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
>
> PAM_SRC_URI = "file://sudo.pam"
>
> -SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
> +SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
>
> DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#166920): https://lists.openembedded.org/g/openembedded-core/message/166920
> Mute This Topic: https://lists.openembedded.org/mt/91772378/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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
@ 2022-06-16 7:37 ` Alexandre Belloni
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2022-06-16 7:37 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On 16/06/2022 09:30:33+0200, Alexandre Belloni wrote:
> Hi,
>
> It seems this fails on x32:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio
It also failed on arm64:
https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/5347/steps/11/logs/stdio
>
> On 15/06/2022 16:19:50+0800, wangmy wrote:
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
> >
> > diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> > similarity index 96%
> > rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
> > rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
> > index aa0d814ed7..5e97d8a2cc 100644
> > --- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
> > +++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> > @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
> >
> > PAM_SRC_URI = "file://sudo.pam"
> >
> > -SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
> > +SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
> >
> > DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> > RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> > --
> > 2.25.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#166920): https://lists.openembedded.org/g/openembedded-core/message/166920
> > Mute This Topic: https://lists.openembedded.org/mt/91772378/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
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [OE-core] [PATCH] piglit: upgrade to latest revision
2022-09-05 9:03 [OE-core] [PATCH] cracklib: upgrade 2.9.7 -> 2.9.8 Wang Mingyu
@ 2022-09-05 9:03 ` Wang Mingyu
0 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-09-05 9:03 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
0004-CMakeLists.txt-add-missing-endian.h-check.patch
removed sinct it's included in new version.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...Lists.txt-add-missing-endian.h-check.patch | 25 -------------------
meta/recipes-graphics/piglit/piglit_git.bb | 6 ++---
2 files changed, 3 insertions(+), 28 deletions(-)
delete mode 100644 meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch
diff --git a/meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch b/meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch
deleted file mode 100644
index 68f783ebe4..0000000000
--- a/meta/recipes-graphics/piglit/piglit/0004-CMakeLists.txt-add-missing-endian.h-check.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a8ea135125b284a8a9c965d8091b3d1d9a31849c Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex@linutronix.de>
-Date: Tue, 5 Apr 2022 16:51:34 +0200
-Subject: [PATCH] CMakeLists.txt: add missing endian.h check
-
-This is needed to actually have HAVE_ENDIAN_H defined properly in config.h.
-
-Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/648]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9fb0508da..158fac4bc 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -481,6 +481,7 @@ check_include_file(sys/stat.h HAVE_SYS_STAT_H)
- check_include_file(unistd.h HAVE_UNISTD_H)
- check_include_file(fcntl.h HAVE_FCNTL_H)
- check_include_file(linux/sync_file.h HAVE_LINUX_SYNC_FILE_H)
-+check_include_file(endian.h HAVE_ENDIAN_H)
-
- if(DEFINED PIGLIT_INSTALL_VERSION)
- set(PIGLIT_INSTALL_VERSION_SUFFIX
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 29360a246b..f758208c6b 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -10,11 +10,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
file://0001-cmake-install-bash-completions-in-the-right-place.patch \
file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \
- file://0004-CMakeLists.txt-add-missing-endian.h-check.patch \
- file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch"
+ file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch \
+ "
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46"
+SRCREV = "265896c86f90cb72e8f218ba6a3617fca8b9a1e3"
# (when PV goes above 1.0 remove the trailing r)
PV = "1.0+gitr${SRCPV}"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [OE-core] [PATCH] piglit: upgrade to latest revision
2023-05-02 15:13 Ross Burton
@ 2023-05-02 15:24 ` Fabio Estevam
0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2023-05-02 15:24 UTC (permalink / raw)
To: Ross Burton; +Cc: openembedded-core, nd
On Tue, May 2, 2023 at 12:13 PM Ross Burton <ross.burton@arm.com> wrote:
>
> From: Upgrade Helper <auh@yoctoproject.org>
>
> ---
Missing Signed-off-by tag.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-05-02 15:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2022-06-16 7:37 ` Alexandre Belloni
-- strict thread matches above, loose matches on Subject: below --
2022-09-05 9:03 [OE-core] [PATCH] cracklib: upgrade 2.9.7 -> 2.9.8 Wang Mingyu
2022-09-05 9:03 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
2023-05-02 15:13 Ross Burton
2023-05-02 15:24 ` [OE-core] " Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox