DRONEKIT: Fixed licence file/checksum

This commit is contained in:
Matt 2017-12-16 15:53:47 -05:00
parent 2cea6abcba
commit a7d62cb33e

View File

@ -2,12 +2,12 @@ SUMMARY = "dronekit"
HOMEPAGE = "https://github.com/dronekit/dronekit-python"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://requirements.txt;md5=d2dfbdbc11136d1e2713f4f391c6b9cf"
PV = "2.4.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
SRCREV = "v2.4.0"
SRC_URI = "git://github.com/dronekit/dronekit-python/"
SRC_URI = "git://github.com/dronekit/dronekit-python"
PV = "2.4.0"
S = "${WORKDIR}/git"
inherit setuptools