Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,7 +4,6 @@ config BR2_PACKAGE_NODM
|
||||
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
|
||||
depends on !BR2_STATIC_LIBS # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs wordexp.h
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
@@ -19,8 +18,7 @@ config BR2_PACKAGE_NODM
|
||||
|
||||
https://github.com/spanezz/nodm/
|
||||
|
||||
comment "nodm needs a glibc toolchain w/ wchar, locale, dynamic library"
|
||||
comment "nodm needs a glibc or uClibc toolchain w/ wchar, locale, dynamic library"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|
||||
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL \
|
||||
|| BR2_TOOLCHAIN_USES_UCLIBC
|
||||
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# locally calculated
|
||||
sha256 840939d27d3d9b02ad09e1cffce24729bcdeee6cea6b3f0037d8ae76b49feecd nodm-0.12-1.tar.gz
|
||||
sha256 ef11667ae82846801a9633df36c20f632cc03319bb1da35f062ac0f950771273 nodm-0.13.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NODM_VERSION = 0.12-1
|
||||
NODM_SITE = $(call github,spanezz,nodm,debian/$(NODM_VERSION))
|
||||
NODM_LICENSE = GPLv2+
|
||||
NODM_VERSION = 0.13
|
||||
NODM_SITE = $(call github,spanezz,nodm,$(NODM_VERSION))
|
||||
NODM_LICENSE = GPL-2.0+
|
||||
NODM_LICENSE_FILES = COPYING
|
||||
NODM_AUTORECONF = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user