Commit 5276cb27 authored by Simon Dawson's avatar Simon Dawson Committed by Thomas Petazzoni
Browse files

libnfc-llcp: new package



This patch adds the libnfc-llcp package.

This package requires a minium libnfc version of 1.6. A separate patch has
been submitted to bump the libnfc version; that patch should be regarded as
a prerequisite for the present patch.

Signed-off-by: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 6d38cf85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ source "package/libftdi/Config.in"
source "package/libhid/Config.in"
source "package/libiqrf/Config.in"
source "package/libnfc/Config.in"
source "package/libnfc-llcp/Config.in"
source "package/libusb/Config.in"
source "package/libusb-compat/Config.in"
source "package/libv4l/Config.in"
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBNFC_LLCP
	bool "libnfc-llcp"
	select BR2_PACKAGE_LIBNFC
	help
	  Library extending libnfc with support for Logical Link Control
	  Protocol.

	  http://code.google.com/p/nfc-tools/source/browse/trunk/libnfc-llcp/
+14 −0
Original line number Diff line number Diff line
#############################################################
#
# libnfc-llcp
#
#############################################################
LIBNFC_LLCP_VERSION = 1090
LIBNFC_LLCP_SITE = http://nfc-tools.googlecode.com/svn/trunk/libnfc-llcp/
LIBNFC_LLCP_SITE_METHOD = svn
LIBNFC_LLCP_DEPENDENCIES = libnfc
LIBNFC_LLCP_AUTORECONF = YES
LIBNFC_LLCP_AUTORECONF_OPT = --install --force --verbose
LIBNFC_LLCP_INSTALL_STAGING = YES

$(eval $(autotools-package))