diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 16:37:35 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:20 +0200 |
commit | 80d821f5aa0c2f54d8ab77ed2d757884c989b216 (patch) | |
tree | 63e024bb1392e73f3e2129651ffe144bfdd5c55e | |
parent | d35284d1fdee60fba5684efe09b03460f7267284 (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.cmake | 1 |
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} |