Files
infix/package/libsrx/libsrx.mk
T
Joachim WibergandTobias Waldekranz a38e5582ac Refactor, break out a libsrx from confd, shared with statd
Everything (!) potentially shared with other sysrepo plugins/daemons and
helper functions (not yet in libite) that can be used by other daemons
have been relocated to libsrx.

Fix #116

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-08-30 10:37:43 +02:00

17 lines
452 B
Makefile

################################################################################
#
# libsrx
#
################################################################################
LIBSRX_VERSION = 1.0.0
LIBSRX_SITE_METHOD = local
LIBSRX_SITE = $(BR2_EXTERNAL_INFIX_PATH)/src/libsrx
LIBSRX_LICENSE = BSD-3-Clause
LIBSRX_LICENSE_FILES = LICENSE
LIBSRX_INSTALL_STAGING = YES
LIBSRX_DEPENDENCIES = sysrepo
LIBSRX_AUTORECONF = YES
$(eval $(autotools-package))