pywm: add module to console image
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
parent
32eb5baea1
commit
d38b75d377
@ -66,6 +66,7 @@ MQTT = " \
|
||||
|
||||
PYTHON_LIBS = " \
|
||||
mypy \
|
||||
pywm \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
|
24
recipes-devtools/pywm/pywm_1.0.0.bb
Normal file
24
recipes-devtools/pywm/pywm_1.0.0.bb
Normal 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 \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user