agl-service-can-low-level: Remove low-can-service from homescreen
[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 = "2b11138a150dd2e27cbf49231157f4560d536196"
11
12 PV = "5.0+git${SRCPV}"
13 S  = "${WORKDIR}/git"
14
15 RDEPENDS_${PN} = "dev-mapping"
16
17 inherit cmake aglwgt pkgconfig
18