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 | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 3 | SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59" |
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}" |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 13 | |
| 14 | PNBLACKLIST[can-isotp] = "Kernel module Needs forward porting to kernel 5.2+" |