Files
meta-starlingx/recipes-devtools/python/python-yaql_git.bb
babak sarashki d156af831d starlingx-image-aio rootfs bb file and packages ported
(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
2020-05-18 13:07:27 -07:00

16 lines
757 B
BlitzBasic

DESCRIPTION = "YAQL (Yet Another Query Language) is an embeddable and extensible query language, that allows performing complex queries against arbitrary objects. It has a vast and comprehensive standard library of frequently used querying functions and can be extend even further with user-specified functions. YAQL is written in python and is distributed via PyPI."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
SRCREV = "7385a31b9dbfc777a514ba28fe507fbf904cc779"
PROTOCOL = "https"
BRANCH = "master"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openstack/yaql.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS += " python python-pbr-native"
inherit setuptools distutils pkgconfig