summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/ndctl/ndctl_v78.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 15:44:39 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-25 18:52:51 -0700
commit7bfcc56748aa867f9dbcd5d85f177d53d52a3118 (patch)
tree49d53276d4eabc25b50f1174af2eccbf1222c264 /meta-oe/recipes-core/ndctl/ndctl_v78.bb
parentb175cf714b1e619b7b8a6a85891442deb0363fdb (diff)
downloadmeta-openembedded-7bfcc56748aa867f9dbcd5d85f177d53d52a3118.tar.gz
ndctl: Fix build issues seen with musl 1.2.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v78.bb')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v78.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v78.bb b/meta-oe/recipes-core/ndctl/ndctl_v78.bb
index 2974a7db7..907c02c7c 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v78.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v78.bb
@@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883"
11inherit meson pkgconfig bash-completion systemd 11inherit meson pkgconfig bash-completion systemd
12 12
13SRCREV = "a871e6153b11fe63780b37cdcb1eb347b296095c" 13SRCREV = "a871e6153b11fe63780b37cdcb1eb347b296095c"
14SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https" 14SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \
15 file://0001-include-libgen.h-for-basename.patch"
15 16
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)" 17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)"
17 18