Remove local libyang-cpp and sysrepo-cpp

It has been included in buildroot
This commit is contained in:
Mattias Walström
2026-03-04 09:53:03 +01:00
parent 000c04cc8c
commit e7cb85edf3
23 changed files with 0 additions and 2254 deletions
-13
View File
@@ -1,13 +0,0 @@
################################################################################
#
# CPP bindings for sysrepo
#
################################################################################
SYSREPO_CPP_VERSION = v6
SYSREPO_CPP_SITE = $(call github,sysrepo,sysrepo-cpp,$(SYSREPO_CPP_VERSION))
SYSREPO_CPP_LICENSE = BSD-3-Clause
SYSREPO_CPP_LICENSE_FILES = LICENSE
SYSREPO_CPP_DEPENDENCIES = sysrepo libyang-cpp
SYSREPO_CPP_INSTALL_STAGING = YES
$(eval $(cmake-package))