diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-14 11:44:12 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-14 11:44:12 -0500 |
commit | 1a1588a159e8284d45df6cc4b1b8fb68dafe792c (patch) | |
tree | 78eb50e12b2b6c9e03834dc2bbaadc0e4018c85d | |
parent | ff2c2fdc5f98cd42c73906211bed0f35372a2445 (diff) | |
download | meta-mlinux-1a1588a159e8284d45df6cc4b1b8fb68dafe792c.tar.gz meta-mlinux-1a1588a159e8284d45df6cc4b1b8fb68dafe792c.tar.bz2 meta-mlinux-1a1588a159e8284d45df6cc4b1b8fb68dafe792c.zip |
chore: remove unused dependencies for lora-gateway 4.0.1
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_4.0.1.bb | 6 |
1 files 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 |