[oe] [meta-python][PATCH 1/3] python-pip: update to 1.5.6

Paul Eggleton paul.eggleton at linux.intel.com
Wed Feb 4 17:45:35 UTC 2015


From: Saul Wold <sgw at linux.intel.com>

Also made LICENSE more accurate.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 .../python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb}          | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb} (57%)

diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python-pip_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-pip_1.5.6.bb
index d1a7c8b..0c240e4 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
@@ -1,10 +1,11 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
-LICENSE = "MIT & GPL"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
+LICENSE = "MIT & LGPL-2.1"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
 
 SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
-SRC_URI[md5sum] = "cbb27a191cebc58997c4da8513863153"
-SRC_URI[sha256sum] = "145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957"
+
+SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e"
+SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
 
 S = "${WORKDIR}/pip-${PV}"
 
-- 
1.9.3




More information about the Openembedded-devel mailing list