[oe-commits] Michael 'Mickey' Lauer : python-sgmlop: bump for python 2.6

GIT User account git at amethyst.openembedded.net
Wed Jan 14 14:21:17 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: ae52e5d10ed79d2fa28a9514d44403999c3f0b86
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae52e5d10ed79d2fa28a9514d44403999c3f0b86

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 14 01:23:38 2009 +0000

python-sgmlop: bump for python 2.6

---

 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 7e2fc5a..dab075c 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}"





More information about the Openembedded-commits mailing list