Hi Khem,

On Wed, Jun 13, 2018 at 08:37:14AM -0700, Khem Raj wrote:
> Hi Maxin
> 
> On 6/13/18 7:54 AM, Maxin B. John wrote:
> >Disable fts5 support as it causes build errors for pseudo.
> >
> >Signed-off-by: Maxin B. John <maxin.j...@intel.com>
> >---
> >  meta/recipes-support/sqlite/sqlite3.inc                              | 1 +
> >  meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => sqlite3_3.24.0.bb} | 4 
> > ++--
> >  2 files changed, 3 insertions(+), 2 deletions(-)
> >  rename meta/recipes-support/sqlite/{sqlite3_3.23.1.bb => 
> > sqlite3_3.24.0.bb} (59%)
> >
> >diff --git a/meta/recipes-support/sqlite/sqlite3.inc 
> >b/meta/recipes-support/sqlite/sqlite3.inc
> >index 95ec89c..7312c84 100644
> >--- a/meta/recipes-support/sqlite/sqlite3.inc
> >+++ b/meta/recipes-support/sqlite/sqlite3.inc
> >@@ -31,6 +31,7 @@ EXTRA_OECONF = " \
> >      --enable-shared \
> >      --enable-threadsafe \
> >      --disable-static-shell \
> >+    --enable-fts5=no \
> >  "
> 
> is this causing issues for pseudo target recipe ?
> perhaps its better to turn it into a packageconfig

Ok, Will do that.

> >  CFLAGS_append = " -fPIC"
> >diff --git a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb 
> >b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> >similarity index 59%
> >rename from meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> >rename to meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> >index 3755761..ce18fec 100644
> >--- a/meta/recipes-support/sqlite/sqlite3_3.23.1.bb
> >+++ b/meta/recipes-support/sqlite/sqlite3_3.24.0.bb
> >@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = 
> >"file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
> >  SRC_URI = "\
> >    http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
> >    "
> >-SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
> >-SRC_URI[sha256sum] = 
> >"92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
> >+SRC_URI[md5sum] = "dcd96fb9bbb603d29f6b0ad9554932ee"
> >+SRC_URI[sha256sum] = 
> >"d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a"

Best Regards,
Maxin
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to