update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/newt/Config.in
Normal file
16
bsp/buildroot-2017.02.11/package/newt/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_NEWT
|
||||
bool "newt"
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # slang
|
||||
depends on !BR2_STATIC_LIBS # unconditionally creates .so
|
||||
select BR2_PACKAGE_SLANG
|
||||
select BR2_PACKAGE_POPT
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
Programming library for color text mode, widget based user interfaces.
|
||||
|
||||
http://www.redhat.com/
|
||||
|
||||
comment "newt needs a toolchain w/ wchar, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
||||
2
bsp/buildroot-2017.02.11/package/newt/newt.hash
Normal file
2
bsp/buildroot-2017.02.11/package/newt/newt.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80 newt-0.52.19.tar.gz
|
||||
17
bsp/buildroot-2017.02.11/package/newt/newt.mk
Normal file
17
bsp/buildroot-2017.02.11/package/newt/newt.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# newt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NEWT_VERSION = 0.52.19
|
||||
NEWT_SITE = https://pagure.io/releases/newt
|
||||
NEWT_INSTALL_STAGING = YES
|
||||
NEWT_DEPENDENCIES = popt slang \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
NEWT_CONF_OPTS = --without-python --without-tcl
|
||||
NEWT_MAKE = $(MAKE1)
|
||||
NEWT_LICENSE = GPLv2
|
||||
NEWT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user