diff options
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb index e421522..4e1fc42 100644 --- a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb @@ -1,4 +1,5 @@ DESCRIPTION = "LoRa Gateway Geolocation library" +SUMMARY = "LoRa Gateway Geolocation library" PRIORITY = "optional" SECTION = "console/utils" # Semtech license is a modified BSD-style license @@ -10,6 +11,8 @@ PSR = "r4" # Recipe revision PR = "r6" SRCREV = "v${PV}" +PACKAGE_ARCH = "${MACHINE_ARCH}" + SRC_URI = "https://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ file://config.json \ @@ -32,7 +35,7 @@ do_install() { do_install_append_mtcdt() { install -d ${D}${includedir}/lora install -d ${D}${libdir}/lora - install -m 0644 mlinux4/libsx1301ar/* ${D}${includedir}/lora + install -m 0644 mlinux4/libsx1301ar/* ${D}${includedir}/lora install -d ${D}/sbin # Set UID to be able to read FPGA revision as non-root. |