[oe-commits] [meta-openembedded] branch master-next updated: can-utils: update to v2020.02.04

git at git.openembedded.org git at git.openembedded.org
Thu Feb 27 02:14:01 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 80fae64  can-utils: update to v2020.02.04
80fae64 is described below

commit 80fae6498509a94552e247ede50bbe17050f4fd3
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Wed Feb 26 20:49:21 2020 -0500

    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 at ti.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/socketcan/can-utils_git.bb | 8 +++-----
 1 file 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 e2609d4..5193688 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 @@
 SUMMARY = "Linux CAN network development utilities"
-DESCRIPTION = "Linux CAN network development"
 LICENSE = "GPLv2 & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61329e99f86fdd31"
 
 DEPENDS = "libsocketcan"
 
-SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master"
+SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git"
 
-SRCREV = "665d8699ebe728bf48e63e8ae58d2482db72f954"
+SRCREV = "da65fdfe0d1986625ee00af0b56ae17ec132e700"
 
-PV = "0.0+gitr${SRCPV}"
+PV = "2020.02.04"
 
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list