mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
add sysrepo
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
||||
Index: sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
|
||||
===================================================================
|
||||
--- sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf.orig/CMakeLists.txt
|
||||
+++ sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
|
||||
@@ -280,7 +280,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
|
||||
|
||||
# install NACM YANG module
|
||||
if(ENABLE_NACM)
|
||||
- INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
|
||||
+ # INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
|
||||
endif(ENABLE_NACM)
|
||||
|
||||
find_package(PkgConfig QUIET)
|
||||
@@ -304,9 +304,9 @@ if(WITH_SYSTEMD)
|
||||
FILES_MATCHING PATTERN "*.service")
|
||||
endif()
|
||||
|
||||
-INSTALL_YANG("ietf-netconf-notifications" "" "666")
|
||||
-INSTALL_YANG("nc-notifications" "" "666")
|
||||
-INSTALL_YANG("notifications" "" "666")
|
||||
+# INSTALL_YANG("ietf-netconf-notifications" "" "666")
|
||||
+# INSTALL_YANG("nc-notifications" "" "666")
|
||||
+# INSTALL_YANG("notifications" "" "666")
|
||||
|
||||
if(GEN_LANGUAGE_BINDINGS)
|
||||
add_subdirectory(swig)
|
||||
@@ -0,0 +1,12 @@
|
||||
Index: sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/inc/sysrepo.h
|
||||
===================================================================
|
||||
--- sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf.orig/inc/sysrepo.h
|
||||
+++ sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/inc/sysrepo.h
|
||||
@@ -51,6 +51,7 @@
|
||||
* @ref xp_page "XPath Addressing" is used for node identification in data-related calls.
|
||||
*/
|
||||
|
||||
+#include <time.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
Reference in New Issue
Block a user