Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,22 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSTEMD_BOOTCHART_VERSION = 230
|
||||
SYSTEMD_BOOTCHART_VERSION = 231
|
||||
SYSTEMD_BOOTCHART_SOURCE = systemd-bootchart-$(SYSTEMD_BOOTCHART_VERSION).tar.xz
|
||||
# Do not use the github helper here, the generated tarball is *NOT* the same
|
||||
# as the one uploaded by upstream for the release.
|
||||
# Do not use the github helper here: the uploaded release tarball already
|
||||
# contains the generated autotools scripts. It also slightly differs with
|
||||
# two missing source files... :-/
|
||||
SYSTEMD_BOOTCHART_SITE = https://github.com/systemd/systemd-bootchart/releases/download/v$(SYSTEMD_BOOTCHART_VERSION)
|
||||
SYSTEMD_BOOTCHART_LICENSE = LGPLv2.1+
|
||||
SYSTEMD_BOOTCHART_LICENSE_FILES = LICENSE.LGPL2.1
|
||||
SYSTEMD_BOOTCHART_DEPENDENCIES = host-intltool systemd
|
||||
SYSTEMD_BOOTCHART_DEPENDENCIES = systemd
|
||||
|
||||
# 0001-configure-add-option-to-not-build-manpages.patch
|
||||
SYSTEMD_BOOTCHART_AUTORECONF = YES
|
||||
SYSTEMD_BOOTCHART_CONF_OPTS = --disable-man
|
||||
|
||||
define SYSTEMD_BOOTCHART_INTLTOOLIZE
|
||||
cd $(@D) && $(HOST_DIR)/usr/bin/intltoolize --force --automake
|
||||
endef
|
||||
SYSTEMD_BOOTCHART_PRE_CONFIGURE_HOOKS = SYSTEMD_BOOTCHART_INTLTOOLIZE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user