Integration by default of low lvl CAN service 61/10061/3
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 7 Jul 2017 07:27:57 +0000 (07:27 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 12 Jul 2017 16:51:52 +0000 (16:51 +0000)
Bug-AGL: SPEC-428

Change-Id: I8b88706ef2dc2619fe39ee991e2b1f0dc70e1b79
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
recipes-appfw/packagegroups/packagegroup-agl-appfw-connectivity.bb

index 2b0975a..b5fae76 100644 (file)
@@ -14,3 +14,12 @@ ALLOW_EMPTY_${PN} = "1"
 
 RDEPENDS_${PN} += "\
     "
+
+AGL_APPS = " \
+    low-level-can-service \
+    "
+
+RDEPENDS_${PN}_append = " \
+    ${AGL_APPS} \
+    "
+