026b97381e
- Update site to get latest release - Add a deprecated note in Config.in: https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/commit/?id=ab8a2cc330253321be7bc69dea88bfaa3d48415e - Drop patch, not needed since: https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/commit/?id=7b421143d1427e17380ff5bf93ef8fc718428c83 - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
648 B
Makefile
19 lines
648 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
|
|
|
|
# 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))
|