Fix: can't build rpm file
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 24 May 2017 14:37:35 +0000 (16:37 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 24 May 2017 14:37:35 +0000 (16:37 +0200)
Change-Id: Ie916acdb5402137ef861b3b442ac76a161374731
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
default/cmake/common.cmake

index 78a0af9..77ef9ce 100644 (file)
@@ -212,7 +212,6 @@ macro(rpm_package_build)
 
                # build rpm spec file from template
                configure_file(${TEMPLATE_RPM_DIR}/config.spec.in ${PROJECT_PKG_BUILD_DIR}/config.spec)
-               configure_file(${TEMPLATE_RPM_DIR}/config.xml.in ${PROJECT_PKG_ENTRY_POINT}/config.xml)
 
                add_custom_command(OUTPUT ${PROJECT_NAME}.spec
                        DEPENDS ${PROJECT_TARGETS}