python-sgmlop: bump for python 2.6
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 01:23:38 +0000 (01:23 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 01:23:38 +0000 (01:23 +0000)
packages/python/python-sgmlop_1.1.bb

index 7e2fc5a..dab075c 100644 (file)
@@ -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}"