Update buildroot 17.02.7 -> 17.02.8
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LIBPLIST
|
||||
bool "libplist"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
libplist is a client for manipulating Apple Property List
|
||||
(.plist) files
|
||||
|
||||
http://www.libimobiledevice.org/
|
||||
|
||||
comment "libplist needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
comment "libplist needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user