summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-24 16:37:35 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-24 16:37:35 +0200
commitd77fcdaeb249fb1b82703b3d033126cee2c3c3ec (patch)
tree188d521ea40b4386909d67fd5d02f7499be75b45
parent1a3d7bb1dd24ab625019aec2d3d62b02a7f60d13 (diff)
Fix: can't build rpm file
Change-Id: Ie916acdb5402137ef861b3b442ac76a161374731 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--default/cmake/common.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/default/cmake/common.cmake b/default/cmake/common.cmake
index 78a0af9..77ef9ce 100644
--- a/default/cmake/common.cmake
+++ b/default/cmake/common.cmake
@@ -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}