From patchwork Wed Jul 18 08:00:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 171609 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 443932C0353 for ; Wed, 18 Jul 2012 18:05:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5E5968F966; Wed, 18 Jul 2012 08:05:39 +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 GGcw3B2kSqRZ; Wed, 18 Jul 2012 08:05:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AAE608F9E4; Wed, 18 Jul 2012 08:01:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 75B138F75B for ; Wed, 18 Jul 2012 08:01:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E2BA8F8EE for ; Wed, 18 Jul 2012 08:01:38 +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 krcYjYYxdMkX for ; Wed, 18 Jul 2012 08:01:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id E19CE8F96A for ; Wed, 18 Jul 2012 08:00:16 +0000 (UTC) Received: by eekd49 with SMTP id d49so708310eek.16 for ; Wed, 18 Jul 2012 01:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=y/fcrtq+VUYG+oaui7lyoe3+yyRGBo2v49eeLajwGiM=; b=qgGNqSn/rwcBcmYkSizco3zUGzQa+UoWx1WwhVYt5+akFZ1ZhrIEha4J2KMzSWWSF+ BCVEuobDerapzZv33XZnY3j8xTWnwY6QlLHlhUd2f1nsJpPaOhwx5iJaPXNSUoaR7mKP D1/EWGop/sLS6ZTj9Zc+rfvIoMtef+xQbIP40spuJBihHzbo0rDI6NArF/Baufb1oLAj 8wCgV9hkwL6prFT54gTYMWB6P2gDEojuY5JL6JSfDgL4vB9NYEHymXoYWK9vv4yHqNC0 JtvLWb3nlMrPn5RP5TD0u4Rc5YnZSWLpNbeVdAPRQHDgPab2zUd1doxNK/RF8MgH+Mrl Dqyw== Received: by 10.14.219.7 with SMTP id l7mr2638736eep.3.1342598414565; Wed, 18 Jul 2012 01:00:14 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id g42sm33999145eem.14.2012.07.18.01.00.12 (version=SSLv3 cipher=OTHER); Wed, 18 Jul 2012 01:00:13 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 18 Jul 2012 09:00:10 +0100 Message-Id: <1342598410-30593-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] libnfc: bump version to recent svn revision X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: Simon Dawson The libnfc package is currently at version 1.5.1 in Buildroot. This patch bumps the version to a recent svn revision, for the following reasons. * Version 1.5.1 is marked as "unstable" on the libnfc download site. * The nfc-tools project at http://code.google.com/p/nfc-tools/ includes a library that extends libnfc with LLCP functionality. Unfortunately, to build this requires a libnfc version no lower than 1.6. The version 1.6.0-rc1 Release Candidate does not build; svn commits to fix the build problems have not yet been back-ported into a Release Candidate. * The libfreefare package is currently at version 0.3.2 in Buildroot. To bump this to the most recent version (0.3.4) also requires a libnfc version no lower than 1.6. I suggest that this patch be regarded as a temporary fix, pending the release of libnfc 1.6, which will allow other dependent packages to be progressed in the interim. Signed-off-by: Simon Dawson --- package/libnfc/libnfc.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libnfc/libnfc.mk b/package/libnfc/libnfc.mk index 95cf61d..ab062bb 100644 --- a/package/libnfc/libnfc.mk +++ b/package/libnfc/libnfc.mk @@ -3,9 +3,9 @@ # libnfc # ############################################################# -LIBNFC_VERSION = 1.5.1 -LIBNFC_SITE = http://libnfc.googlecode.com/files/ -LIBNFC_SOURCE = libnfc-$(LIBNFC_VERSION).tar.gz +LIBNFC_VERSION = 1446 +LIBNFC_SITE = http://libnfc.googlecode.com/svn/trunk/ +LIBNFC_SITE_METHOD = svn LIBNFC_AUTORECONF = YES LIBNFC_INSTALL_STAGING = YES