diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-11 17:42:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-11 19:03:22 +0000 |
commit | ad07b4361ada2aa13351b5f1f71af01536ad0299 (patch) | |
tree | de9f67c91c30f742e66b236f4b1c81431ca4c079 /meta-app-framework | |
parent | ed6c7b93b72bd03d634e37900d170a265b561831 (diff) |
Upgrade framework and binder
This includes:
- improvement of debugging (indication files)
- not listing terminated processes
- allow widget to not define icon (service)
- improvement of afm-util output
Bug-AGL: SPEC-702
Bug-AGL: SPEC-728
Bug-AGL: SPEC-729
Change-Id: I2b8b4d803bc4d1f056031d8f7a32e80bfed86314
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10145
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index 81e11e9e0..c0e2a1278 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "19af5428bedcac6b4de7a1ac068f49738aeb1e55" +SRCREV = "4e72c3a2a4e550f99430d1f37a8ef693d2daa8c3" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" 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 2b641d4fb..d05dea290 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 = "44c6f24d8caf01583e3070be65c8373a8f292172" +SRCREV = "5ac881fc974222d7416507ad36e13e1a811fe22e" PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" |