Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,8 +4,8 @@ config BR2_PACKAGE_PATCH
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
Take patch files (containing difference listings) and apply them
|
||||
to original files, producing patched versions.
|
||||
Take patch files (containing difference listings) and apply
|
||||
them to original files, producing patched versions.
|
||||
|
||||
http://www.gnu.org/software/patch/
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
PATCH_VERSION = 2.7.6
|
||||
PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz
|
||||
PATCH_SITE = $(BR2_GNU_MIRROR)/patch
|
||||
PATCH_LICENSE = GPLv3+
|
||||
PATCH_LICENSE = GPL-3.0+
|
||||
PATCH_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ATTR),y)
|
||||
PATCH_CONF_OPTS += --enable-attr
|
||||
PATCH_CONF_OPTS += --enable-xattr
|
||||
PATCH_DEPENDENCIES += attr
|
||||
else
|
||||
PATCH_CONF_OPTS += --disable-attr
|
||||
PATCH_CONF_OPTS += --disable-xattr
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user