From 1cbb38134c27635410ad0cc4ad7e5e8ea7853bd2 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Mon, 4 Mar 2013 08:40:41 +0100
Subject: [PATCH] python-nose: correcting license string

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
---
 recipes-devtools/python/python-nose_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python-nose_1.2.1.bb b/recipes-devtools/python/python-nose_1.2.1.bb
index a365e9f..cb48673 100644
--- a/recipes-devtools/python/python-nose_1.2.1.bb
+++ b/recipes-devtools/python/python-nose_1.2.1.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "nose extends unittest to make testing easier"
 SECTION = "devel/python"
-LICENSE = "GNU LPGL"
+LICENSE = "LPGL-2.1"
 LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 SRCNAME = "nose"
-- 
GitLab