diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-04-04 07:35:43 +0000 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-04-05 15:30:45 +0000 |
commit | 91dc8c7979a5082344759b4688efacc107155fd2 (patch) | |
tree | 9fecac321e22c7d163521da35261ff7b8aef2cf1 /meta-agl-profile-core/recipes-devtools | |
parent | e978a20f40916eac57a5e1af8f65b6ed9f719e50 (diff) |
Bump appcontroller version
* 340c0f1 - Use the action API rather than the source one
* 66bd15b - Rework 'ActionExecOne' to prevent race issues
* 0ed00b3 - Add fixed gitreview
* 8c276ea - Add the header files in the dev package
* d4bd750 - No bin package about now, only dev version
* 2fd0e00 - Adds more details about the library migration
* 8f76233 - Remove useless magic number check
* 08a8d17 - New installation instructions
* 680af25 - Adding packaging files
* 565e5a7 - Set afb-helpers lib as an explicit dependency
Change-Id: I3b7762023a5cc93704d2561f39a37e968c0fdbfc
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 dac1640e1..b4fe51e03 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 = "565e5a7fac5db9a35fd0b2cb8e12f1bdf4772821" +SRCREV = "340c0f1e742558e2f295b1a8313c5696bc50e711" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |