From a2df7140c8128f7939cc3127bd8b9d7a40610546 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 9 Oct 2018 15:44:39 +0800 Subject: 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 --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index 8967162..0f25ab2 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 8967162dd12bce89f9ae27f5c9bce7b78624e3fd +Subproject commit 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d884 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. -- cgit 1.2.3-korg