defining as CLOSED avoids need for LIC_FILES_CHKSUM, I hope.

This commit is contained in:
Buzz 2017-07-30 21:48:52 +10:00
parent 2adaa8655f
commit e1b2042665
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
SUMMARY = "Artoo firmware binary"
LICENSE = "APACHE2.0"
LICENSE = "CLOSED"
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,
# 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.
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}
}

View File

@ -1,6 +1,6 @@
SUMMARY = "Axon firmware binary"
LICENSE = "APACHE2.0"
LICENSE = "CLOSED"
firmwaredir = "/firmware"
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,
# 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.
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}
}

View File

@ -1,7 +1,7 @@
SUMMARY = "SoloLink software for RC, telemetry and video"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
LICENSE = "CLOSED"
#LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
# Pull from specific tag by default
#SRCREV = "v2.2.4"