diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-27 07:12:47 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-27 10:53:58 -0700 |
commit | 1db211643458710680c84f9364084a866aac1ccc (patch) | |
tree | 6f03df357f767e97261b4725a77518be2e360627 | |
parent | 38717e1f552575d7726c47cbcd88f51ea521d4b7 (diff) | |
download | meta-openembedded-1db211643458710680c84f9364084a866aac1ccc.tar.gz |
can-isotp: Upgrade to latest
Fixes build with linux kernel 4.18+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index 3c019eb7ce..6ce3cab112 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 = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" |
3 | SRCREV = "d1248b0f22ea8dc3b9d84a61bd35a83309bdb4b4" | 3 | SRCREV = "6003f9997587e6a563cebf1f246bcd0eb6deff3d" |
4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.0+git${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" | 6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" |