meta-app-framework: install missing libafbwsc library
authorManuel Bachmann <mbc@iot.bzh>
Mon, 18 Jul 2016 15:48:59 +0000 (15:48 +0000)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:39 +0000 (15:33 +0200)
libafbwsc is a C WebSockets helper library needed for most
native apffw clients, such as the default provided one,
"afb-client-demo".

Change-Id: I321f62cbd6a04bc3e4b91e4de544865c83397979
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb

index 79c6020..231d9c9 100644 (file)
@@ -12,8 +12,9 @@ ALLOW_EMPTY_${PN} = "1"
 
 RDEPENDS_${PN} += "\
        af-binder \
-       af-main \
-       web-runtime \
        af-binder-binding-afb-dbus-binding \
        af-binder-binding-authlogin \
+       libafbwsc \
+       af-main \
+       web-runtime \
     "