PYMAVLINK: Bitbake to autorev

This doesn't functionally change anything since the head commit was the
commit specified before anyway. But now we can make enhancements without
having to change the BB recipe.
This commit is contained in:
Matt 2017-12-16 15:50:59 -05:00
parent cc2545c0bf
commit 2cea6abcba

View File

@ -4,11 +4,10 @@ HOMEPAGE = "http://qgroundcontrol.org/mavlink/"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://README.txt;md5=2fc3900b33c4131645987a81bfe6a55f"
PV = "1.1.56-solo"
SRCREV = "sololink_v2.0.0-8"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/OpenSolo/mavlink-solo/"
PV = "${SRCPV}"
S = "${WORKDIR}/git/pymavlink"
inherit setuptools