initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / python / python-pycurl_7.19.0.bb
blob643b54516fa5d6c90e0a1bbe71d1db16b9b8bfc5
1 DESCRIPTION = "libcurl Python Bindings"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5 DEPENDS = "curl"
6 SRCNAME = "pycurl"
7 PR = "ml3"
9 SRC_URI = "\
10 http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
11 file://no-static-link.patch \
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14 SRC_URI[archive.md5sum] = "919d58fe37e69fe87ce4534d8b6a1c7b"
15 SRC_URI[archive.sha256sum] = "eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642"
17 inherit distutils
19 RDEPENDS_${PN} = "python-core curl"