mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Config.in.legacy: fix misc. problems with libnfc-llcp removal
The Config.in.legacy entry associated with the replacement of libnfc-llcp was broken in multiple ways: - it was not correctly added within the section for 2014.02 deprecation (recently fixed by Yann E. Morin with commit f169e5e1055600fda1b3ff0c852ee84d2ec80460) - it still had select/depend statements from the original symbol, which should not be added in Config.in.legacy. - it did not select the replacement symbol as to make the transition for users more convenient. - indentation of the help text was not tab+2spaces. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0a07731933
commit
93341046d8
@ -117,14 +117,13 @@ config BR2_PACKAGE_TTCP
|
|||||||
deprecated for more than four buildroot releases.
|
deprecated for more than four buildroot releases.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBNFC_LLCP
|
config BR2_PACKAGE_LIBNFC_LLCP
|
||||||
bool "libnfc-llcp has been removed"
|
bool "libnfc-llcp has been replaced by libllcp"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
||||||
select BR2_PACKAGE_LIBNFC
|
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
select BR2_PACKAGE_LIBLLCP
|
||||||
help
|
help
|
||||||
The 'libnfc-llcp' package has been removed since upstream renamed
|
The 'libnfc-llcp' package has been removed since upstream renamed
|
||||||
to 'libllcp'. We have added a new package for 'libllcp' and bumped
|
to 'libllcp'. We have added a new package for 'libllcp' and bumped
|
||||||
the version at the same time.
|
the version at the same time.
|
||||||
|
|
||||||
config BR2_PACKAGE_SQUASHFS3
|
config BR2_PACKAGE_SQUASHFS3
|
||||||
bool "squashfs3 has been removed"
|
bool "squashfs3 has been removed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user