diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-07-18 15:48:59 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2016-07-18 16:02:47 +0000 |
commit | 73771f1755dad5ce5c96b7dfb59ace78df5f2d12 (patch) | |
tree | 3c3fe3258f19075acfe5fb6ff37695af0abc26c5 | |
parent | cc06610fc964769651b7888c0dde7645779f3990 (diff) |
meta-app-framework: install missing libafbwsc library
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>
-rw-r--r-- | meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb index 79c6020..231d9c9 100644 --- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb @@ -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 \ " |