From d5cb934e1caa2fafc6f3ce54ce74f70d56707b86 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 11:37:05 -0700 Subject: [PATCH] DRAFT python-vcstools: Upgrade to v0.1.40 (version from newer-platform-components.list) --- .../{python-vcstools_0.1.39.bb => python-vcstools_0.1.40.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python-vcstools_0.1.39.bb => python-vcstools_0.1.40.bb} (74%) diff --git a/recipes-devtools/python/python-vcstools_0.1.39.bb b/recipes-devtools/python/python-vcstools_0.1.40.bb similarity index 74% rename from recipes-devtools/python/python-vcstools_0.1.39.bb rename to recipes-devtools/python/python-vcstools_0.1.40.bb index 40b1ce2..60f47dc 100644 --- a/recipes-devtools/python/python-vcstools_0.1.39.bb +++ b/recipes-devtools/python/python-vcstools_0.1.40.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665 SRCNAME = "vcstools" SRC_URI = "http://download.ros.org/downloads/vcstools/vcstools-${PV}.tar.gz" -SRC_URI[md5sum] = "ae2f802460458142727d69c46315ae54" -SRC_URI[sha256sum] = "80c5bef67d9b4933b962565bd9b012d001a44b72b9157da3623ace980213427e" +SRC_URI[md5sum] = "ae14744e5b242e9073b7a7b81f1e72c3" +SRC_URI[sha256sum] = "95586ab5a8dc02cd52074d88c4c8ecd20dfbaacaf4078b4c7ac1cf706ed4cad5" S = "${WORKDIR}/${SRCNAME}-${PV}"