summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-07 22:28:13 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:15 -0800
commitc4898368377acfb6851d5d629f69ccd1be2704f2 (patch)
treea0d4d0434756cd04b9a5dab0ed9a2d655da9d93d /meta-oe/recipes-extended
parentfd53a86d2c63b691c0c3d9c88f381901e027c3bb (diff)
downloadmeta-openembedded-c4898368377acfb6851d5d629f69ccd1be2704f2.tar.gz
can-isotp: Update to latest and skip it
Its only needed with kernel < 5.10, in such BSPs it could be over-written in BSP or distro layers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-isotp_git.bb4
1 files changed, 2 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 a60b55e7e..ab97356e9 100644
--- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -1,6 +1,6 @@
1LICENSE = "GPL-2.0-only" 1LICENSE = "GPL-2.0-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" 2LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
3SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608" 3SRCREV = "7626d0a0707391970080d493ce69638719938da7"
4PV = "1.0+git" 4PV = "1.0+git"
5 5
6SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" 6SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master"
@@ -16,4 +16,4 @@ do_install:append() {
16 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h 16 install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h
17} 17}
18 18
19EXCLUDE_FROM_WORLD = "1" 19SKIP_RECIPE[can-isotp] ?= "Not needed with kernel 5.10+"