diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-22 18:42:19 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-28 17:32:45 +0000 |
commit | cf5fc8d1acde847c8f77926a20ce9462a33fb91a (patch) | |
tree | e79d7f1a7f9939235290c8b702bd42674471b08a | |
parent | 2a1c8e5e89f1b86e292cbe7c59e329b1fb05d243 (diff) |
low-level-can-service: bump to new version
docs: bump version to 5.0-EE
Code enhancements mem leaks and uninitialized byte
Initialize struct to avoid unexpected behavior
Change-Id: Ia1c63d76ca69886426fa0d373e719c88710c7a0d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb index abec2f2b2..6e176d3f6 100644 --- a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb +++ b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb @@ -7,9 +7,9 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9cb8f9e5578945b552a6f9b5d3aaaf7794d680d9" +SRCREV = "0df00bae849ddb2b52d7ef25b42ec0a92734e002" -PV = "4.0+git${SRCPV}" +PV = "5.0+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig |