diff options
author | John Klug <john.klug@multitech.com> | 2017-04-17 16:46:33 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 2bb02ff02e2d600190c18646dc76cdfccf1ec5a0 (patch) | |
tree | fa8e07065401e3454e3ab2c1e51125aa593a38c9 | |
parent | 6836446cf59587119441a2d444585f40ceec3831 (diff) | |
download | meta-mlinux-2bb02ff02e2d600190c18646dc76cdfccf1ec5a0.tar.gz meta-mlinux-2bb02ff02e2d600190c18646dc76cdfccf1ec5a0.tar.bz2 meta-mlinux-2bb02ff02e2d600190c18646dc76cdfccf1ec5a0.zip |
Fix Lora license to be compatible with Yocto 2.1
5 files changed, 6 insertions, 5 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-usb_1.7.0mts.bb b/recipes-connectivity/lora/lora-gateway-usb_1.7.0mts.bb index 382328d..e7e5fed 100644 --- a/recipes-connectivity/lora/lora-gateway-usb_1.7.0mts.bb +++ b/recipes-connectivity/lora/lora-gateway-usb_1.7.0mts.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://www.semtech.com/" PRIORITY = "optional" SECTION = "console/utils" # Semtech license is a modified BSD-style license -LICENSE = "SEMTECH" +LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "libftdi libmpsse libusb1" INC_PR = "r9" diff --git a/recipes-connectivity/lora/lora-gateway_4.1.3.bb b/recipes-connectivity/lora/lora-gateway_4.1.3.bb index 6c3214b..9a471ac 100644 --- a/recipes-connectivity/lora/lora-gateway_4.1.3.bb +++ b/recipes-connectivity/lora/lora-gateway_4.1.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Lora-net/lora_gateway" PRIORITY = "optional" SECTION = "console/utils" # Semtech license is a modified BSD-style license -LICENSE = "SEMTECH" +LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "" PR = "r10" diff --git a/recipes-connectivity/lora/lora-network-server_1.0.32.bb b/recipes-connectivity/lora/lora-network-server_1.0.32.bb index 0ae96f6..3038f85 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.32.bb +++ b/recipes-connectivity/lora/lora-network-server_1.0.32.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" DEPENDS = "jsoncpp libmts mosquitto sqlite3" -RDEPENDS_${PN} += "lora-packet-forwarder logrotate" +RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash" PR = "r1" SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \ diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb index 00aaad9..bfa21ff 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/Lora-net" PRIORITY = "optional" SECTION = "console/utils" # Semtech license is a modified BSD-style license -LICENSE = "SEMTECH" +LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway-usb" PR = "r10" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb index 06b96ee..b536309 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb @@ -3,9 +3,10 @@ HOMEPAGE = "https://github.com/Lora-net/packet_forwarder" PRIORITY = "optional" SECTION = "console/utils" # Semtech license is a modified BSD-style license -LICENSE = "SEMTECH" +LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway" +RDEPENDS_${PN} += "bash" PR = "r9" SRCREV = "v${PV}" |