mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-29 04:50:24 +02:00
defining as CLOSED avoids need for LIC_FILES_CHKSUM, I hope.
This commit is contained in:
parent
2adaa8655f
commit
e1b2042665
@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "Artoo firmware binary"
|
SUMMARY = "Artoo firmware binary"
|
||||||
|
|
||||||
LICENSE = "APACHE2.0"
|
LICENSE = "CLOSED"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ do_fetch () {
|
|||||||
# NB: supply github access token as url param because if we supply it as a header,
|
# NB: supply github access token as url param because if we supply it as a header,
|
||||||
# once github redirects us to s3, it gets included in that request as well
|
# once github redirects us to s3, it gets included in that request as well
|
||||||
# and amazon complains that 2 forms of auth have been provided and quits.
|
# and amazon complains that 2 forms of auth have been provided and quits.
|
||||||
|
echo 'curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}'
|
||||||
curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}
|
curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "Axon firmware binary"
|
SUMMARY = "Axon firmware binary"
|
||||||
|
|
||||||
LICENSE = "APACHE2.0"
|
LICENSE = "CLOSED"
|
||||||
|
|
||||||
firmwaredir = "/firmware"
|
firmwaredir = "/firmware"
|
||||||
FILES_${PN} += "${firmwaredir}/"
|
FILES_${PN} += "${firmwaredir}/"
|
||||||
@ -35,6 +35,7 @@ do_fetch () {
|
|||||||
# NB: supply github access token as url param because if we supply it as a header,
|
# NB: supply github access token as url param because if we supply it as a header,
|
||||||
# once github redirects us to s3, it gets included in that request as well
|
# once github redirects us to s3, it gets included in that request as well
|
||||||
# and amazon complains that 2 forms of auth have been provided and quits.
|
# and amazon complains that 2 forms of auth have been provided and quits.
|
||||||
|
echo 'curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}'
|
||||||
curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}
|
curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "SoloLink software for RC, telemetry and video"
|
SUMMARY = "SoloLink software for RC, telemetry and video"
|
||||||
|
|
||||||
LICENSE = "Proprietary"
|
LICENSE = "CLOSED"
|
||||||
LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
|
#LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
|
||||||
|
|
||||||
# Pull from specific tag by default
|
# Pull from specific tag by default
|
||||||
#SRCREV = "v2.2.4"
|
#SRCREV = "v2.2.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user