diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-05-02 10:22:59 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-05-06 07:36:07 +0000 |
commit | 639fffbe8e7f3756a543e2df1d1428d5c07601d7 (patch) | |
tree | 3dcf3752d687f9c8d6ea6ad8bf6cfdb188d0077e /meta-agl-profile-core/recipes-devtools | |
parent | 09883853d5a10b54964ab2c74112da9e0e34c950 (diff) |
Bump libappcontroller
baaa511 - Inject binding v3 root api into controller plugins
3224600 - Fix: wrong string length size used
c32fc14 - Fix .deb packaging following review 20926
9fab427 - controller: fix broken link
cf08755 - devguides-book: needed for AGL documentation
Bug-AGL: SPEC-2369
Change-Id: If2ea6d0d560b8ec78e31d402dec7a7482a3c7768
Signed-off-by: Romain Forlot <romain.forlot@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 b4fe51e03..7dbbb5e3c 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 = "340c0f1e742558e2f295b1a8313c5696bc50e711" +SRCREV = "baaa5116b2299b2b01b9fa3199ba95786c2d8a77" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |