Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -11,15 +11,5 @@ config BR2_PACKAGE_TAGLIB
|
||||
|
||||
http://taglib.org/
|
||||
|
||||
if BR2_PACKAGE_TAGLIB
|
||||
|
||||
config BR2_PACKAGE_TAGLIB_MP4
|
||||
bool "taglib mp4 support"
|
||||
|
||||
config BR2_PACKAGE_TAGLIB_ASF
|
||||
bool "taglib wma support"
|
||||
|
||||
endif
|
||||
|
||||
comment "taglib needs a toolchain w/ C++, wchar"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
||||
|
||||
@@ -20,14 +20,6 @@ ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
TAGLIB_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TAGLIB_ASF),y)
|
||||
TAGLIB_CONF_OPTS += -DWITH_ASF=ON
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TAGLIB_MP4),y)
|
||||
TAGLIB_CONF_OPTS += -DWITH_MP4=ON
|
||||
endif
|
||||
|
||||
define TAGLIB_REMOVE_DEVFILE
|
||||
rm -f $(TARGET_DIR)/usr/bin/taglib-config
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user