summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3.inc
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-01 21:07:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:43:24 +0000
commit549c5046deaa72ffd09f10d07178e8a74987a699 (patch)
treeaff9ec6a5c4f77cc0ca4a0758a3e2afa0fe31545 /meta/recipes-support/sqlite/sqlite3.inc
parent0242799a09fbdeab3ee930c5a4540b290f554d89 (diff)
downloadpoky-549c5046deaa72ffd09f10d07178e8a74987a699.tar.gz
sqlite3: upgrade 3.37.2 -> 3.38.0
Remove invalid PACKAGECONFIG : json1 (From OE-Core rev: 3f665656e3c0134994015235c24240086d5324fc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index aa5dc0974b..9a0de08553 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -23,15 +23,14 @@ CVE_PRODUCT = "sqlite"
23inherit autotools pkgconfig siteinfo 23inherit autotools pkgconfig siteinfo
24 24
25# enable those which are enabled by default in configure 25# enable those which are enabled by default in configure
26PACKAGECONFIG ?= "fts4 fts5 json1 rtree dyn_ext" 26PACKAGECONFIG ?= "fts4 fts5 rtree dyn_ext"
27PACKAGECONFIG:class-native ?= "fts4 fts5 json1 rtree dyn_ext" 27PACKAGECONFIG:class-native ?= "fts4 fts5 rtree dyn_ext"
28 28
29PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" 29PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit"
30PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" 30PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses"
31PACKAGECONFIG[fts3] = "--enable-fts3,--disable-fts3" 31PACKAGECONFIG[fts3] = "--enable-fts3,--disable-fts3"
32PACKAGECONFIG[fts4] = "--enable-fts4,--disable-fts4" 32PACKAGECONFIG[fts4] = "--enable-fts4,--disable-fts4"
33PACKAGECONFIG[fts5] = "--enable-fts5,--disable-fts5" 33PACKAGECONFIG[fts5] = "--enable-fts5,--disable-fts5"
34PACKAGECONFIG[json1] = "--enable-json1,--disable-json1"
35PACKAGECONFIG[rtree] = "--enable-rtree,--disable-rtree" 34PACKAGECONFIG[rtree] = "--enable-rtree,--disable-rtree"
36PACKAGECONFIG[session] = "--enable-session,--disable-session" 35PACKAGECONFIG[session] = "--enable-session,--disable-session"
37PACKAGECONFIG[dyn_ext] = "--enable-dynamic-extensions,--disable-dynamic-extensions" 36PACKAGECONFIG[dyn_ext] = "--enable-dynamic-extensions,--disable-dynamic-extensions"