summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/project_version.patch
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-25 11:38:38 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-26 10:43:36 +0200
commit91e90e59a593bea0ef1771a860140ae347692910 (patch)
treeae91484dd2f6b72d7bd27dd8dc48a0abf76bb215 /conf.d/packaging/project_version.patch
parentafa8decdbbc2959a413c1d9d7cd054df4ea4e4ff (diff)
Add packaging materials
Files used by an OBS server to be able to build deb and rpm packages. The afb-test binding could be then used in a native environment. Change-Id: Ifd5ab363c90269bed949ff63315d228017de7d05 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, 13 insertions, 0 deletions
diff --git a/conf.d/packaging/project_version.patch b/conf.d/packaging/project_version.patch
new file mode 100644
index 0000000..0e9ab8f
--- /dev/null
+++ b/conf.d/packaging/project_version.patch
@@ -0,0 +1,13 @@
+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()