diff options
Diffstat (limited to 'meta/packages/python/python-pycurl_7.19.0.bb')
| -rw-r--r-- | meta/packages/python/python-pycurl_7.19.0.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb deleted file mode 100644 index 1a04767266..0000000000 --- a/meta/packages/python/python-pycurl_7.19.0.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "libcurl python bindings." | ||
| 2 | HOMEPAGE = "http://pycurl.sourceforge.net/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "LGPLv2.1+ | MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://README;endline=13;md5=fbfe545b1869617123a08c0983ef17b2 \ | ||
| 7 | file://COPYING;md5=3579a9fd0221d49a237aaa33492f988c \ | ||
| 8 | file://COPYING2;md5=ffaa1e283b7f9bf5aafd8d45db6f7518" | ||
| 9 | |||
| 10 | DEPENDS = "curl python" | ||
| 11 | RDEPENDS = "python-core curl" | ||
| 12 | SRCNAME = "pycurl" | ||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | SRC_URI = "\ | ||
| 16 | http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ | ||
| 17 | file://no-static-link.patch;patch=1 \ | ||
| 18 | " | ||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit distutils | ||
| 22 | |||
| 23 | # need to export these variables for python-config to work | ||
| 24 | export BUILD_SYS | ||
| 25 | export HOST_SYS | ||
| 26 | export STAGING_INCDIR | ||
| 27 | export STAGING_LIBDIR | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native" | ||
