buildroot/package/bridge-utils/bridge-utils.mk
Matt Weber 63332c33aa package: provide CPE ID details for numerous packages
This patch adds CPE ID information for a significant number of
packages.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-01-04 21:43:54 +01:00

20 lines
684 B
Makefile

################################################################################
#
# bridge-utils
#
################################################################################
BRIDGE_UTILS_VERSION = 1.7
BRIDGE_UTILS_SITE = \
https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/snapshot
BRIDGE_UTILS_AUTORECONF = YES
BRIDGE_UTILS_LICENSE = GPL-2.0+
BRIDGE_UTILS_LICENSE_FILES = COPYING
BRIDGE_UTILS_CPE_ID_VENDOR = kernel
# Avoid using the host's headers. Location is not important as
# required headers will anyway be found from within the sysroot.
BRIDGE_UTILS_CONF_OPTS = --with-linux-headers=$(STAGING_DIR)/usr/include
$(eval $(autotools-package))