diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2020-01-27 08:39:48 +0100 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2020-01-29 14:58:40 +0000 |
commit | 34511790573b0f78e32577f24d3795908d4ce2e0 (patch) | |
tree | 488c11ca22749a76689e4acd0830cf38b5fa6de7 /meta-agl-profile-core/recipes-devtools | |
parent | 33f2f4287bf0814211f4e26821923b3ff66d4037 (diff) |
Bump libappcontroller
Update SRCREV to pick up:
1bef31c Remove use of prefix
2a588b7 Add function to get config default search path
3dd9b37 Improve plugin search path
Bump app-afb-test version to pick up:
910326f Change functions following controller modification
Bug-AGL: SPEC-2795
Change-Id: I432c5fca85d5476840bd662f4fd6a1882b3103a6
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb b/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb index 362348e67..0ee9c5e84 100644 --- a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb +++ b/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libappcontroller;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "b39c6883f7d7d58d60178441c8d408118788418b" +SRCREV = "1bef31c8bbad27f4914484c5007b2e199fb073d4" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |