summaryrefslogtreecommitdiff
path: root/packages/python/python-pycurl_7.18.2.bb
blob: 406add10c8db34f6daa805481e03fceabfad5460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "libcurl Python Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "curl-${PV}"
SRCNAME = "pycurl"
PR = "ml0"

SRC_URI = "\
  http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz \
  file://no-static-link.patch;patch=1 \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

do_install_append() {
	mv -f ${D}${datadir}/share/* ${D}${datadir}/
}

RDEPENDS = "python-core curl (>=${PV})"
d>1 2006-07-10linux-openzaurus: added PCMCIA Id for 8GB CF cardMarcin Juszkiewicz1 2006-07-05linux-openzaurus: applied patch from #1084 to get squashfs builtMarcin Juszkiewicz1 2006-07-05linux-oz: 2.6.16+git -> 2.6.17+git. Refresh several patches against recent ch...Richard Purdie1