All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] sqlite3: upgrade to 3.24.0
@ 2018-06-13 14:54 Maxin B. John
  2018-06-13 15:37 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Maxin B. John @ 2018-06-13 14:54 UTC (permalink / raw)
  To: openembedded-core

Disable fts5 support as it causes build errors for pseudo.

Signed-off-by: Maxin B. John <maxin.john@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 \
 "
 
 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"
-- 
2.4.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] sqlite3: upgrade to 3.24.0
  2018-06-13 14:54 [PATCH v2] sqlite3: upgrade to 3.24.0 Maxin B. John
@ 2018-06-13 15:37 ` Khem Raj
  2018-06-14  7:39   ` Maxin B. John
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-06-13 15:37 UTC (permalink / raw)
  To: Maxin B. John, openembedded-core

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.john@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

>   
>   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"
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] sqlite3: upgrade to 3.24.0
  2018-06-13 15:37 ` Khem Raj
@ 2018-06-14  7:39   ` Maxin B. John
  0 siblings, 0 replies; 3+ messages in thread
From: Maxin B. John @ 2018-06-14  7:39 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

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.john@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-14  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13 14:54 [PATCH v2] sqlite3: upgrade to 3.24.0 Maxin B. John
2018-06-13 15:37 ` Khem Raj
2018-06-14  7:39   ` Maxin B. John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.