aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-10-09 15:44:39 +0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-10-09 15:52:21 +0800
commita2df7140c8128f7939cc3127bd8b9d7a40610546 (patch)
treee0304c7b54cdd3a0aadd12ec92ca11db82c0b1f2
parent4d5bf9286c2c351711ddb35d4a5931197b26e795 (diff)
binding: mediascanner: update version of conf.d/app-templates submodule
To allow coverage tests to be run it requires the app-templates to be updated to a recent release. Bug-AGL: SPEC-1799 Change-Id: I569f9e4885c0ac5a6764919947d50e6722f02fd7 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--binding/CMakeLists.txt5
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
3 files changed, 1 insertions, 6 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt
index bbb6fd6..75018e2 100644
--- a/binding/CMakeLists.txt
+++ b/binding/CMakeLists.txt
@@ -36,8 +36,3 @@ PROJECT_TARGET_ADD(mediascanner-binding)
# Library dependencies (include updates automatically)
TARGET_LINK_LIBRARIES(${TARGET_NAME} ${link_libraries})
-
- # installation directory
- INSTALL(TARGETS ${TARGET_NAME}
- LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR})
-
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 8967162dd12bce89f9ae27f5c9bce7b78624e3f
+Subproject 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d88
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index ed2fbba..3f68b3d 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -42,7 +42,7 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(CMAKE_BUILD_TYPE "DEBUG")
+set(CMAKE_BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.