Don't ship config.xml to packaging dir. Useless
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 9 Jun 2017 14:57:08 +0000 (16:57 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 9 Jun 2017 14:57:08 +0000 (16:57 +0200)
Change-Id: I1d5daebf7870e372d615c4f39e2a538a6590d189
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/common.cmake

index 3cbd9ad..6daba89 100644 (file)
@@ -189,7 +189,6 @@ macro(wgt_package_build)
        endif()
 
        configure_file(${WIDGET_CONFIG_TEMPLATE} ${PROJECT_PKG_BUILD_DIR}/config.xml)
-       configure_file(${WIDGET_CONFIG_TEMPLATE} ${PROJECT_PKG_ENTRY_POINT}/config.xml)
        file(COPY ${WGT_TEMPLATE_DIR}/icon-default.png DESTINATION ${PROJECT_PKG_BUILD_DIR})
        file(RENAME ${PROJECT_PKG_BUILD_DIR}/icon-default.png ${PROJECT_PKG_BUILD_DIR}/${PROJECT_ICON})