diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-29 10:05:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 12:23:12 -0700 |
commit | d6b4dee1b16b6b2bf5c502f23be7eb05ad2f675e (patch) | |
tree | 83a10bbde4d358cb62194b320d13649e1b40ae61 /meta-oe/recipes-extended/socketcan | |
parent | 103ab253c4724a465e236d00834eca5c017c8b04 (diff) | |
download | meta-openembedded-d6b4dee1b16b6b2bf5c502f23be7eb05ad2f675e.tar.gz |
can-isotp: Update to latest tip
Fixes build with 5.2 kernel headers
For complete changes see [1]
[1] https://github.com/hartkopp/can-isotp/compare/6003f999...b31bce9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/socketcan')
-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 6ce3cab11..5df44f21f 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 = "6003f9997587e6a563cebf1f246bcd0eb6deff3d" | 3 | SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59" |
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" |