
(1) starlingx-image-aio rootfs bitbake file (2) packagegourp-stak-base for the base rootfs (3) packagroup-stx for starlingx specific packages (4) removed docs/inspect.sh (5) added docs/update-pool.sh (6) added recipes for python packages
22 lines
490 B
BlitzBasic
22 lines
490 B
BlitzBasic
DESCRIPTION = "libcurl python bindings"
|
|
LICENSE = "LGPLv2 | MIT"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
|
|
file://COPYING-MIT;md5=2df767ed35d8ea83de4a93feb55e7815 \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e"
|
|
|
|
|
|
PYPI_PACKAGE = "pycurl"
|
|
inherit pypi setuptools distutils
|
|
|
|
export BUILD_SYS
|
|
export HOST_SYS
|
|
export STAGING_INCDIR
|
|
export STAGING_LIBDIR
|
|
|
|
DEPENDS = " curl python"
|
|
|
|
BBCLASSEXTEND = " native"
|