meta-agl-profile-core: recipes-apis: high-level-viwi-service: bump SRCREV
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / high-level-viwi-service / high-level-viwi-service.bb
1 SUMMARY     = "High level ViWi service"
2 DESCRIPTION = "AGL High Level service using ViWi protocol to expose CAN API."
3 HOMEPAGE    = "https://github.com/iotbzh/high-level-viwi-service"
4
5 LICENSE     = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=5de84541278ea4e62cacfdc0f890c459"
7
8 SRC_URI = "gitsm://github.com/iotbzh/high-level-viwi-service.git;protocol=https"
9 SRCREV  = "e9d304eb5ac99b3ba6b72022458f09fcd713b584"
10
11 PV = "4.0+git${SRCPV}"
12 S  = "${WORKDIR}/git"
13
14 # Run-time dependencies
15 RDEPENDS_${PN} += "agl-service-can-low-level"
16
17 inherit cmake aglwgt
18
19 AGLWGT_AUTOINSTALL_${PN} := "0"