diff --git a/recipes-devtools/python/python-empy_3.3.bb b/recipes-devtools/python/python-empy_3.3.bb index cd2214ba01b01c89b83331139aa6ffaf47e1742c..73b710a3c08429785da5e0cacbaba26437ab828e 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