summaryrefslogtreecommitdiff
path: root/recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch')
-rw-r--r--recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch b/recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch
new file mode 100644
index 0000000..86faf07
--- /dev/null
+++ b/recipes-support/uxfp/uxfp-from-source/0001-Fixed-unrecognized-command-line-option.patch
@@ -0,0 +1,26 @@
+From 5f8fef39aa5c3fd5894f7dbaa579d50f6e78c08a Mon Sep 17 00:00:00 2001
+From: "mykola.salomatin" <mykola.salomatin@globallogic.com>
+Date: Thu, 18 Feb 2021 21:57:25 +0200
+Subject: [PATCH] Fixed unrecognized command line option
+ '-Wno-deprecated-declaration'
+
+---
+ telit_os_abstraction_layer/linux/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/telit_os_abstraction_layer/linux/Makefile b/telit_os_abstraction_layer/linux/Makefile
+index 6c54e71..5d847c8 100644
+--- a/telit_os_abstraction_layer/linux/Makefile
++++ b/telit_os_abstraction_layer/linux/Makefile
+@@ -32,7 +32,7 @@ ifeq ($(LIBUDEV), enable)
+ endif
+
+
+-CFLAGS := -g -Wno-deprecated-declaration -Wall -Werror -fPIC $(INCLUDES) $(LIBUSB_CFLAG) $(LIBUDEV_CFLAG) -DVER_MAJOR=$(MAJOR) -DVER_MINOR=$(MINOR) -DVER_ALPHA=$(ALPHA) -DVER_CUSTOM=$(CUSTOM)
++CFLAGS := -g -Wno-deprecated-declarations -Wall -Werror -fPIC $(INCLUDES) $(LIBUSB_CFLAG) $(LIBUDEV_CFLAG) -DVER_MAJOR=$(MAJOR) -DVER_MINOR=$(MINOR) -DVER_ALPHA=$(ALPHA) -DVER_CUSTOM=$(CUSTOM)
+ LDFLAGS := $(LIBUDEV_LDFLAG) $(LIBUSB_LDFLAG)
+
+
+--
+2.7.4
+