diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-12-10 11:41:18 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-01-02 13:09:48 +0000 |
commit | ce12824f1426b565d56a0d681af61261fba9a1b1 (patch) | |
tree | e40c8311313a5a943e5c130d8e15914e6bb00d94 | |
parent | f6f19bd2d9e74375a6f6cd801ea8d67660ee964e (diff) |
af-main: Upgrade app-framework-main
This allows to install more than one target
in a same widget.
Includes:
* 0eb4c25 book doc: add book yaml file
* a8ffd52 wrap-json: Upgrade to latest version
* f8b0495 afm-unit: Fix http port multi allocation
Bug-AGL: SPEC-2068
Change-Id: If018c063ab11724721c4b06861ee515a9be7641b
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-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 334a1fb21..93a063335 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 = "1b1399ed154f68d90665db122073c18d60b2c685" +SRCREV = "f8b04951b4ccafdf28b875825edd46316fafb519" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |