From 727d5cc0e72837fdf1c2fb053ad5bee4d42f92a4 Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Fri, 18 Jan 2019 17:21:01 +0100
Subject: Git submodules migration to separated libraries

Migrate submodule to use the afb-helpers and controller libraries.
Find them as packages not only link against them like before.

- Remove the submodules
- Remote the target link on target
- Add dependencies to afb-helpers and appcontroller packages.

Bug-AGL: SPEC-2139

Change-Id: I79da3a84bc1ee020924bb51f0eaed85a99ba7288
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 app-controller-submodule | 1 -
 1 file changed, 1 deletion(-)
 delete mode 160000 app-controller-submodule

(limited to 'app-controller-submodule')

diff --git a/app-controller-submodule b/app-controller-submodule
deleted file mode 160000
index 0e395a6..0000000
--- a/app-controller-submodule
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 0e395a67ff376a8586ac75144bd71c2944acd622
-- 
cgit