[oe-commits] [meta-openembedded] 03/10: ndctl: Upgrade to v62

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 17:40:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1e6a27d8e226029689caa22a7cec10f8982ad180
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 20 20:59:27 2018 -0700

    ndctl: Upgrade to v62
    
    - Fix build with musl
    - Package systemd support
    - Inherit bash-completion bbclass
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/ndctl/ndctl_git.bb | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-core/ndctl/ndctl_git.bb b/meta-oe/recipes-core/ndctl/ndctl_git.bb
index 36f94ec..b20915f 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_git.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_git.bb
@@ -8,14 +8,15 @@ HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/nvdimm/nvdimm.git/tree/
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
 
-inherit autotools-brokensep pkgconfig module-base
+inherit autotools-brokensep pkgconfig module-base bash-completion systemd
 
-SRCREV = "0d6aeeabec9d271e08c12e4cf679b59946e20156"
+# v62
+SRCREV = "11f560f4048c1d38b7011a49566871a1e8a07c94"
 SRC_URI = "git://github.com/pmem/ndctl.git"
 
 DEPENDS = "virtual/kernel kmod udev json-c"
 
-PV = "v61+git${SRCPV}"
+PV = "v62+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
@@ -24,6 +25,6 @@ do_configure_prepend() {
     ${S}/autogen.sh
 }
 
-COMPATIBLE_HOST='(x86_64).*'
+SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service"
 
-FILES_${PN} += "/usr/share/bash-completion/completions/ndctl"
+COMPATIBLE_HOST='(x86_64).*'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list