Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | LICENSE = "GPLv2" |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 3 | SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608" |
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 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 8 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | inherit module |
| 12 | |
| 13 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 14 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 15 | do_install_append() { |
| 16 | install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h |
| 17 | } |
| 18 | |
| 19 | EXCLUDE_FROM_WORLD = "1" |