diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-05 10:09:59 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-07 18:34:05 +0000 |
commit | a5a3ebfec7224596c164555ccf123be3476a1706 (patch) | |
tree | 94b56109c8fb4d0b268aae562dde3434081e7c64 /meta-app-framework/recipes-apps/low-level-can-service | |
parent | d3f1e0980eb1cd6b50c6d0af8fb6f80391347e2d (diff) |
Fix wrong config.xml file used to build widget
Bug-AGL: SPEC-1162
Change-Id: I9e2bf8ba801f36ee0f5ef168346d98201b44633f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12317
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-apps/low-level-can-service')
-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 a4741f629..615941c5c 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 = "b25c6cba147a78763a05d42bf612206c52189c18" +SRCREV = "9bc0d4c2e996276d0a51bf1d695fb44192f872eb" PV = "4.0+git${SRCPV}" S = "${WORKDIR}/git" |