package/neard: bump to version 0.18
Retrieved latest release from git https://git.kernel.org/pub/scm/network/nfc/neard.git/tree/ChangeLog?h=v0.18 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5b29096f8f
commit
81d14a8625
@ -1,4 +1,3 @@
|
||||
# From https://www.kernel.org/pub/linux/network/nfc/sha256sums.asc
|
||||
sha256 eae3b11c541a988ec11ca94b7deab01080cd5b58cfef3ced6ceac9b6e6e65b36 neard-0.16.tar.xz
|
||||
# Locally computed
|
||||
sha256 c013e3115315e2e11d16b5f0f1c8ce9afbcdba26800aad91245fd9b4a5dc938b neard-0.18.tar.gz
|
||||
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
|
||||
|
@ -4,13 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NEARD_VERSION = 0.16
|
||||
NEARD_SOURCE = neard-$(NEARD_VERSION).tar.xz
|
||||
NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc
|
||||
NEARD_VERSION = 0.18
|
||||
NEARD_SITE = https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot
|
||||
NEARD_LICENSE = GPL-2.0
|
||||
NEARD_LICENSE_FILES = COPYING
|
||||
|
||||
NEARD_DEPENDENCIES = host-pkgconf dbus libglib2 libnl
|
||||
NEARD_DEPENDENCIES = host-autoconf-archive host-pkgconf dbus libglib2 libnl
|
||||
# From git
|
||||
NEARD_AUTORECONF = YES
|
||||
NEARD_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
|
||||
NEARD_CONF_OPTS = --disable-traces
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NEARD_TOOLS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user