From ea8e3ef5b673f0d2b7d096a6bd229e9edf5dec54 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 30 Apr 2019 15:52:16 +0200 Subject: [PATCH 1/1] Removing submodule Migration wasn't complete, submodule deinit didn't achieve to erase the submodule or something wasn't pushed, anyway we have to manually remove the submodule to get rid of it. And this commit adds the afb-helpers library as a link dependency Bug-AGL: SPEC-2139 Change-Id: Iedbdb2d75fc75de553254b266c319bd1538d95c3 Signed-off-by: Romain Forlot --- app-afb-helpers-submodule | 1 - conf.d/cmake/config.cmake | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 app-afb-helpers-submodule diff --git a/app-afb-helpers-submodule b/app-afb-helpers-submodule deleted file mode 160000 index f0ce5b66..00000000 --- a/app-afb-helpers-submodule +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f0ce5b665dd33b285d723720c16ac0542cde4e6e diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 550409a9..9e9a15b0 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -64,6 +64,7 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 afb-daemon + afb-helpers ) # Prefix path where will be installed the files -- 2.16.6