From 1a1588a159e8284d45df6cc4b1b8fb68dafe792c Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Wed, 14 Sep 2016 11:44:12 -0500 Subject: chore: remove unused dependencies for lora-gateway 4.0.1 --- recipes-connectivity/lora/lora-gateway_4.0.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-connectivity/lora/lora-gateway_4.0.1.bb b/recipes-connectivity/lora/lora-gateway_4.0.1.bb index 098aa30..5175c1f 100644 --- a/recipes-connectivity/lora/lora-gateway_4.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_4.0.1.bb @@ -5,8 +5,8 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "SEMTECH" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "libftdi libmpsse libusb1" -PR = "r0" +DEPENDS = "" +PR = "r1" SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ @@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "28fbfe098013908794b32e51d1fed4427f20dd6c8adbbca78df2e1800f S = "${WORKDIR}/git" -CFLAGS += "-Iinc -I. -DLIBFTDI1=1" +CFLAGS += "-Iinc -I." do_configure_append() { # copy over custom library_4.0.cfg -- cgit v1.2.3