Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,10 +3,10 @@ config BR2_PACKAGE_LIBSIGC
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
libsigc++ implements a typesafe callback system for standard C++.
|
||||
It allows you to define signals and to connect those signals to
|
||||
any callback function, either global or a member function,
|
||||
regardless of whether it is static or virtual.
|
||||
libsigc++ implements a typesafe callback system for standard
|
||||
C++. It allows you to define signals and to connect those
|
||||
signals to any callback function, either global or a member
|
||||
function, regardless of whether it is static or virtual.
|
||||
|
||||
http://libsigc.sourceforge.net/
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.xz
|
||||
LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/$(LIBSIGC_VERSION_MAJOR)
|
||||
LIBSIGC_DEPENDENCIES = host-m4
|
||||
LIBSIGC_INSTALL_STAGING = YES
|
||||
LIBSIGC_LICENSE = LGPLv2.1+
|
||||
LIBSIGC_LICENSE = LGPL-2.1+
|
||||
LIBSIGC_LICENSE_FILES = COPYING
|
||||
|
||||
define LIBSIGC_INSTALL_TARGET_FIXUP
|
||||
|
||||
Reference in New Issue
Block a user