diff options
-rw-r--r-- | packages/python/python-sgmlop_1.1.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/python/python-sgmlop_1.1.bb b/packages/python/python-sgmlop_1.1.bb index 7e2fc5adff..dab075cc3b 100644 --- a/packages/python/python-sgmlop_1.1.bb +++ b/packages/python/python-sgmlop_1.1.bb @@ -2,8 +2,9 @@ DESCRIPTION = "Pythonware Fast SGML Parser for Python" SECTION = "devel/python" PRIORITY = "optional" SRCNAME = "sgmlop" -LICENSE = "python-sgmlop" -SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" -S = "${WORKDIR}/${SRCNAME}-${PV}" +LICENSE = "${PN}" inherit distutils + +SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" +S = "${WORKDIR}/${SRCNAME}-${PV}" |