diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 11:11:57 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 14:51:21 +0100 |
commit | 25003dd870bd240d1025320686273d587c86464d (patch) | |
tree | 4217886e2afc907fdb4903438bf23331ef0a9eaf /conf.d/packaging/project_version.patch | |
parent | 186580dd49cd32c0bdbfec71e58a3098c9bd5887 (diff) |
Improves packaging debian rules
Change rules to be more sustainable and maintainable.
Remove the patch that isn't needed anymore since the app-templates
has been migrated to a cmake module.
Fix also wrong descriptions
Change-Id: I789b18d8238015bd9e0350ae39136002b10bed51
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/packaging/project_version.patch')
-rw-r--r-- | conf.d/packaging/project_version.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/conf.d/packaging/project_version.patch b/conf.d/packaging/project_version.patch deleted file mode 100644 index 0e9ab8f..0000000 --- a/conf.d/packaging/project_version.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/conf.d/app-templates/cmake/common.cmake b/conf.d/app-templates/cmake/common.cmake -index 77ecd3f..f17a567 100644 ---- a/conf.d/app-templates/cmake/common.cmake -+++ b/conf.d/app-templates/cmake/common.cmake -@@ -100,7 +100,7 @@ configure_files_in_dir(${PROJECT_APP_TEMPLATES_DIR}/${ENTRY_POINT}/template.d) - configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) - configure_files_in_dir(/etc/app-templates/scripts) - --check_version() -+#check_version() - project_targets_populate() - remote_targets_populate() - project_package_build() |