You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
878 B

  1. Index: sysrepo-0.7.5/CMakeLists.txt
  2. ===================================================================
  3. --- sysrepo-0.7.5.orig/CMakeLists.txt
  4. +++ sysrepo-0.7.5/CMakeLists.txt
  5. @@ -303,7 +303,7 @@ install (FILES ${INTERNAL_YANGS} DESTINA
  6. # install NACM YANG module
  7. if(ENABLE_NACM)
  8. - INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
  9. + #INSTALL_YANG("ietf-netconf-acm" "@2018-02-14" "644")
  10. endif(ENABLE_NACM)
  11. find_package(PkgConfig QUIET)
  12. @@ -327,9 +327,9 @@ if(WITH_SYSTEMD)
  13. FILES_MATCHING PATTERN "*.service")
  14. endif()
  15. -INSTALL_YANG("ietf-netconf-notifications" "" "666")
  16. -INSTALL_YANG("nc-notifications" "" "666")
  17. -INSTALL_YANG("notifications" "" "666")
  18. +#INSTALL_YANG("ietf-netconf-notifications" "" "666")
  19. +#INSTALL_YANG("nc-notifications" "" "666")
  20. +#INSTALL_YANG("notifications" "" "666")
  21. if(GEN_LANGUAGE_BINDINGS)
  22. add_subdirectory(swig)