diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-21 09:48:28 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-12-21 09:48:28 +0100 |
commit | 9bd773d6f7ebacf2ead9fcaec8fec5fdc7044a1e (patch) | |
tree | eaab4dadf37640447dfee58e3f86d0d6fecd3ff7 | |
parent | a9b0461bbeeace28682b360328e3ec15b7b9f55a (diff) |
Fix entry pointeel_5.0.0eel_4.99.5eel/5.0.0eel/4.99.55.0.04.99.5
Change-Id: Ibafb560ffe6f4871cd7952dc96fd1ece08089f3f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | ll-database-binding/conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 # --------------------------- |