mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,17 +4,18 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXPAT_VERSION = 2.2.10
|
||||
EXPAT_VERSION = 2.5.0
|
||||
EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
|
||||
EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.xz
|
||||
EXPAT_INSTALL_STAGING = YES
|
||||
EXPAT_DEPENDENCIES = host-pkgconf
|
||||
HOST_EXPAT_DEPENDENCIES = host-pkgconf
|
||||
EXPAT_LICENSE = MIT
|
||||
EXPAT_LICENSE_FILES = COPYING
|
||||
EXPAT_CPE_ID_VENDOR = libexpat_project
|
||||
EXPAT_CPE_ID_PRODUCT = libexpat
|
||||
|
||||
EXPAT_CONF_OPTS = --without-docbook
|
||||
HOST_EXPAT_CONF_OPTS = --without-docbook
|
||||
EXPAT_CONF_OPTS = \
|
||||
--without-docbook --without-examples --without-tests --without-xmlwf
|
||||
HOST_EXPAT_CONF_OPTS = --without-docbook --without-examples --without-tests
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user