Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] sqlite3: update to version 3.8.0.1
@ 2013-09-02 11:36 maxin.john
  2013-09-03 15:42 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: maxin.john @ 2013-09-02 11:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: Maxin B. John

From: "Maxin B. John" <maxin.john@enea.com>

Upgrade to latest version 3.8.0.1

Signed-off-by: Maxin B. John <maxin.john@enea.com>
---
 meta/recipes-support/sqlite/sqlite3_3071700.bb |   10 ----------
 meta/recipes-support/sqlite/sqlite3_3080001.bb |   10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3071700.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3080001.bb

diff --git a/meta/recipes-support/sqlite/sqlite3_3071700.bb b/meta/recipes-support/sqlite/sqlite3_3071700.bb
deleted file mode 100644
index 113e8ce..0000000
--- a/meta/recipes-support/sqlite/sqlite3_3071700.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require sqlite3.inc
-
-LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
-
-SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "18c285053e9562b848209cb0ee16d4ab"
-SRC_URI[sha256sum] = "8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf"
-
-S = "${WORKDIR}/sqlite-autoconf-${PV}"
diff --git a/meta/recipes-support/sqlite/sqlite3_3080001.bb b/meta/recipes-support/sqlite/sqlite3_3080001.bb
new file mode 100644
index 0000000..692e56a
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3080001.bb
@@ -0,0 +1,10 @@
+require sqlite3.inc
+
+LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
+
+SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ee32c96e5db6c6d651c7c9b71082cf7c"
+SRC_URI[sha256sum] = "1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36"
+
+S = "${WORKDIR}/sqlite-autoconf-${PV}"
-- 
1.7.10.4



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

* Re: [PATCH] sqlite3: update to version 3.8.0.1
  2013-09-02 11:36 [PATCH] sqlite3: update to version 3.8.0.1 maxin.john
@ 2013-09-03 15:42 ` Saul Wold
  2013-09-03 16:06   ` Maxin B. John
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-09-03 15:42 UTC (permalink / raw)
  To: maxin.john; +Cc: openembedded-core

On 09/02/2013 04:36 AM, maxin.john@enea.com wrote:
> From: "Maxin B. John" <maxin.john@enea.com>
>
> Upgrade to latest version 3.8.0.1
>

Is there something special about this update?

Otherwise I will hold this until after 1.5 since we are now in 
stabilization and do not do updates of packages at this time, especially 
something that is used by pseudo.

Thanks
	Sau!

> Signed-off-by: Maxin B. John <maxin.john@enea.com>
> ---
>   meta/recipes-support/sqlite/sqlite3_3071700.bb |   10 ----------
>   meta/recipes-support/sqlite/sqlite3_3080001.bb |   10 ++++++++++
>   2 files changed, 10 insertions(+), 10 deletions(-)
>   delete mode 100644 meta/recipes-support/sqlite/sqlite3_3071700.bb
>   create mode 100644 meta/recipes-support/sqlite/sqlite3_3080001.bb
>
> diff --git a/meta/recipes-support/sqlite/sqlite3_3071700.bb b/meta/recipes-support/sqlite/sqlite3_3071700.bb
> deleted file mode 100644
> index 113e8ce..0000000
> --- a/meta/recipes-support/sqlite/sqlite3_3071700.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require sqlite3.inc
> -
> -LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
> -
> -SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "18c285053e9562b848209cb0ee16d4ab"
> -SRC_URI[sha256sum] = "8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf"
> -
> -S = "${WORKDIR}/sqlite-autoconf-${PV}"
> diff --git a/meta/recipes-support/sqlite/sqlite3_3080001.bb b/meta/recipes-support/sqlite/sqlite3_3080001.bb
> new file mode 100644
> index 0000000..692e56a
> --- /dev/null
> +++ b/meta/recipes-support/sqlite/sqlite3_3080001.bb
> @@ -0,0 +1,10 @@
> +require sqlite3.inc
> +
> +LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
> +
> +SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "ee32c96e5db6c6d651c7c9b71082cf7c"
> +SRC_URI[sha256sum] = "1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36"
> +
> +S = "${WORKDIR}/sqlite-autoconf-${PV}"
>


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

* Re: [PATCH] sqlite3: update to version 3.8.0.1
  2013-09-03 15:42 ` Saul Wold
@ 2013-09-03 16:06   ` Maxin B. John
  0 siblings, 0 replies; 3+ messages in thread
From: Maxin B. John @ 2013-09-03 16:06 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

Hi,

On Tue, Sep 03, 2013 at 08:42:17AM -0700, Saul Wold wrote:
> On 09/02/2013 04:36 AM, maxin.john@enea.com wrote:
> >From: "Maxin B. John" <maxin.john@enea.com>
> >
> >Upgrade to latest version 3.8.0.1
> >
>
> Is there something special about this update?
Apart from the regular bug fixes and some new features, 
there is nothing special about this update.
  
> Otherwise I will hold this until after 1.5 since we are now in
> stabilization and do not do updates of packages at this time,
> especially something that is used by pseudo.
I can understand that. This change can wait.

> Thanks
> »·Sau!
> >Signed-off-by: Maxin B. John <maxin.john@enea.com>
> >---
<snip>

Thanks and Regards,
Maxin


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

end of thread, other threads:[~2013-09-03 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 11:36 [PATCH] sqlite3: update to version 3.8.0.1 maxin.john
2013-09-03 15:42 ` Saul Wold
2013-09-03 16:06   ` Maxin B. John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox