Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
config BR2_PACKAGE_RSYSLOG
|
||||
bool "rsyslog"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_LIBESTR
|
||||
select BR2_PACKAGE_LIBLOGGING
|
||||
select BR2_PACKAGE_LIBFASTJSON
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on !BR2_STATIC_LIBS # modules
|
||||
@@ -12,6 +8,10 @@ config BR2_PACKAGE_RSYSLOG
|
||||
# even though rsyslog already depends on threads for itself:
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_LIBESTR
|
||||
select BR2_PACKAGE_LIBLOGGING
|
||||
select BR2_PACKAGE_LIBFASTJSON
|
||||
help
|
||||
Rsyslog is a powerful and flexible syslog implementation
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
RSYSLOG_VERSION = 8.22.0
|
||||
RSYSLOG_SITE = http://rsyslog.com/files/download/rsyslog
|
||||
RSYSLOG_LICENSE = GPLv3, LGPLv3, Apache-2.0
|
||||
RSYSLOG_LICENSE = GPL-3.0, LGPL-3.0, Apache-2.0
|
||||
RSYSLOG_LICENSE_FILES = COPYING COPYING.LESSER COPYING.ASL20
|
||||
RSYSLOG_DEPENDENCIES = zlib libestr liblogging libfastjson host-pkgconf
|
||||
RSYSLOG_CONF_ENV = ac_cv_prog_cc_c99='-std=c99'
|
||||
@@ -91,7 +91,7 @@ define RSYSLOG_INSTALL_INIT_SYSTEMD
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -sf ../../../../usr/lib/systemd/system/rsyslog.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/rsyslog.service
|
||||
ln -sf ../../../../usr/lib/systemd/system/rsyslog.service \
|
||||
ln -sf ../../../usr/lib/systemd/system/rsyslog.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/syslog.service
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user