Merge pull request #4949 from commodo/python-lxml-update
[feed/packages.git] / net / sysrepo / patches / 002-remove-buildtime-module-install
1 Index: sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
2 ===================================================================
3 --- sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf.orig/CMakeLists.txt
4 +++ sysrepo-e4a5705a4c5293ba121048c71899b98243d99edf/CMakeLists.txt
5 @@ -280,7 +280,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
6
7 # install NACM YANG module
8 if(ENABLE_NACM)
9 - INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
10 + # INSTALL_YANG("ietf-netconf-acm" "@2012-02-22" "644")
11 endif(ENABLE_NACM)
12
13 find_package(PkgConfig QUIET)
14 @@ -304,9 +304,9 @@ if(WITH_SYSTEMD)
15 FILES_MATCHING PATTERN "*.service")
16 endif()
17
18 -INSTALL_YANG("ietf-netconf-notifications" "" "666")
19 -INSTALL_YANG("nc-notifications" "" "666")
20 -INSTALL_YANG("notifications" "" "666")
21 +# INSTALL_YANG("ietf-netconf-notifications" "" "666")
22 +# INSTALL_YANG("nc-notifications" "" "666")
23 +# INSTALL_YANG("notifications" "" "666")
24
25 if(GEN_LANGUAGE_BINDINGS)
26 add_subdirectory(swig)