diff options
author | Damien George <damien@micropython.org> | 2024-03-15 18:39:23 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-03-16 12:12:48 +1100 |
commit | 305707b281bc64aacb154e0165bd0a9ca3fedfe8 (patch) | |
tree | 965fd01b413aae8303b1b22b4b91f62eb41552e0 | |
parent | 01c31ea804c7e2a034e1249b43c30673b4382116 (diff) |
lib/berkeley-db-1.xx: Update submodule URL and version.
This updates the berkeley-db-1.xx submodule URL to a repository hosted
under the micropython organisation, and makes the following changes:
- Moves the berkeley-db header files to a single directory within the
submodule, and references all these headers with a much fuller path,
which prevents symbol clashes (eg with esp32 and queue.h).
- Removes unused/non-working files from berkeley-db, which removes all
symlinks in that repo (symlinks don't play well under Windows).
- Allows injecting an external configuration header into berkeley-db, so
the configuration doesn't have to be provided by -Dxx=yy flags to the
compiler (and possibly clashing with other symbols).
- Removes the advertising clause from the BSD 4-clause license of
berkeley-db (see relevant commit and README.Impt.License.Change for
details).
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | lib/berkeley-db-1.xx | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index aa9bb3d6d..423d1bbee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/lwip-tcpip/lwip.git [submodule "lib/berkeley-db-1.xx"] path = lib/berkeley-db-1.xx - url = https://github.com/pfalcon/berkeley-db-1.xx + url = https://github.com/micropython/berkeley-db-1.xx [submodule "lib/stm32lib"] path = lib/stm32lib url = https://github.com/micropython/stm32lib diff --git a/lib/berkeley-db-1.xx b/lib/berkeley-db-1.xx -Subproject 35aaec4418ad78628a3b935885dd189d41ce779 +Subproject 85373b548f1fb0119a463582570b44189dfb09a |