From patchwork Wed Sep 13 10:41:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 813330 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xsdWv0qCpz9s5L for ; Wed, 13 Sep 2017 20:42:02 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 25C3688B53; Wed, 13 Sep 2017 10:42:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vb6yg1woOXbn; Wed, 13 Sep 2017 10:41:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3776D88B4C; Wed, 13 Sep 2017 10:41:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C0E531C4114 for ; Wed, 13 Sep 2017 10:41:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B564B30BC8 for ; Wed, 13 Sep 2017 10:41:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dWVHQRDo8eXy for ; Wed, 13 Sep 2017 10:41:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by silver.osuosl.org (Postfix) with ESMTPS id 604ED30BC5 for ; Wed, 13 Sep 2017 10:41:56 +0000 (UTC) Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout07.t-online.de (Postfix) with SMTP id B4669424F027; Wed, 13 Sep 2017 12:41:53 +0200 (CEST) Received: from fli4l.lan.fli4l (XKgKjZZrrh0qnL7+zgSNzUtzqStYigMxlbjwGyzulkBKI7kvSVa97XXl2VY9EY0g-H@[79.228.1.99]) by fwd32.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ds57A-0nb7vk0; Wed, 13 Sep 2017 12:41:52 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37024 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1ds579-0003Y2-Tg; Wed, 13 Sep 2017 12:41:52 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Sep 2017 12:41:51 +0200 Message-Id: <20170913104151.13852-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: XKgKjZZrrh0qnL7+zgSNzUtzqStYigMxlbjwGyzulkBKI7kvSVa97XXl2VY9EY0g-H X-TOI-MSGID: 9157cbe8-9670-4069-8e99-d8687060935d Cc: Simon Dawson Subject: [Buildroot] [PATCH 1/1] package/neard: bump version to 0.16 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Added systemd support needed after upstream commit https://git.kernel.org/pub/scm/network/nfc/neard.git/commit/?id=ffc849bc1c83f0c9f31cbdf9bf843cf245496183 Fixed broken link in Config.in help section. Signed-off-by: Bernd Kuhls --- package/neard/Config.in | 2 +- package/neard/neard.hash | 2 +- package/neard/neard.mk | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package/neard/Config.in b/package/neard/Config.in index 8571e7c9a2..d32d6360de 100644 --- a/package/neard/Config.in +++ b/package/neard/Config.in @@ -14,7 +14,7 @@ config BR2_PACKAGE_NEARD 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 diff --git a/package/neard/neard.hash b/package/neard/neard.hash index 7517093176..d1e74b37bf 100644 --- a/package/neard/neard.hash +++ b/package/neard/neard.hash @@ -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 diff --git a/package/neard/neard.mk b/package/neard/neard.mk index c46f46c40f..a351469102 100644 --- a/package/neard/neard.mk +++ b/package/neard/neard.mk @@ -4,7 +4,7 @@ # ################################################################################ -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 = GPL-2.0 @@ -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