openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / systemd-bootchart / systemd-bootchart.mk
blob31b9413bc5be558bdc05b42f40b0ec4e7ce557ae
1 ################################################################################
3 # systemd-bootchart
5 ################################################################################
7 SYSTEMD_BOOTCHART_VERSION = 231
8 SYSTEMD_BOOTCHART_SOURCE = systemd-bootchart-$(SYSTEMD_BOOTCHART_VERSION).tar.xz
9 # Do not use the github helper here: the uploaded release tarball already
10 # contains the generated autotools scripts. It also slightly differs with
11 # two missing source files... :-/
12 SYSTEMD_BOOTCHART_SITE = https://github.com/systemd/systemd-bootchart/releases/download/v$(SYSTEMD_BOOTCHART_VERSION)
13 SYSTEMD_BOOTCHART_LICENSE = LGPLv2.1+
14 SYSTEMD_BOOTCHART_LICENSE_FILES = LICENSE.LGPL2.1
15 SYSTEMD_BOOTCHART_DEPENDENCIES = systemd
17 SYSTEMD_BOOTCHART_CONF_OPTS = --disable-man
19 $(eval $(autotools-package))