meta-app-framework: sync with latest af-main sources
authorStephane Desneux <stephane.desneux@iot.bzh>
Fri, 15 Jul 2016 11:56:18 +0000 (11:56 +0000)
committerStephane Desneux <stephane.desneux@iot.bzh>
Mon, 27 Mar 2017 13:33:39 +0000 (15:33 +0200)
also add base bindings needed for most appfw clients:
* af-binder-binding-afb-dbus-binding
* af-binder-binding-authlogin

Change-Id: I19e5da9490ad9316ed172591f4ebd5755934143a
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
meta-app-framework/recipes-core/af-main/af-main_1.0.inc
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb

index 6880754..720b2bb 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "0257e4d58a25d328a971423d5fe5289d9985d046"
+SRCREV = "526aaf57e6766bf5d0a2919ead36ae94546c0f13"
 
 S = "${WORKDIR}/git"
 
index c5b4b53..79c6020 100644 (file)
@@ -14,4 +14,6 @@ RDEPENDS_${PN} += "\
        af-binder \
        af-main \
        web-runtime \
+       af-binder-binding-afb-dbus-binding \
+       af-binder-binding-authlogin \
     "