mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
can-utils: Fix build with kernel headers >= 5.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user