mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/ndctl: bump to version 85
Upstream v85 no longer requires the -Dfwctl=enabled / -Dkeyutils=enabled workaround, so drop both options along with the stale comment. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# locally computed
|
||||
sha256 dd4b9b9a9dc0a15e980670b6f889e910a80ad60f2309e03bfd9cc6071d14dd30 ndctl-83.tar.gz
|
||||
sha256 69039ee12c75c44f67b5fa3f1abb61d1c38ff9303021e50cec0b45801cc93b2e ndctl-85.tar.gz
|
||||
sha256 1334f22048052d69647860fe9fb24997dc3b33737cb494297d68949f589fa1cf COPYING
|
||||
sha256 5c37e41135091a39821cfb306ad8516625b0bb49510ce56ad85c347bbc46df29 LICENSES/other/CC0-1.0
|
||||
sha256 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e LICENSES/other/MIT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NDCTL_VERSION = 83
|
||||
NDCTL_VERSION = 85
|
||||
NDCTL_SITE = $(call github,pmem,ndctl,v$(NDCTL_VERSION))
|
||||
NDCTL_LICENSE = \
|
||||
CC0-1.0 (helper routines), \
|
||||
@@ -26,12 +26,8 @@ NDCTL_DEPENDENCIES = \
|
||||
udev \
|
||||
util-linux-libs
|
||||
|
||||
# Currently, disabling keyutils or fwctl support will cause builds to
|
||||
# fail. Therefore, always pass the -Dfwctl=enabled and -Dkeyutils=enabled.
|
||||
NDCTL_CONF_OPTS = \
|
||||
-Ddocs=disabled \
|
||||
-Dfwctl=enabled \
|
||||
-Dkeyutils=enabled \
|
||||
-Diniparserdir=$(STAGING_DIR)/usr/include/iniparser
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBTRACEFS)$(BR2_PACKAGE_LIBTRACEEVENT),yy)
|
||||
|
||||
Reference in New Issue
Block a user