[OE-core] [PATCH] sqlite3: update to version 3.8.0.1

Saul Wold sgw at linux.intel.com
Tue Sep 3 15:42:17 UTC 2013


On 09/02/2013 04:36 AM, maxin.john at enea.com wrote:
> From: "Maxin B. John" <maxin.john at 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 at 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}"
>



More information about the Openembedded-core mailing list