diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-08 09:17:37 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-08 14:07:09 +0000 |
commit | 8523e65032707746e6c496cc6f4db7bfbf77ad4e (patch) | |
tree | 338e6c6445de57e32102a19977d5cd1d839718f8 /meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb | |
parent | cb2dbc10021f688dd93594d2c3ef78bdbae59f07 (diff) |
Fix wrong config.xml file used to build widget
Bug-AGL: SPEC-1162
Change-Id: Ib5896de50a52b4828bd6784f2f1c5b9fae55fca9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12381
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/recipes-apps/low-level-can-service/low-level-can-service_git.bb')
-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 eac008b28..abec2f2b2 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 = "459ca2ba521fedb1357725eebd49dd73e2a89506" +SRCREV = "9cb8f9e5578945b552a6f9b5d3aaaf7794d680d9" PV = "4.0+git${SRCPV}" S = "${WORKDIR}/git" |