recipes-demo-hmi: update commit hash used in recipe
[AGL/meta-agl-demo.git] / recipes-demo-hmi / ALS2016-demo / can-lin_0.1.bb
1 DESCRIPTION = "CAN-LIN Application"
2 LICENSE = "GPLv2"
3 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
4 PR = "r0"
5
6 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/most-can-demo-bin;protocol=https"
7
8 S = "${WORKDIR}/git"
9 SRCREV = "70458963c48662012af856b56676260150f124c8"
10
11 do_configure() {
12         echo ""
13 }
14
15 do_compile() {
16         echo ""
17 }
18
19 do_install() {
20         install -m 0755 -d ${D}${bindir}
21         install -m 0755 ${S}/OptoLyzerMoccaApp ${D}${bindir}
22 }
23