diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-13 12:06:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-13 13:27:19 +0000 |
commit | b524dfa44bde0296b71fac8c39d9547628b02750 (patch) | |
tree | d50523906b084fad4a1e10d5dd72721bbc6deeba /meta-app-framework/recipes-core/af-main | |
parent | bbbe875df6e1623078c64ee7b0351323d4eac203 (diff) |
Include fix for labelling of files
This patch does include the fix for SPEC-3489:
* 5b9231c labelling of files of widgets
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I273cbf521f6b5227bc55050c90abe701f6bcbcfd
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25112
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-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 2542b10bf..083b47a85 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 = "7084f123b4f8a704ae2bc35b5fe9433f767439fe" +SRCREV = "5b9231c2c8266317081d98f38041105a0ef87e84" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |