617749e9eb
- Switch site to github - Remove patch (already in version) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
467 B
Makefile
16 lines
467 B
Makefile
################################################################################
|
|
#
|
|
# wpan-tools
|
|
#
|
|
################################################################################
|
|
|
|
WPAN_TOOLS_VERSION = 0.9
|
|
WPAN_TOOLS_SITE = $(call github,linux-wpan,wpan-tools,wpan-tools-$(WPAN_TOOLS_VERSION))
|
|
WPAN_TOOLS_DEPENDENCIES = host-pkgconf libnl
|
|
WPAN_TOOLS_LICENSE = ISC
|
|
WPAN_TOOLS_LICENSE_FILES = COPYING
|
|
# From git
|
|
WPAN_TOOLS_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|