[OE-core] [PATCH] python-pip: setting proper LICENSE values

Mark Asselstine mark.asselstine at windriver.com
Thu Mar 27 18:05:55 UTC 2014


The package's LICENSE.txt is pretty clear that this is licened under MIT and
LGPLv2.1, not MIT and GPL.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-oe/recipes-devtools/python/python-pip_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
index d1a7c8b..82b9671 100644
--- a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
@@ -1,5 +1,5 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
-LICENSE = "MIT & GPL"
+LICENSE = "MIT & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
 
 SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
-- 
1.8.3.2




More information about the Openembedded-core mailing list