diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-26 20:49:21 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-27 08:25:49 -0800 |
commit | ed7936674bfd7c830328e5b975897df393f77a39 (patch) | |
tree | ddf467c1f5f3fe45bb4258f3f2fb2b737b3840d7 /meta-oe/recipes-extended | |
parent | 4fc18c9d7b61691ff69ff1ca62d9a7f17ea87fce (diff) | |
download | meta-openembedded-ed7936674bfd7c830328e5b975897df393f77a39.tar.gz |
can-utils: update to v2020.02.04
https://github.com/linux-can/can-utils/releases/tag/v2020.02.04
This version is required to build against kernel > 5.2
While at it, drop redundant DESCRIPTION and branch=master
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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-utils_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index e2609d411..519368817 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
@@ -1,17 +1,15 @@ | |||
1 | SUMMARY = "Linux CAN network development utilities" | 1 | SUMMARY = "Linux CAN network development utilities" |
2 | DESCRIPTION = "Linux CAN network development" | ||
3 | LICENSE = "GPLv2 & BSD-3-Clause" | 2 | LICENSE = "GPLv2 & BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61329e99f86fdd31" | 3 | LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61329e99f86fdd31" |
5 | 4 | ||
6 | DEPENDS = "libsocketcan" | 5 | DEPENDS = "libsocketcan" |
7 | 6 | ||
8 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master" | 7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git" |
9 | 8 | ||
10 | SRCREV = "665d8699ebe728bf48e63e8ae58d2482db72f954" | 9 | SRCREV = "da65fdfe0d1986625ee00af0b56ae17ec132e700" |
11 | 10 | ||
12 | PV = "0.0+gitr${SRCPV}" | 11 | PV = "2020.02.04" |
13 | 12 | ||
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | 14 | ||
16 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
17 | |||