From: Olivier Delbeke Date: Wed, 8 Apr 2015 17:57:40 +0000 (+0200) Subject: Added missing plugin fragment for chrony X-Git-Tag: accepted/tizen/ivi/20160816.233712~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fde2d69782a5b99b35ec0a92815383814fe7d279;p=profile%2Fivi%2Fautomotive-message-broker.git Added missing plugin fragment for chrony --- diff --git a/plugins/chrony/CMakeLists.txt b/plugins/chrony/CMakeLists.txt index a66a196..5a66628 100644 --- a/plugins/chrony/CMakeLists.txt +++ b/plugins/chrony/CMakeLists.txt @@ -13,4 +13,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/README ${CMAKE_CURRENT_BINARY_DIR}/ch install (FILES ${CMAKE_CURRENT_BINARY_DIR}/chrony.README DESTINATION ${DOC_INSTALL_DIR}/plugins) +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/chrony.in.json ${CMAKE_CURRENT_BINARY_DIR}/chrony @ONLY) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/chrony DESTINATION ${PLUGIN_SEGMENT_INSTALL_PATH}) + endif(chrony_plugin) diff --git a/plugins/chrony/chrony.in.json b/plugins/chrony/chrony.in.json new file mode 100644 index 0000000..8bd5351 --- /dev/null +++ b/plugins/chrony/chrony.in.json @@ -0,0 +1,5 @@ +{ + "name" : "Chrony plugin", + "path" : "@PLUGIN_INSTALL_PATH@/chrony.so", + "enabled" : true +}