diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-07-15 14:41:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-07-15 14:41:42 +0000 |
commit | d65a669f398e68fd81c5ad578676ebed5fc734d9 (patch) | |
tree | cb5747e7cb612242c0ce255a3d0c447b028eb386 | |
parent | 6ea5d07674a280754c55f9177f0d7865b7cc7af6 (diff) | |
parent | edf0c9175fe4e886355f8a9735f003ce313a068a (diff) |
Merge "meta-app-framework: sync with latest af-main sources"
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 6880754..720b2bb 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "0257e4d58a25d328a971423d5fe5289d9985d046" +SRCREV = "526aaf57e6766bf5d0a2919ead36ae94546c0f13" S = "${WORKDIR}/git" 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 c5b4b53..79c6020 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 @@ -14,4 +14,6 @@ RDEPENDS_${PN} += "\ af-binder \ af-main \ web-runtime \ + af-binder-binding-afb-dbus-binding \ + af-binder-binding-authlogin \ " |