From e1b20426654e979eb91c4be12eb214636b99e67a Mon Sep 17 00:00:00 2001 From: Buzz Date: Sun, 30 Jul 2017 21:48:52 +1000 Subject: [PATCH] defining as CLOSED avoids need for LIC_FILES_CHKSUM, I hope. --- meta-3dr/recipes-firmware/artoo/artoo-firmware_1.2.11.bb | 3 ++- meta-3dr/recipes-firmware/gimbal/gimbal-firmware_1.3.6.bb | 3 ++- meta-3dr/recipes-sololink/sololink/sololink.bb | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta-3dr/recipes-firmware/artoo/artoo-firmware_1.2.11.bb b/meta-3dr/recipes-firmware/artoo/artoo-firmware_1.2.11.bb index aa2dcd5..53b9ebb 100644 --- a/meta-3dr/recipes-firmware/artoo/artoo-firmware_1.2.11.bb +++ b/meta-3dr/recipes-firmware/artoo/artoo-firmware_1.2.11.bb @@ -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} } diff --git a/meta-3dr/recipes-firmware/gimbal/gimbal-firmware_1.3.6.bb b/meta-3dr/recipes-firmware/gimbal/gimbal-firmware_1.3.6.bb index 77e98ab..32524f3 100644 --- a/meta-3dr/recipes-firmware/gimbal/gimbal-firmware_1.3.6.bb +++ b/meta-3dr/recipes-firmware/gimbal/gimbal-firmware_1.3.6.bb @@ -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} } diff --git a/meta-3dr/recipes-sololink/sololink/sololink.bb b/meta-3dr/recipes-sololink/sololink/sololink.bb index d7ff58e..ac504b8 100644 --- a/meta-3dr/recipes-sololink/sololink/sololink.bb +++ b/meta-3dr/recipes-sololink/sololink/sololink.bb @@ -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"