diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-11-02 10:38:48 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-11-02 10:38:48 -0500 |
commit | 047a8f497038fdc608eed0113c2983c133325c41 (patch) | |
tree | 19039476e2deccab5f5d5bccf746d44335296a5b /recipes-connectivity/lora | |
parent | b73faf19fcea7ce98c95f3e96ff0166aaf9307c5 (diff) | |
download | meta-mlinux-047a8f497038fdc608eed0113c2983c133325c41.tar.gz meta-mlinux-047a8f497038fdc608eed0113c2983c133325c41.tar.bz2 meta-mlinux-047a8f497038fdc608eed0113c2983c133325c41.zip |
lora: adjust beacon rfu for AU915
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb index e6c355d..c7644a9 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -7,7 +7,7 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging" RDEPENDS_${PN} += "bash" -PR = "r12" +PR = "r13" SRCREV = "v${PV}" |