From 6532fab67812a049463fa25851513cbb1e01d245 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 21 Jan 2015 08:46:37 +0100 Subject: [PATCH] python-wstool: updating to 0.1.5 --- .../{python-wstool_0.0.2.bb => python-wstool_0.1.5.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-devtools/python/{python-wstool_0.0.2.bb => python-wstool_0.1.5.bb} (53%) diff --git a/recipes-devtools/python/python-wstool_0.0.2.bb b/recipes-devtools/python/python-wstool_0.1.5.bb similarity index 53% rename from recipes-devtools/python/python-wstool_0.0.2.bb rename to recipes-devtools/python/python-wstool_0.1.5.bb index 993ab1a..82e427a 100644 --- a/recipes-devtools/python/python-wstool_0.0.2.bb +++ b/recipes-devtools/python/python-wstool_0.1.5.bb @@ -1,12 +1,12 @@ DESCRIPTION = "workspace multi-SCM commands" SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=895a8f494dfd956e0ef03c9a5e3f109e" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" SRCNAME = "wstool" -SRC_URI = "http://pypi.python.org/packages/source/w/wstool/wstool-0.0.2.tar.gz" -SRC_URI[md5sum] = "58180962de7c2f426fe9e0525f878c48" -SRC_URI[sha256sum] = "487602f7d5bef1e0b759c60ab4b86db884dd2abfb756e1743ad4ae3754a22d82" +SRC_URI = "http://pypi.python.org/packages/source/w/wstool/wstool-${PV}.tar.gz" +SRC_URI[md5sum] = "2b5d10fac0bb644146a8c3009e5aa14b" +SRC_URI[sha256sum] = "0c65719af85247e5fcdf07ad2ad50eac3268cf1ca7ba9c9c43037d345de88de8" S = "${WORKDIR}/${SRCNAME}-${PV}"