aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/socketcan/can-utils_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-29 09:05:51 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-29 12:23:12 -0700
commit33608095e403cb6290ee3a100a1208e6c9faf9d0 (patch)
tree36164a93d8707f95c9aacf8a785b2774bd95e04c /meta-oe/recipes-extended/socketcan/can-utils_git.bb
parentd8685320a4dd7bb4f125494dd1fd65ba648b5c21 (diff)
downloadmeta-openembedded-contrib-33608095e403cb6290ee3a100a1208e6c9faf9d0.tar.gz
can-utils: Fix build with kernel headers >= 5.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/can-utils_git.bb')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index a2d62c3667..db5055fedd 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a0
DEPENDS = "libsocketcan"
-SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master"
+SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master \
+ file://0001-fix-include-to-find-SIOCGSTAMP-with-latest-kernel.patch \
+ "
SRCREV = "4c8fb05cb4d6ddcd67299008db54af423f86fd05"
PV = "0.0+gitr${SRCPV}"