From 803e5473361435a21e09bf624aeacfe3866505f8 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Thu, 31 Jan 2013 09:02:02 +0100 Subject: [PATCH] refined license declaration in python-empy (issue #1) --- recipes-devtools/python/python-empy_3.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/python/python-empy_3.3.bb b/recipes-devtools/python/python-empy_3.3.bb index cd2214b..73b710a 100644 --- a/recipes-devtools/python/python-empy_3.3.bb +++ b/recipes-devtools/python/python-empy_3.3.bb @@ -1,6 +1,6 @@ DESCRIPTION = "A powerful and robust templating system for Python" SECTION = "devel/python" -LICENSE = "LGPL" +LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" SRCNAME = "empy" @@ -12,4 +12,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" RDEPENDS = "python-modules" -inherit distutils \ No newline at end of file +inherit distutils -- GitLab