From 69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Mon, 24 Sep 2018 15:14:08 -0500 Subject: GPSD integration for lora packet forwarder --- recipes-connectivity/lora/lora-gateway_5.0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-connectivity/lora/lora-gateway_5.0.1.bb') diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 5a7c758..b899126 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -5,7 +5,7 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "" +DEPENDS = "gpsd" PR = "r11" SRCREV = "v${PV}" @@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "28fbfe098013908794b32e51d1fed4427f20dd6c8adbbca78df2e1800f S = "${WORKDIR}/git" -CFLAGS += "-Iinc -I." +CFLAGS += "-Iinc -I. -idirafter ${STAGING_DIR_TARGET}/usr/include/gps" do_configure_append() { # copy over custom library_4.0.cfg -- cgit v1.2.3