diff options
| -rw-r--r-- | meta-oe/recipes-core/ndctl/ndctl_git.bb | 11 |
1 files 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 36f94ecfd5..b20915f20f 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/ | |||
| 8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" |
| 10 | 10 | ||
| 11 | inherit autotools-brokensep pkgconfig module-base | 11 | inherit autotools-brokensep pkgconfig module-base bash-completion systemd |
| 12 | 12 | ||
| 13 | SRCREV = "0d6aeeabec9d271e08c12e4cf679b59946e20156" | 13 | # v62 |
| 14 | SRCREV = "11f560f4048c1d38b7011a49566871a1e8a07c94" | ||
| 14 | SRC_URI = "git://github.com/pmem/ndctl.git" | 15 | SRC_URI = "git://github.com/pmem/ndctl.git" |
| 15 | 16 | ||
| 16 | DEPENDS = "virtual/kernel kmod udev json-c" | 17 | DEPENDS = "virtual/kernel kmod udev json-c" |
| 17 | 18 | ||
| 18 | PV = "v61+git${SRCPV}" | 19 | PV = "v62+git${SRCPV}" |
| 19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 20 | 21 | ||
| 21 | EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" | 22 | EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" |
| @@ -24,6 +25,6 @@ do_configure_prepend() { | |||
| 24 | ${S}/autogen.sh | 25 | ${S}/autogen.sh |
| 25 | } | 26 | } |
| 26 | 27 | ||
| 27 | COMPATIBLE_HOST='(x86_64).*' | 28 | SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" |
| 28 | 29 | ||
| 29 | FILES_${PN} += "/usr/share/bash-completion/completions/ndctl" | 30 | COMPATIBLE_HOST='(x86_64).*' |
