To: ['Richard Purdie '] To: openembedded-core@lists.openembedded.org Subject: [AUH] numactl: upgrading to 2.0.19 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/numactl/0001-numactl-upgrade-2.0.18-2.0.19.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20241115050525/all/numactl/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *numactl* to *2.0.19* has Succeeded. Next steps: - apply the patch: git am 0001-numactl-upgrade-2.0.18-2.0.19.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From fa22c3eddaa42a6ab51f0320185ad0ac4bd7621b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 18:22:50 +0000 Subject: [PATCH] numactl: upgrade 2.0.18 -> 2.0.19 --- .../numactl/numactl/0001-define-run-test-target.patch | 3 +-- .../numactl/numactl/Fix-the-test-output-format.patch | 5 ++--- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch index 68b3e2491f..2262b5d4ff 100644 --- a/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch +++ b/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch @@ -1,4 +1,4 @@ -From a5e1fa272f294e739d6caaf629968478796ca53a Mon Sep 17 00:00:00 2001 +From e6d55a81ddcef021f720196ad88aab845644ed28 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 19 Oct 2020 14:42:11 -0700 Subject: [PATCH] rename test target as run-test @@ -11,7 +11,6 @@ not suitable for cross-compile environment, so rename it as run-test. and define test target to compile the test files. Signed-off-by: Roy Li - --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch index 8345f71d72..a529c6acd5 100644 --- a/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch +++ b/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch @@ -1,4 +1,4 @@ -From 29f811d9d381f2ab54b3c8cef77334e32970ef09 Mon Sep 17 00:00:00 2001 +From 862f2d1c9ade6683238c99f8f146cab179cf60ea Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 21 Jul 2015 02:01:22 +0900 Subject: [PATCH] Fix the test output format @@ -8,14 +8,13 @@ Upstream-Status: Pending Signed-off-by: Roy Li Signed-off-by: Li Xin Signed-off-by: Xiangyu Chen - --- test/regress | 6 +++--- test/regress2 | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/test/regress b/test/regress -index f06b22f..2fdfacb 100755 +index 1da7784..b0f06ea 100755 --- a/test/regress +++ b/test/regress @@ -78,6 +78,7 @@ probe_hardware() diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 6c853f1966..f87c9b3e6a 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb @@ -10,8 +10,8 @@ inherit autotools-brokensep ptest LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" -SRCREV = "3871b1c42fc71bceadafd745d2eff5dddfc2d67e" -PV = "2.0.18" +SRCREV = "3bc85e37d5a30da6790cb7e8bb488bb8f679170f" +PV = "2.0.19" SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ file://Fix-the-test-output-format.patch \ -- 2.44.1