aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/cantest/cantest_1.0.bb
blob: 49bc37b05f8c6a960e7f56086c4985c8622a6044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "cantest"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e"

SRC_URI = "git://github.com/qoriq-open-source/cantest.git;nobranch=1"
SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'

do_install() {
    install -d ${D}${bindir}
    install -m 755 cantest ${D}${bindir}
}

PACKAGE_ARCH = "${MACHINE_SOCARCH}"