summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/fwts/fwts
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-17 11:30:02 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-17 12:26:40 -0700
commit5d949d9322954f7b48b4252a091de4e0c6b85115 (patch)
treeeb892ac36fc0e5aee203520de0b090b15134fbb0 /meta-oe/recipes-test/fwts/fwts
parente7bf8b6cb2eac640e1f71ef08eb9398e7df661d4 (diff)
downloadmeta-openembedded-5d949d9322954f7b48b4252a091de4e0c6b85115.tar.gz
fwts: Upgrade to 20.07.00
Use B = S since new version uses relative paths in makefiles this version compiles fine with clang too Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/fwts/fwts')
-rw-r--r--meta-oe/recipes-test/fwts/fwts/0001-Remove-Werror-from-build.patch16
1 files changed, 5 insertions, 11 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts/0001-Remove-Werror-from-build.patch b/meta-oe/recipes-test/fwts/fwts/0001-Remove-Werror-from-build.patch
index 6795ba849..93a42213b 100644
--- a/meta-oe/recipes-test/fwts/fwts/0001-Remove-Werror-from-build.patch
+++ b/meta-oe/recipes-test/fwts/fwts/0001-Remove-Werror-from-build.patch
@@ -11,8 +11,6 @@ Upstream-Status: Pending
11 src/utilities/Makefile.am | 2 +- 11 src/utilities/Makefile.am | 2 +-
12 3 files changed, 3 insertions(+), 3 deletions(-) 12 3 files changed, 3 insertions(+), 3 deletions(-)
13 13
14diff --git a/src/Makefile.am b/src/Makefile.am
15index 62c9ba8..435ec23 100644
16--- a/src/Makefile.am 14--- a/src/Makefile.am
17+++ b/src/Makefile.am 15+++ b/src/Makefile.am
18@@ -14,7 +14,7 @@ AM_CPPFLAGS = \ 16@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
@@ -20,15 +18,13 @@ index 62c9ba8..435ec23 100644
20 `pkg-config --silence-errors --cflags json-c` \ 18 `pkg-config --silence-errors --cflags json-c` \
21 -pthread `pkg-config --cflags glib-2.0 gio-2.0` \ 19 -pthread `pkg-config --cflags glib-2.0 gio-2.0` \
22- -Wall -Werror -Wextra \ 20- -Wall -Werror -Wextra \
23+ -Wall -Wextra \ 21+ -Wall -Wextra \
24 -Wno-address-of-packed-member 22 -Wno-address-of-packed-member \
25 23 -Wfloat-equal -Wmissing-declarations \
26 bin_PROGRAMS = fwts 24 -Wno-long-long -Wredundant-decls -Wshadow \
27diff --git a/src/lib/src/Makefile.am b/src/lib/src/Makefile.am
28index 6bcf9f8..de89bf1 100644
29--- a/src/lib/src/Makefile.am 25--- a/src/lib/src/Makefile.am
30+++ b/src/lib/src/Makefile.am 26+++ b/src/lib/src/Makefile.am
31@@ -24,7 +24,7 @@ AM_CPPFLAGS = \ 27@@ -25,7 +25,7 @@ AM_CPPFLAGS = \
32 `pkg-config --silence-errors --cflags json-c` \ 28 `pkg-config --silence-errors --cflags json-c` \
33 `pkg-config --cflags glib-2.0 gio-2.0` \ 29 `pkg-config --cflags glib-2.0 gio-2.0` \
34 -DDATAROOTDIR=\"$(datarootdir)\" \ 30 -DDATAROOTDIR=\"$(datarootdir)\" \
@@ -37,8 +33,6 @@ index 6bcf9f8..de89bf1 100644
37 -Wno-address-of-packed-member 33 -Wno-address-of-packed-member
38 34
39 pkglib_LTLIBRARIES = libfwts.la 35 pkglib_LTLIBRARIES = libfwts.la
40diff --git a/src/utilities/Makefile.am b/src/utilities/Makefile.am
41index 21f969e..82009a0 100644
42--- a/src/utilities/Makefile.am 36--- a/src/utilities/Makefile.am
43+++ b/src/utilities/Makefile.am 37+++ b/src/utilities/Makefile.am
44@@ -16,7 +16,7 @@ 38@@ -16,7 +16,7 @@