]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: Revert ad601c7962 from 3.14.1 amalgamation package
authorJianxun Zhang <jianxun.zhang@linux.intel.com>
Thu, 13 Oct 2016 20:16:34 +0000 (13:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 08:57:06 +0000 (09:57 +0100)
commitdda0c80019b181a5e323a82d346f86c6fffb6756
tree149fb05296a8b6ebb814b4805f5260fbcccf7c71
parent1296cc0538efe64d666868fd28c5b195ec9c08ff
sqlite3: Revert ad601c7962 from 3.14.1 amalgamation package

It turns out this change between 3.12.2 and 3.13 introduces
a 2% increase of build time based on statistic data in
bz10367.

The added patch is forged by diffing the new sqlite3.c
generated from reverting the change in raw source of sqlite3
project, and then manually migrate the delta to a sqlite3.c
from the 3.14.1 tarball package because what recipes reference
is actually a generated C code (amalgamation) release package
and we cannot apply the real change to 3.14.1 cleanly due to
so many changes happened.

Fixes [YOCTO #10367]

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/sqlite/files/0001-revert-ad601c7962-that-brings-2-increase-of-build-ti.patch [new file with mode: 0644]
meta/recipes-support/sqlite/sqlite3_3.14.1.bb