diff options
| -rw-r--r-- | meta/recipes-extended/acpica/acpica_20170303.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/acpica/files/no-werror.patch | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20170303.bb b/meta/recipes-extended/acpica/acpica_20170303.bb index 4c0f366abf..51ae77b784 100644 --- a/meta/recipes-extended/acpica/acpica_20170303.bb +++ b/meta/recipes-extended/acpica/acpica_20170303.bb | |||
| @@ -17,7 +17,6 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | |||
| 17 | DEPENDS = "bison flex" | 17 | DEPENDS = "bison flex" |
| 18 | 18 | ||
| 19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \ | 19 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \ |
| 20 | file://no-werror.patch \ | ||
| 21 | file://rename-yy_scan_string-manually.patch \ | 20 | file://rename-yy_scan_string-manually.patch \ |
| 22 | file://manipulate-fds-instead-of-FILE.patch;striplevel=2 \ | 21 | file://manipulate-fds-instead-of-FILE.patch;striplevel=2 \ |
| 23 | file://0001-Linux-add-support-for-X32-ABI-compilation.patch \ | 22 | file://0001-Linux-add-support-for-X32-ABI-compilation.patch \ |
diff --git a/meta/recipes-extended/acpica/files/no-werror.patch b/meta/recipes-extended/acpica/files/no-werror.patch deleted file mode 100644 index a6e7b540a1..0000000000 --- a/meta/recipes-extended/acpica/files/no-werror.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | Description: remove -Werror flag | ||
| 2 | Forwarded: not-needed | ||
| 3 | Author: Fathi Boudra <fathi.boudra@linaro.org> | ||
| 4 | Upstream-Status: Pending | ||
| 5 | --- | ||
| 6 | generate/unix/iasl/Makefile | 12 ++++++------ | ||
| 7 | 1 file changed, 6 insertions(+), 6 deletions(-) | ||
| 8 | |||
| 9 | --- a/generate/unix/iasl/Makefile | ||
| 10 | +++ b/generate/unix/iasl/Makefile | ||
| 11 | @@ -266,19 +266,19 @@ $(OBJDIR)/prparser.y.h: $(OBJDIR)/prpars | ||
| 12 | # by the utilities above and they are not necessarily ANSI C, etc. | ||
| 13 | # | ||
| 14 | $(OBJDIR)/aslcompilerlex.o : $(OBJDIR)/aslcompilerlex.c | ||
| 15 | - $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $< | ||
| 16 | + $(CC) -c $(CFLAGS) -Wall -o$@ $< | ||
| 17 | |||
| 18 | $(OBJDIR)/aslcompilerparse.o : $(OBJDIR)/aslcompilerparse.c | ||
| 19 | - $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $< | ||
| 20 | + $(CC) -c $(CFLAGS) -Wall -o$@ $< | ||
| 21 | |||
| 22 | $(OBJDIR)/dtparserlex.o : $(OBJDIR)/dtparserlex.c | ||
| 23 | - $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $< | ||
| 24 | + $(CC) -c $(CFLAGS) -Wall -o$@ $< | ||
| 25 | |||
| 26 | $(OBJDIR)/dtparserparse.o : $(OBJDIR)/dtparserparse.c | ||
| 27 | - $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $< | ||
| 28 | + $(CC) -c $(CFLAGS) -Wall -o$@ $< | ||
| 29 | |||
| 30 | $(OBJDIR)/prparserlex.o : $(OBJDIR)/prparserlex.c | ||
| 31 | - $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $< | ||
| 32 | + $(CC) -c $(CFLAGS) -Wall -o$@ $< | ||
