From 37e09c1c4cb1f52cfec679428cf0c9277c06c1e6 Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Fri, 3 Jan 2025 10:22:34 +0800 Subject: [PATCH 1/4] fix so build problem Signed-off-by: zwtmichael --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 1970820..9bc6bd0 100644 --- a/bundle.json +++ b/bundle.json @@ -43,6 +43,9 @@ ], "header_base": "//third_party/sqlite/include" } + }, + { + "name": "//third_party/sqlite:sqliteicu" } ], "test": [] -- Gitee From c44b5b74a1c3d7c67c8e0e0888ae67b70c6e66ae Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Wed, 15 Jan 2025 10:38:58 +0800 Subject: [PATCH 2/4] fix sqlite component Signed-off-by: zwtmichael --- bundle.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index 9bc6bd0..afd3398 100644 --- a/bundle.json +++ b/bundle.json @@ -30,8 +30,7 @@ }, "build": { "sub_component": [ - "//third_party/sqlite:sqlite", - "//third_party/sqlite:sqliteicu" + "//third_party/sqlite:libsqlite" ], "inner_kits": [ { @@ -43,12 +42,9 @@ ], "header_base": "//third_party/sqlite/include" } - }, - { - "name": "//third_party/sqlite:sqliteicu" } ], "test": [] } } -} \ No newline at end of file +} -- Gitee From e7a5404d3a394bd02f4006407c53d8ff8145600f Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Thu, 16 Jan 2025 03:35:37 +0000 Subject: [PATCH 3/4] update bundle.json. Signed-off-by: zwtmichael --- bundle.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index afd3398..c0e5b63 100644 --- a/bundle.json +++ b/bundle.json @@ -30,7 +30,8 @@ }, "build": { "sub_component": [ - "//third_party/sqlite:libsqlite" + "//third_party/sqlite:sqlite", + "//third_party/sqlite:sqliteicu", ], "inner_kits": [ { @@ -42,6 +43,9 @@ ], "header_base": "//third_party/sqlite/include" } + }, + { + "name": "//third_party/sqlite:sqliteicu" } ], "test": [] -- Gitee From 27901c80cd2be166abec087f1159890c186b65f3 Mon Sep 17 00:00:00 2001 From: zwtmichael Date: Thu, 16 Jan 2025 03:36:09 +0000 Subject: [PATCH 4/4] update bundle.json. Signed-off-by: zwtmichael --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index c0e5b63..2d7932d 100644 --- a/bundle.json +++ b/bundle.json @@ -31,7 +31,7 @@ "build": { "sub_component": [ "//third_party/sqlite:sqlite", - "//third_party/sqlite:sqliteicu", + "//third_party/sqlite:sqliteicu" ], "inner_kits": [ { -- Gitee