ca6d48e876d845be4b04e30190f203150c1fc470
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / agl-service-can-low-level / agl-service-can-low-level_git.bb
1 SUMMARY     = "Low level CAN service"
2 DESCRIPTION = "AGL Service application for read and decode CAN messages"
3 HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/low-level-can-service"
4 SECTION     = "apps"
5
6 LICENSE = "Apache-2.0"
7 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
8
9 SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}"
10 SRCREV = "7c5d80deacad2a1f6943dd0b77449c3f6e20fdfc"
11
12 PV = "5.0+git${SRCPV}"
13 S  = "${WORKDIR}/git"
14
15 RDEPENDS_${PN} = "dev-mapping"
16
17 inherit cmake aglwgt pkgconfig
18