diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-07 22:28:13 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:15 -0800 |
commit | c4898368377acfb6851d5d629f69ccd1be2704f2 (patch) | |
tree | a0d4d0434756cd04b9a5dab0ed9a2d655da9d93d /meta-oe | |
parent | fd53a86d2c63b691c0c3d9c88f381901e027c3bb (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 4 |
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 @@ | |||
1 | LICENSE = "GPL-2.0-only" | 1 | LICENSE = "GPL-2.0-only" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" |
3 | SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608" | 3 | SRCREV = "7626d0a0707391970080d493ce69638719938da7" |
4 | PV = "1.0+git" | 4 | PV = "1.0+git" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" | 6 | SRC_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 | ||
19 | EXCLUDE_FROM_WORLD = "1" | 19 | SKIP_RECIPE[can-isotp] ?= "Not needed with kernel 5.10+" |