pywm: add module to console image

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
Thomas Klaehn 2017-09-16 08:02:29 +02:00
parent 32eb5baea1
commit d38b75d377
2 changed files with 25 additions and 0 deletions

View File

@ -66,6 +66,7 @@ MQTT = " \
PYTHON_LIBS = " \
mypy \
pywm \
"
IMAGE_INSTALL += " \

View File

@ -0,0 +1,24 @@
DESCRIPTION = "beaglebone black python pwm abstaction"
SECTION = "devtools"
LICENSE = "MIT"
PR = "r1"
PV = "1.0.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
S = "${WORKDIR}/git"
inherit setuptools
inherit allarch
SRC_URI = " \
git://gitlab.blackfinn.de/python/pywm.git;protocol=https;tag=${PV} \
"
SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3"
DEPENDS = " \
python \
"