mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
pyton-pycurl: Add new recipe from OE.dev
Add python-pycurl_7.19.0 from OE.dev with some tweaks to enable a native version. This package is a dependancy of newer Yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
23
meta/packages/python/python-pycurl_7.19.0.bb
Normal file
23
meta/packages/python/python-pycurl_7.19.0.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "libcurl Python Bindings"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "curl"
|
||||
SRCNAME = "pycurl"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "\
|
||||
http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \
|
||||
file://no-static-link.patch;patch=1 \
|
||||
"
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
# need to export these variables for python-config to work
|
||||
export BUILD_SYS
|
||||
export HOST_SYS
|
||||
|
||||
RDEPENDS = "python-core curl"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user