libnfc-llcp: rename to libllcp and bump version
This package has been renamed upstream to libllcp. Also, the current
package we have in Buildroot fails to compile due to a version bump of
it's main dependence, libnfc. A version bump is required because this
package has been adapted upstream to work with libnfc-1.7.0-rc6.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/Config.in.legacy b/Config.in.legacy
index 01bf16b..0526419 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -99,6 +99,17 @@
endif
###############################################################################
+config BR2_PACKAGE_LIBNFC_LLCP
+ bool "libnfc-llcp has been removed"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+ select BR2_PACKAGE_LIBNFC
+ select BR2_LEGACY
+ help
+ The 'libnfc-llcp' package has been removed since upstream renamed
+ to 'libllcp'. We have added a new package for 'libllcp' and bumped
+ the version at the same time.
+
+###############################################################################
comment "Legacy options removed in 2014.02"
config BR2_PACKAGE_SQUASHFS3