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