mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-29 13:00:12 +02:00
move url references and tags to OpenSolo and master
This commit is contained in:
parent
5f24544d29
commit
2adaa8655f
@ -1,6 +1,6 @@
|
||||
SUMMARY = "Artoo firmware binary"
|
||||
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "APACHE2.0"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
|
||||
|
||||
@ -36,7 +36,7 @@ do_fetch () {
|
||||
# https://help.github.com/articles/creating-an-access-token-for-command-line-use/
|
||||
TOKEN=$(cat ~/.ssh/github_token)
|
||||
|
||||
SRC_URL="https://api.github.com/repos/3drobotics/${REPO_NAME}/releases/tags/${REPO_TAG}"
|
||||
SRC_URL="https://api.github.com/repos/OpenSolo/${REPO_NAME}/releases/tags/${REPO_TAG}"
|
||||
|
||||
BIN_URL=$(curl -s -H "Authorization: token ${TOKEN}" -H "Accept: application/json" ${SRC_URL} | jq -r '.assets[] | select(.name | endswith(".${FILE_EXT}")) | .url')
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUMMARY = "Axon firmware binary"
|
||||
|
||||
LICENSE = "CLOSED"
|
||||
LICENSE = "APACHE2.0"
|
||||
|
||||
firmwaredir = "/firmware"
|
||||
FILES_${PN} += "${firmwaredir}/"
|
||||
|
@ -29,7 +29,7 @@ do_fetch () {
|
||||
# https://help.github.com/articles/creating-an-access-token-for-command-line-use/
|
||||
TOKEN=$(cat ~/.ssh/github_token)
|
||||
|
||||
SRC_URL="https://api.github.com/repos/3drobotics/${REPO_NAME}/releases/tags/${REPO_TAG}"
|
||||
SRC_URL="https://api.github.com/repos/OpenSolo/${REPO_NAME}/releases/tags/${REPO_TAG}"
|
||||
|
||||
BIN_URL=$(curl -s -H "Authorization: token ${TOKEN}" -H "Accept: application/json" ${SRC_URL} | jq -r '.assets[] | select(.name | endswith(".${FILE_EXT}")) | .url')
|
||||
|
||||
|
@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://requirements.txt;md5=dc90368fff309dbbef652a1fab32f191
|
||||
|
||||
PROVIDES += "${PN}_${PV}"
|
||||
|
||||
SRCREV = "f89466ccd7addae49cf800fdf5c67ed6bdff47d6"
|
||||
#SRCREV = "f89466ccd7addae49cf800fdf5c67ed6bdff47d6"
|
||||
SRCREV = "master"
|
||||
SRC_URI = "git://github.com/OpenSolo/sololink-python/"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
@ -4,7 +4,8 @@ LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
|
||||
|
||||
# Pull from specific tag by default
|
||||
SRCREV = "v2.2.4"
|
||||
#SRCREV = "v2.2.4"
|
||||
SRCREV = "master"
|
||||
SRC_URI = "git://github.com/OpenSolo/SoloLink/"
|
||||
|
||||
# Or, AUTOREV means pull HEAD of the branch in the URI
|
||||
|
Loading…
x
Reference in New Issue
Block a user