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>2018-10-15 18:22:20 +0200
commit80d821f5aa0c2f54d8ab77ed2d757884c989b216 (patch)
tree63e024bb1392e73f3e2129651ffe144bfdd5c55e
parentd35284d1fdee60fba5684efe09b03460f7267284 (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}