summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-30 17:54:32 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-30 08:03:07 -0700
commit49dc5a2c8ed831055602902ffaf59abe97f74148 (patch)
treeba17385647ba303d07fa2001e879541542c49fcd /meta-oe/recipes-core
parente9efacfc5cb173eee6ea5d99e25a12053c46f8ba (diff)
downloadmeta-openembedded-49dc5a2c8ed831055602902ffaf59abe97f74148.tar.gz
ndctl: upgrade v79 -> v82
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v82.bb (renamed from meta-oe/recipes-core/ndctl/ndctl_v79.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v79.bb b/meta-oe/recipes-core/ndctl/ndctl_v82.bb
index 4014e3bca6..2603217326 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v79.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v82.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883"
10 10
11inherit meson pkgconfig bash-completion systemd 11inherit meson pkgconfig bash-completion systemd
12 12
13SRCREV = "16f45755f991f4fb6d76fec70a42992426c84234" 13SRCREV = "74b9e411bf13e87df39a517d10143fafa7e2ea92"
14SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \ 14SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https;tag=${PV} \
15 file://0001-include-libgen.h-for-basename.patch" 15 file://0001-include-libgen.h-for-basename.patch"
16 16
17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)" 17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)"