mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
package/statd: properly declare license and group decls.
Correct license for package is the same as confd and libsrx. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
1baeaeddf5
commit
ab88c97d45
@@ -5,9 +5,10 @@
|
||||
################################################################################
|
||||
|
||||
STATD_VERSION = 1.0
|
||||
STATD_LICENSE = MIT
|
||||
STATD_SITE_METHOD = local
|
||||
STATD_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/statd
|
||||
STATD_LICENSE = BSD-3-Clause
|
||||
STATD_LICENSE_FILES = LICENSE
|
||||
STATD_DEPENDENCIES = sysrepo libev libsrx jansson
|
||||
|
||||
define STATD_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user