
(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
17 lines
475 B
BlitzBasic
17 lines
475 B
BlitzBasic
DESCRIPTION = "Simple database sharding (horizontal partitioning) library for Django applications."
|
|
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=04c6b8f6ee56b21d30ecb172b066902c"
|
|
|
|
|
|
SRCREV = "b425bb719ea5de583fae7db5b7419e5fed569cb0"
|
|
PROTOCOL = "https"
|
|
BRANCH = "master"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://github.com/lpomfrey/django-debreach.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
|
|
|
|
|
|
DEPENDS += " python"
|
|
inherit setuptools distutils pkgconfig
|