diff options
author | Jason Reiss <jreiss@multitech.com> | 2015-09-29 12:10:48 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2015-09-29 12:10:48 -0500 |
commit | d95551cedd66dd0a60c2a1dcc2c9bda290c9aaf4 (patch) | |
tree | 53f9746d8d269c34af5e1793d3046054a78bfc44 /recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb | |
parent | 07190a0b16195637cb9a1d4030109c152f4a8585 (diff) | |
download | meta-mlinux-atmel-d95551cedd66dd0a60c2a1dcc2c9bda290c9aaf4.tar.gz meta-mlinux-atmel-d95551cedd66dd0a60c2a1dcc2c9bda290c9aaf4.tar.bz2 meta-mlinux-atmel-d95551cedd66dd0a60c2a1dcc2c9bda290c9aaf4.zip |
lora: add queue to packet forwarder
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb index f7bd52e..bbb379d 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb @@ -6,7 +6,7 @@ SECTION = "console/utils" LICENSE = "SEMTECH" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway" -PR = "r8" +PR = "r9" # tag v1.4.1 SRCREV = "0011a60759a7d81656a5393e97089daab1ff1a81" @@ -18,6 +18,7 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ file://lora-packet-forwarder-fixb64.patch \ file://lora-packet-forwarder-mts-enhancements.patch \ file://lora-packet-forwarder-synch-word.patch \ + file://lora-packet-forwarder-add-queue.patch \ " S = "${WORKDIR}/git" |