Bump buildroot to 2019.02
This commit is contained in:
@@ -4,13 +4,19 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOPING_VERSION = 1.9.0
|
||||
LIBOPING_VERSION = 1.10.0
|
||||
LIBOPING_SITE = http://noping.cc/files
|
||||
LIBOPING_SOURCE = liboping-$(LIBOPING_VERSION).tar.bz2
|
||||
LIBOPING_INSTALL_STAGING = YES
|
||||
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
|
||||
LIBOPING_CONF_OPTS = --without-perl-bindings
|
||||
LIBOPING_LICENSE = LGPL-2.1+, GPL-2.0
|
||||
LIBOPING_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
LIBOPING_DEPENDENCIES += ncurses
|
||||
LIBOPING_CONF_OPTS += --with-ncurses
|
||||
else
|
||||
LIBOPING_CONF_OPTS += --without-ncurses
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user