diff options
author | John Klug <john.klug@multitech.com> | 2019-05-14 14:35:20 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-14 14:35:20 -0500 |
commit | e42a056889f5a629fe0e3229c933c4873b0f177c (patch) | |
tree | ab0ccd43b951e0007dd7a0422c3d54d8bff3b53b | |
parent | cbadde624256362d7b3a8313932e2e30daa54232 (diff) | |
download | meta-mlinux-e42a056889f5a629fe0e3229c933c4873b0f177c.tar.gz meta-mlinux-e42a056889f5a629fe0e3229c933c4873b0f177c.tar.bz2 meta-mlinux-e42a056889f5a629fe0e3229c933c4873b0f177c.zip |
Make lora-gateway revision match mLinux4
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index b0509ba..23538a9 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -6,7 +6,8 @@ SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "libgps24" -PR = "r12" +RDEPENDS_${PN} = "libgps24" +PR = "r11" SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ |