udisks: services: change default.target to multi-user.target
[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  = "c4935e58769966a9b79b21c45798ab8828fe0ad0"
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"