diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-06-14 11:58:56 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 13:05:28 +0000 |
commit | 16efa95b2cc0a14e63319004faecd54468a044db (patch) | |
tree | a949028aa403365a296d1d279177a408a922d0f4 /meta-app-framework/recipes-core | |
parent | 6675c093b146c7ff655ee4286ab1846736d9609f (diff) |
af-main: Version bump for running as agl-driver
Integrates the following changes:
* 3284913 Introduce dbus config of services
* 77bd420 Introduce platform services
* 533d5a1 Fix synchronisation of user setup
Bug-AGL: SPEC-1015
Bug-AGL: SPEC-1016
Change-Id: I3fd000a9fbdd73317b565d69ba2d8fbd49dc4e7f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main_git.inc b/meta-app-framework/recipes-core/af-main/af-main_git.inc index f6a8e3d83..6795da2a5 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_git.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_git.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "ce5c20d2fa7e9c3e08c97643c77c7647bef79cd5" +SRCREV = "533d5a1a51a07f2f92e508d113cb49d373e1bad8" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |