diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:02:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:02:17 +0000 |
commit | ff847550deef151917934483e3a46eb32963ca49 (patch) | |
tree | e4d13e1656154a94297ee71eecf55c8688ef4379 /python | |
parent | 13ca460422636b6f8487fe3fb5c62e79d765308b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/19 00:01:49+02:00 uni-frankfurt.de!mickeyl
add missing depends to xineranam
2004/10/18 22:12:45+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/18 20:26:28+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/18 20:25:48+02:00 uni-frankfurt.de!mickeyl
upgrade curl and python-pycurl to 7.12.2
BKrev: 41743d69y5AvbiDfrsrTHKSEM_A3NA
Diffstat (limited to 'python')
-rw-r--r-- | python/python-pycurl_7.12.2.oe | 0 | ||||
-rw-r--r-- | python/python-pycurl_7.12.oe | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/python/python-pycurl_7.12.2.oe b/python/python-pycurl_7.12.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/python/python-pycurl_7.12.2.oe diff --git a/python/python-pycurl_7.12.oe b/python/python-pycurl_7.12.oe deleted file mode 100644 index e0a09cbb6d..0000000000 --- a/python/python-pycurl_7.12.oe +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "libcurl Python Bindings" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core curl (>=${PV})" -DEPENDS = "curl" -SRCNAME = "pycurl" - -SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils |