blob: ab97356e9b458dabce8d1657196679ba86d781df [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001LICENSE = "GPL-2.0-only"
Brad Bishop316dfdd2018-06-25 12:45:53 -04002LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
Patrick Williams73bd93f2024-02-20 08:07:48 -06003SRCREV = "7626d0a0707391970080d493ce69638719938da7"
4PV = "1.0+git"
Brad Bishop316dfdd2018-06-25 12:45:53 -04005
Andrew Geissler595f6302022-01-24 19:11:47 +00006SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
Andrew Geissler69721092021-07-23 12:57:00 -04008
Brad Bishop316dfdd2018-06-25 12:45:53 -04009S = "${WORKDIR}/git"
10
11inherit module
12
13EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
Brad Bishopc1d34332019-09-09 14:56:00 -040014
Patrick Williams213cb262021-08-07 19:21:33 -050015do_install:append() {
Andrew Geissler69721092021-07-23 12:57:00 -040016 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
17}
18
Patrick Williams73bd93f2024-02-20 08:07:48 -060019SKIP_RECIPE[can-isotp] ?= "Not needed with kernel 5.10+"