d156af831d
(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
16 lines
525 B
BlitzBasic
16 lines
525 B
BlitzBasic
DESCRIPTION = "This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs."
|
||
|
||
LICENSE = "Apache-2.0"
|
||
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
||
|
||
SRCREV = "1322d896ba725b8d73fd7ac4793601d9f574a839"
|
||
PROTOCOL = "https"
|
||
BRANCH = "master"
|
||
S = "${WORKDIR}/git"
|
||
|
||
SRC_URI = "git://github.com/googleapis/google-auth-library-python.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
|
||
|
||
|
||
DEPENDS += " python"
|
||
inherit setuptools distutils pkgconfig
|