summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/can-isotp_git.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-isotp_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
index eca8dfc7b..72d675780 100644
--- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -1,14 +1,17 @@
1LICENSE = "GPLv2" 1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" 2LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
3SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59" 3SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608"
4PV = "1.0+git${SRCPV}" 4PV = "1.0+git${SRCPV}"
5 5
6SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" 6SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https"
7 7
8
8S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
9 10
10inherit module 11inherit module
11 12
12EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" 13EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
13 14
14PNBLACKLIST[can-isotp] ?= "Kernel module Needs forward porting to kernel 5.2+" 15do_install_append() {
16 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
17}