2017-07-30 19:22:36 +10:00

18 lines
398 B
BlitzBasic

SUMMARY = "stm32loader.py for bootloading the stm32"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING3;md5=4fe869ee987a340198fb0d54c55c47f1"
SRCREV = "54c565ecdfa8e92f803d869013429eb118d37419"
SRC_URI = "git://github.com/OpenSolo/stm32loader/"
S = "${WORKDIR}/git"
FILES_${PN} += "${bindir}/"
do_install () {
install -d ${D}${bindir}
install -m 0755 ${S}/stm32loader.py ${D}${bindir}
}