summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/project_version.patch
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-11-06 11:11:57 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 11:33:40 +0100
commit95ac7011d127c1f7b816393e23187c5e5bae1307 (patch)
tree0bd803da3b5a97642562ee3019b9996fc211dde9 /conf.d/packaging/project_version.patch
parent0bea7814df14ad697fb133fa594846f1b53a612a (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.patch13
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()