Matt Lawrence 5b6d623e25 BUILD: Solo resources redirected to new consolidated local repo
Sololink, shotmanager, sololink-python, and stm32loader all now using the local consolidated repo.  No longer using the various individual repos.
2019-01-07 12:35:46 -05:00

18 lines
386 B
BlitzBasic

SUMMARY = "stm32loader.py for bootloading the stm32"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "${AUTOREV}"
SRC_URI = "git:///vagrant/;protocol=file"
S = "${WORKDIR}/git/stm32loader"
FILES_${PN} += "${bindir}/"
do_install () {
install -d ${D}${bindir}
install -m 0755 ${S}/stm32loader.py ${D}${bindir}
}