From ae0cfc7395ed485aa5e42843cca0c0b541a2622f Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 11:38:23 -0700 Subject: [PATCH] DRAFT python-wstool: Upgrade to v0.1.17 (version from newer-platform-components.list) --- .../{python-wstool_0.1.13.bb => python-wstool_0.1.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python-wstool_0.1.13.bb => python-wstool_0.1.17.bb} (73%) diff --git a/recipes-devtools/python/python-wstool_0.1.13.bb b/recipes-devtools/python/python-wstool_0.1.17.bb similarity index 73% rename from recipes-devtools/python/python-wstool_0.1.13.bb rename to recipes-devtools/python/python-wstool_0.1.17.bb index 6a0ac6c..fc3f09f 100644 --- a/recipes-devtools/python/python-wstool_0.1.13.bb +++ b/recipes-devtools/python/python-wstool_0.1.17.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665 SRCNAME = "wstool" SRC_URI = "http://download.ros.org/downloads/wstool/wstool-${PV}.tar.gz" -SRC_URI[md5sum] = "7e41a0e4f92389a6b4e115c80dd5cf10" -SRC_URI[sha256sum] = "4eaed3f94bf7842a2076de6dbef9396a8dbf055a13eee313366818465a270244" +SRC_URI[md5sum] = "656e6456e31dc5a43f0a9aae9efed7ea" +SRC_URI[sha256sum] = "c79b4f110ef17004c24972d742d2c5f606b0f6b424295e7ed029a48e857de237" S = "${WORKDIR}/${SRCNAME}-${PV}"