From: Loïc Collignon Date: Thu, 21 Dec 2017 09:03:28 +0000 (+0100) Subject: Fix entry point X-Git-Tag: flounder/5.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5bd9a178175439c2278f97d648a227e6a4d25bf2;p=apps%2Fagl-service-data-persistence.git Fix entry point Change-Id: Ibafb560ffe6f4871cd7952dc96fd1ece08089f3f Signed-off-by: José Bollo Signed-off-by: Loïc Collignon --- diff --git a/ll-database-binding/conf.d/cmake/config.cmake b/ll-database-binding/conf.d/cmake/config.cmake index b1bcde1..a698e70 100644 --- a/ll-database-binding/conf.d/cmake/config.cmake +++ b/ll-database-binding/conf.d/cmake/config.cmake @@ -151,7 +151,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT irrelevant) +set(WIDGET_ENTRY_POINT config.xml) # Optional dependencies order # ---------------------------