diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-07-13 11:53:20 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-07-13 11:59:54 -0500 |
commit | e8f1fabebe0992936496bff1910c1df4f2fe20b8 (patch) | |
tree | ead3d5d8a63f636a365e0079d97e8d60f5cb801f /recipes-connectivity/lora | |
parent | 12b01762ccf11431ca44f9056681b6063fbd294e (diff) | |
download | meta-mlinux-e8f1fabebe0992936496bff1910c1df4f2fe20b8.tar.gz meta-mlinux-e8f1fabebe0992936496bff1910c1df4f2fe20b8.tar.bz2 meta-mlinux-e8f1fabebe0992936496bff1910c1df4f2fe20b8.zip |
Change lora-logging license to GPL
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-logging.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-logging.bb b/recipes-connectivity/lora/lora-logging.bb index 2a75eea..67b4099 100644 --- a/recipes-connectivity/lora/lora-logging.bb +++ b/recipes-connectivity/lora/lora-logging.bb @@ -1,10 +1,10 @@ DECRIPTION = "MultiTech LoRa Logging" PRIORITY = "optional" SECTION = "console/utils" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" DEPENDS = "" -PR = "r0" +PR = "r1" RDEPENDS_${PN} += "logrotate bash" SRC_URI = "file://lora-logging.logrotate.conf \ |