summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-03-12 09:43:47 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-03-27 22:30:51 +0000
commitd9fec1cfd851c545b5e337d2d28969e4c2646d80 (patch)
treec106f63712e9eb83357c425b4488dc3aa186937d /meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb
parentab37c81e19edbff7c1cacea831d7257ca2206701 (diff)
Rename CAN low level service
Bug-AGL: SPEC-1276 Change-Id: If5363c8e17d4a77d3547e53db727b5d268a17738 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb')
-rw-r--r--meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb b/meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb
new file mode 100644
index 000000000..78d96e928
--- /dev/null
+++ b/meta-app-framework/recipes-apps/agl-service-can-low-level/agl-service-can-low-level_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Low level CAN service"
+DESCRIPTION = "AGL Service application for read and decode CAN messages"
+HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/low-level-can-service"
+SECTION = "apps"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "d8d990528ea9746b21788f97be3fdbcc392c5d96"
+
+PV = "5.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "dev-mapping"
+
+inherit cmake aglwgt pkgconfig
+