mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
package: add missing LICENSE and LICENSE_FILES to packages
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>
This commit is contained in:
committed by
Richard Alpe
parent
d2f83ef1b3
commit
6befbf6a20
@@ -8,6 +8,8 @@ CONFD_VERSION = 1.0
|
||||
CONFD_LICENSE = BSD-3-Clause
|
||||
CONFD_SITE_METHOD = local
|
||||
CONFD_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/confd
|
||||
CONFD_LICENSE = BSD-3
|
||||
CONFD_LICENSE_FILES = LICENSE
|
||||
CONFD_DEPENDENCIES = augeas jansson libite sysrepo
|
||||
CONFD_AUTORECONF = YES
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
################################################################################
|
||||
FACTORY_VERSION = 1.0
|
||||
FACTORY_LICENSE = MIT
|
||||
FACTORY_LICENSE_FILES = LICENSE
|
||||
FACTORY_SITE_METHOD = local
|
||||
FACTORY_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/factory
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENSE
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
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
|
||||
|
||||
+2
-1
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
NET_VERSION = 1.0
|
||||
NET_LICENSE = ISC
|
||||
NET_LICENSE = MIT
|
||||
NET_LICENSE_FILES = LICENSE
|
||||
NET_SITE_METHOD = local
|
||||
NET_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/net
|
||||
NET_DEPENDENCIES = libite
|
||||
|
||||
Reference in New Issue
Block a user