diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 13:41:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-06 13:41:55 +0200 |
commit | 654f4a62f6760135ceae7110908faa9de0a37470 (patch) | |
tree | 59b3619ada470b56e8969950d9aa3bc5d09f5002 | |
parent | de4e04575f47b94d08324b536f4aeaf19bd80d3d (diff) |
Drop sqlite submodule and related infrastructure
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | buildfile | 2 | ||||
l--------- | libsqlite3 | 1 | ||||
m--------- | submodules/sqlite | 0 |
5 files changed, 2 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index 04e71bb..86337fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,10 +16,6 @@ [submodule "doc/style"] path = doc/style url = ../style.git -[submodule "submodules/sqlite"] - path = submodules/sqlite - url = https://git.build2.org/packaging/sqlite/sqlite.git - update = none [submodule "submodules/libbuild2-kconfig"] path = submodules/libbuild2-kconfig url = https://github.com/build2/libbuild2-kconfig.git diff --git a/build/bootstrap.build b/build/bootstrap.build index cc51f83..0a20cb1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -8,7 +8,7 @@ amalgamation = # Disable amalgamation. # Note: list them (mostly) explicitly without using wildcards to handle stray # subdirectories in the root (debian/, installation location, etc). # -subprojects += libbutl/ build2/ libsqlite3/ libbpkg/ bpkg/ bdep/ +subprojects += libbutl/ build2/ libbpkg/ bpkg/ bdep/ subprojects += libbuild2-*/ subprojects += tests/*/ @@ -21,7 +21,7 @@ build2_repo="https://stage.build2.org/1" # # NOTE: see also subprojects in bootstrap.build if changing anything here. # -d = libbutl/ build2/ libsqlite3/ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ +d = libbutl/ build2/ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ if ($build.meta_operation == 'dist') d += tests/*/ diff --git a/libsqlite3 b/libsqlite3 deleted file mode 120000 index 3ab815d..0000000 --- a/libsqlite3 +++ /dev/null @@ -1 +0,0 @@ -submodules/sqlite/libsqlite3
\ No newline at end of file diff --git a/submodules/sqlite b/submodules/sqlite deleted file mode 160000 -Subproject 5b013b5507eb14bf51e565ec844d1fc462302f6 |