high-level-can-service: bump to new version
[AGL/meta-agl-demo.git] / recipes-demo-hmi / 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  = "585f184a839eb22a84b16f6ab0b2808775263dbe"
10
11 PV = "5.0+git${SRCPV}"
12 S  = "${WORKDIR}/git"
13
14 # Run-time dependencies
15 RDEPENDS_${PN} += "low-level-can-service"
16
17 inherit cmake aglwgt
18
19 AGLWGT_AUTOINSTALL_${PN} := "0"