On Tue, 2022-03-01 at 21:07 +0800, wangmy wrote: > Remove invalid PACKAGECONFIG : json1 > > Signed-off-by: Wang Mingyu <[email protected]> > --- > meta/recipes-support/sqlite/sqlite3.inc | 3 +-- > .../sqlite/{sqlite3_3.37.2.bb => sqlite3_3.38.0.bb} | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) > rename meta/recipes-support/sqlite/{sqlite3_3.37.2.bb => sqlite3_3.38.0.bb} > (86%) > > diff --git a/meta/recipes-support/sqlite/sqlite3.inc > b/meta/recipes-support/sqlite/sqlite3.inc > index aa5dc0974b..b89f509c12 100644 > --- a/meta/recipes-support/sqlite/sqlite3.inc > +++ b/meta/recipes-support/sqlite/sqlite3.inc > @@ -23,7 +23,7 @@ CVE_PRODUCT = "sqlite" > inherit autotools pkgconfig siteinfo > > # enable those which are enabled by default in configure > -PACKAGECONFIG ?= "fts4 fts5 json1 rtree dyn_ext" > +PACKAGECONFIG ?= "fts4 fts5 rtree dyn_ext" > PACKAGECONFIG:class-native ?= "fts4 fts5 json1 rtree dyn_ext" > > PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit"
This triggers: WARNING: sqlite3-native-3_3.38.0-r0 do_configure: QA Issue: sqlite3-native: invalid PACKAGECONFIG: json1 [invalid-packageconfig] but I fixed the patch in master-next. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#162567): https://lists.openembedded.org/g/openembedded-core/message/162567 Mute This Topic: https://lists.openembedded.org/mt/89474876/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
