![babak sarashki](/assets/img/avatar_default.png)
(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
397 B
BlitzBasic
16 lines
397 B
BlitzBasic
DESCRIPTION = "Iniparse is a INI parser for Python"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
|
|
|
|
SRCREV = "0305d08121461776222e515ae21a8405ee68eef4"
|
|
PROTOCOL = "https"
|
|
BRANCH = "master"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://github.com/candlepin/python-iniparse.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
|
|
|
|
|
|
|
|
inherit setuptools distutils
|