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 /recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb | |
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
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |