diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-15 11:56:18 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-15 14:03:59 +0000 |
commit | edf0c9175fe4e886355f8a9735f003ce313a068a (patch) | |
tree | 34e2bb5fc6910c06e6dd3b1cbd9490b6991fa48e /meta-app-framework/recipes-core/af-main | |
parent | 2bb066898dfc8210eddaa7905c7d8599be382705 (diff) |
meta-app-framework: sync with latest af-main sources
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>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
1 files changed, 1 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" |