mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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>
17 lines
452 B
Makefile
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))
|