mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00

Sololink, shotmanager, sololink-python, and stm32loader all now using the local consolidated repo. No longer using the various individual repos.
14 lines
332 B
BlitzBasic
14 lines
332 B
BlitzBasic
SUMMARY = "sololink-python"
|
|
HOMEPAGE = "https://github.com/OpenSolo/sololink-python"
|
|
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRCREV = "${AUTOREV}"
|
|
SRC_URI = "git:///vagrant/;protocol=file"
|
|
|
|
PV = "${SRCPV}"
|
|
S = "${WORKDIR}/git/sololink-python"
|
|
|
|
inherit setuptools
|