mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
1db2116434
Fixes build with linux kernel 4.18+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
323 B
BlitzBasic
13 lines
323 B
BlitzBasic
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
|
|
SRCREV = "6003f9997587e6a563cebf1f246bcd0eb6deff3d"
|
|
PV = "1.0+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
|