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.
This commit is contained in:
Matt Lawrence 2019-01-05 01:45:07 -05:00 committed by Matt
parent 88fcadf4aa
commit 5b6d623e25
4 changed files with 13 additions and 14 deletions

View File

@ -2,13 +2,12 @@ SUMMARY = "shotmanager"
HOMEPAGE = "https://github.com/OpenSolo/shotmanager"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/OpenSolo/shotmanager"
SRC_URI = "git:///vagrant/;protocol=file"
PV = "${SRCPV}"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git/shotmanager"
RDEPENDS_${PN} += "dronekit dronekit-solo"
@ -18,7 +17,7 @@ FILES_${PN} += "${sysconfdir}/"
do_compile () {
echo "# auto-generated `date`" > shotManager_version.py
echo 'VERSION = "3.0.0"' >> shotManager_version.py
echo 'VERSION = "4-DEV"' >> shotManager_version.py
}
do_install () {

View File

@ -2,12 +2,12 @@ SUMMARY = "sololink-python"
HOMEPAGE = "https://github.com/OpenSolo/sololink-python"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/OpenSolo/sololink-python/"
SRC_URI = "git:///vagrant/;protocol=file"
PV = "${SRCPV}"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git/sololink-python"
inherit setuptools

View File

@ -1,13 +1,13 @@
SUMMARY = "SoloLink software for RC, telemetry and video"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/OpenSolo/SoloLink"
SRC_URI = "git:///vagrant/;protocol=file"
PV = "${SRCPV}"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git/sololink"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

View File

@ -1,12 +1,12 @@
SUMMARY = "stm32loader.py for bootloading the stm32"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING3;md5=4fe869ee987a340198fb0d54c55c47f1"
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/OpenSolo/stm32loader/"
SRC_URI = "git:///vagrant/;protocol=file"
S = "${WORKDIR}/git"
S = "${WORKDIR}/git/stm32loader"
FILES_${PN} += "${bindir}/"