mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 22:53:02 +02:00
For some reason, the `make license-info` target complained klinfix needed a hash file, but not the other local repos. Issue #67 tracks adding license-info to releases, which will need some looking into, for now this fixes the most glaring packaging oversights. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
16 lines
443 B
Makefile
16 lines
443 B
Makefile
################################################################################
|
|
#
|
|
# klinfix
|
|
#
|
|
################################################################################
|
|
|
|
KLINFIX_VERSION = 1.0
|
|
KLINFIX_LICENSE = BSD-3-Clause
|
|
KLINFIX_LICENSE_FILES = LICENSE
|
|
KLINFIX_SITE_METHOD = local
|
|
KLINFIX_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/klinfix
|
|
KLINFIX_DEPENDENCIES = klish-plugin-sysrepo
|
|
KLINFIX_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|