diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 01:23:38 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 01:23:38 +0000 |
commit | ae52e5d10ed79d2fa28a9514d44403999c3f0b86 (patch) | |
tree | 76d447c43094b50b33124d9ebc56d53a2d585347 | |
parent | bb23d0aca68cf4721bfb928dc900d8211dff9341 (diff) |
python-sgmlop: bump for python 2.6
-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}" |