ultrasonic-distance: version bump
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
parent
f8a0f3a533
commit
ef0603decb
@ -10,7 +10,7 @@ BBFILES += " \
|
||||
|
||||
PREFERRED_VERSION_pypio ?= "1.0.0"
|
||||
PREFERRED_VERSION_pywm ?= "1.0.0"
|
||||
PREFERRED_VERSION_ultrasonic-distance ?= "1.0.0"
|
||||
PREFERRED_VERSION_ultrasonic-distance ?= "1.1.0"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-bbb"
|
||||
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
||||
|
@ -0,0 +1,28 @@
|
||||
DESCRIPTION = "python hardware abstraction"
|
||||
SECTION = "devtools"
|
||||
LICENSE = "MIT"
|
||||
|
||||
PR = "r1"
|
||||
PV = "1.1.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/ultrasonic-distance.git;protocol=https;tag=${PV} \
|
||||
"
|
||||
SRC_URI[md5sum] = "a60bcf593ba5080bc2463a8abe8ab7b3"
|
||||
|
||||
|
||||
DEPENDS = " \
|
||||
python \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
pypio \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user