Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" | ||||
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | SRCREV = "6003f9997587e6a563cebf1f246bcd0eb6deff3d" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
5 | |||||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" | ||||
7 | |||||
8 | S = "${WORKDIR}/git" | ||||
9 | |||||
10 | inherit module | ||||
11 | |||||
12 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" |