Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -9,12 +9,13 @@ config BR2_PACKAGE_NEARD
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Near Field Communication (NFC) manager. This userspace daemon is
|
||||
a part of the NFC stack provided by the Linux NFC project.
|
||||
Near Field Communication (NFC) manager. This userspace
|
||||
daemon is a part of the NFC stack provided by the Linux NFC
|
||||
project.
|
||||
|
||||
http://git.kernel.org/?p=network/nfc/neard.git;a=summary
|
||||
|
||||
https://01.org/linux-nfc/documentation/how-start-linux-nfc-code...
|
||||
https://01.org/linux-nfc/
|
||||
|
||||
if BR2_PACKAGE_NEARD
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From https://www.kernel.org/pub/linux/network/nfc/sha256sums.asc
|
||||
sha256 6ea724b443d39d679168fc7776a965d1f64727c3735391df2c01469ee7cd8cca neard-0.14.tar.xz
|
||||
sha256 eae3b11c541a988ec11ca94b7deab01080cd5b58cfef3ced6ceac9b6e6e65b36 neard-0.16.tar.xz
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NEARD_VERSION = 0.14
|
||||
NEARD_VERSION = 0.16
|
||||
NEARD_SOURCE = neard-$(NEARD_VERSION).tar.xz
|
||||
NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc
|
||||
NEARD_LICENSE = GPLv2
|
||||
NEARD_LICENSE = GPL-2.0
|
||||
NEARD_LICENSE_FILES = COPYING
|
||||
|
||||
NEARD_DEPENDENCIES = host-pkgconf dbus libglib2 libnl
|
||||
@@ -17,6 +17,13 @@ ifeq ($(BR2_PACKAGE_NEARD_TOOLS),y)
|
||||
NEARD_CONF_OPTS += --enable-tools
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INIT_SYSTEMD),y)
|
||||
NEARD_CONF_OPTS += --enable-systemd
|
||||
NEARD_DEPENDENCIES += systemd
|
||||
else
|
||||
NEARD_CONF_OPTS += --disable-systemd
|
||||
endif
|
||||
|
||||
define NEARD_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -D -m 0755 package/neard/S53neard \
|
||||
$(TARGET_DIR)/etc/init.d/S53neard
|
||||
|
||||
Reference in New Issue
Block a user