Skip to content

Commit

Permalink
expat: Move libexpat into submodule and update to version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland committed Jul 31, 2018
1 parent 1c7a8b3 commit 1d1533e
Show file tree
Hide file tree
Showing 32 changed files with 152 additions and 14,290 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
[submodule "components/asio/asio"]
path = components/asio/asio
url = https://github.com/espressif/asio.git

[submodule "components/expat/expat"]
path = components/expat/expat
url = https://github.com/libexpat/libexpat.git
21 changes: 0 additions & 21 deletions components/expat/COPYING

This file was deleted.

139 changes: 0 additions & 139 deletions components/expat/README

This file was deleted.

8 changes: 5 additions & 3 deletions components/expat/component.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include include/expat
COMPONENT_ADD_INCLUDEDIRS := expat/expat/lib port/include

COMPONENT_SRCDIRS := library port
COMPONENT_SRCDIRS := expat/expat/lib port

CFLAGS += -Wno-unused-function -DHAVE_EXPAT_CONFIG_H
CFLAGS += -DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
CFLAGS += -Wno-implicit-fallthrough

COMPONENT_SUBMODULES += expat
1 change: 1 addition & 0 deletions components/expat/expat
Submodule expat added at 968b8c
92 changes: 0 additions & 92 deletions components/expat/include/expat/ascii.h

This file was deleted.

36 changes: 0 additions & 36 deletions components/expat/include/expat/asciitab.h

This file was deleted.

Loading

0 comments on commit 1d1533e

Please sign in to comment.