diff options
| author | John Klug <john.klug@multitech.com> | 2017-04-03 12:47:22 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2017-07-05 11:02:47 -0500 |
| commit | 034f75b3dbb6e9d80c962e4ed29e2d707afe1603 (patch) | |
| tree | e6cd41658c81c3c1a93a86f8b893ac6307421d19 /recipes-connectivity | |
| parent | e4fffbff59734560a11f6835ba32d15c4adb6268 (diff) | |
| download | meta-mlinux-034f75b3dbb6e9d80c962e4ed29e2d707afe1603.tar.gz meta-mlinux-034f75b3dbb6e9d80c962e4ed29e2d707afe1603.tar.bz2 meta-mlinux-034f75b3dbb6e9d80c962e4ed29e2d707afe1603.zip | |
Use make with e option and add gnu11 as C standard
Diffstat (limited to 'recipes-connectivity')
| -rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb | 4 | ||||
| -rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb index 903d1e5..00aaad9 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway-usb" PR = "r10" +EXTRA_OEMAKE = " -e" + # tag v1.4.1 SRCREV = "0011a60759a7d81656a5393e97089daab1ff1a81" @@ -30,7 +32,7 @@ LORA_DIR = "/opt/lora" export LGW_PATH = "${STAGING_LIBDIR}/lora-usb" export LGW_INC = "${STAGING_INCDIR}/lora-usb" -CFLAGS += "-I${LGW_INC} -Iinc -I." +CFLAGS += "-I${LGW_INC} -Iinc -I. -std=gnu11" do_compile() { oe_runmake diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb index 33c24a0..06b96ee 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.1.0.bb @@ -34,7 +34,7 @@ LORA_DIR = "/opt/lora" export LGW_PATH = "${STAGING_LIBDIR}/lora" export LGW_INC = "${STAGING_INCDIR}/lora" -CFLAGS += "-I${LGW_INC} -Iinc -I. -std=gnu11 " +CFLAGS += "-I${LGW_INC} -Iinc -I. -std=gnu11" do_compile() { oe_runmake |
