Revert "Upgrade buildroot to 2026.02.0"

This commit is contained in:
Mattias Walström
2026-03-04 19:47:11 +01:00
committed by GitHub
parent 0bedde52d3
commit 082bcd1712
49 changed files with 524 additions and 100 deletions
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# CPP bindings for libyang
#
################################################################################
LIBYANG_CPP_VERSION = v4
LIBYANG_CPP_SITE = $(call github,CESNET,libyang-cpp,$(LIBYANG_CPP_VERSION))
LIBYANG_CPP_LICENSE = BSD-3-Clause
LIBYANG_CPP_LICENSE_FILES = LICENSE
LIBYANG_CPP_DEPENDENCIES = libyang
LIBYANG_CPP_INSTALL_STAGING = YES
$(eval $(cmake-package))