From de1b620340e24ce0133deb9e24ff4707c6a1a354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20Sacr=C3=A9?= Date: Mon, 24 Aug 2015 17:27:51 +0200 Subject: [PATCH] python-decorator: Upgrade 3.4.2 -> 4.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change LIC_FILES_CHKSUM to use LICENSE.txt which is now included in the tarball. The license itself did not change. Signed-off-by: Dominic Sacré Signed-off-by: Martin Jansa --- ...{python-decorator_3.4.2.bb => python-decorator_4.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python-decorator_3.4.2.bb => python-decorator_4.0.2.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python-decorator_3.4.2.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb similarity index 74% rename from meta-python/recipes-devtools/python/python-decorator_3.4.2.bb rename to meta-python/recipes-devtools/python/python-decorator_4.0.2.bb index 7031857fa..bda0d713d 100644 --- a/meta-python/recipes-devtools/python/python-decorator_3.4.2.bb +++ b/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb @@ -9,7 +9,7 @@ decorator, just because you can." SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=104961fab4bc3ef8d0640bb37641b473" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0" SRCNAME = "decorator" @@ -18,5 +18,5 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools -SRC_URI[md5sum] = "9e0536870d2b83ae27d58dbf22582f4d" -SRC_URI[sha256sum] = "7320002ce61dea6aa24adc945d9d7831b3669553158905cdd12f5d0027b54b44" +SRC_URI[md5sum] = "033c9563af492c4ce2680ee6ca481fa7" +SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206"