diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-30 12:06:42 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-01 18:48:21 +0000 |
commit | 99fcfbc238e87b55d6f906f1ea5b1966cbd6ca8a (patch) | |
tree | d6c47200b4977c896d4ffe38161a761f4fcb4f5f /meta-app-framework | |
parent | 95d4322ec6caa354b64586743cd7e3e6370c267f (diff) |
Fix permission label and write verbs call
- Fails write request if CAN signal not writable
- Fix permission label
- Correctly reconstituting entire CAN frame
- Deprecate cmake variables not useful
Mechanism to build 3rdparty external libs isn't unique
and should not be handled by app-templates
- Handle space in project path
Bug-AGL: SPEC-966
Change-Id: I3cf2cef32b55b2f796c154ff88aa23fdf1644a7d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12231
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb | 2 |
1 files changed, 1 insertions, 1 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 a477a8893..eac008b28 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,7 +7,7 @@ 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 = "4a4c601d7fc7eaff33b1468930d7a6197f9b08f5" +SRCREV = "459ca2ba521fedb1357725eebd49dd73e2a89506" PV = "4.0+git${SRCPV}" S = "${WORKDIR}/git" |