X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pycurl_7.43.0.3.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pycurl_7.43.0.3.bb;h=ae5d710ceffe758004691ae27f1759ba16e534c5;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git 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 index 0000000..ae5d710 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pycurl_7.43.0.3.bb @@ -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"