From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 01:23:38 +0000 (+0000) Subject: python-sgmlop: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae52e5d10ed79d2fa28a9514d44403999c3f0b86;p=openembedded.git python-sgmlop: bump for python 2.6 --- 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}"