summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-04-17 16:46:33 -0500
committerJohn Klug <john.klug@multitech.com>2017-07-05 11:18:25 -0500
commit866dd28e27f71309ace0510f83f8cdfaa465d277 (patch)
tree3d6bf3aeada05f00708dc92569d2395822d5b31f
parent030c091a93b328f6cc8526f87cd210b7f519deba (diff)
downloadmeta-mlinux-866dd28e27f71309ace0510f83f8cdfaa465d277.tar.gz
meta-mlinux-866dd28e27f71309ace0510f83f8cdfaa465d277.tar.bz2
meta-mlinux-866dd28e27f71309ace0510f83f8cdfaa465d277.zip
Fix Lora license to be compatible with Yocto 2.1
-rw-r--r--recipes-connectivity/lora/lora-gateway-usb_1.7.0mts.bb2
-rw-r--r--recipes-connectivity/lora/lora-gateway_4.1.3.bb2
-rw-r--r--recipes-connectivity/lora/lora-network-server_1.0.32.bb2
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb2
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb3
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}"