From 80c39d6a1aeca232a0a0b5c597fecb3ad08f4702 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Thu, 28 Nov 2019 11:10:10 +0100 Subject: cmake config: WIDGET ENTRY POINT FIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit renamed afb-low-can-binding.so Bug-AGL: SPEC-2988 Change-Id: If72c1fc75891b01c3baaa9c8d776e3a2e5ea128c Signed-off-by: Clément Bénier Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index d7d5f43e..7031c7ef 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -184,7 +184,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 lib/afb-low-can.so) +set(WIDGET_ENTRY_POINT lib/afb-low-can-binding.so) # Optional dependencies order # --------------------------- -- cgit 1.2.3-korg