meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-pycurl_7.43.0.3.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pycurl_7.43.0.3.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pycurl_7.43.0.3.bb
new file mode 100644 (file)
index 0000000..ae5d710
--- /dev/null
@@ -0,0 +1,23 @@
+
+DESCRIPTION = "libcurl python bindings"
+LICENSE = "LGPLv2 | MIT"
+HOMEPAGE = "http://pycurl.io/"
+LIC_FILES_CHKSUM = " \
+       file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
+       file://COPYING-MIT;md5=2df767ed35d8ea83de4a93feb55e7815 \
+       "
+
+SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e"
+
+
+PYPI_PACKAGE = "pycurl"
+inherit pypi setuptools
+
+export BUILD_SYS
+export HOST_SYS
+export STAGING_INCDIR
+export STAGING_LIBDIR
+
+DEPENDS = " curl python"
+
+BBCLASSEXTEND = " native"