diff options
author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2013-11-06 18:15:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-08 17:24:50 +0000 |
commit | 9fb82ebab552d1808bae3b4898dd05022913165b (patch) | |
tree | f32834572d8d37ff3f892e73e83989fdad645b56 /meta/classes/utility-tasks.bbclass | |
parent | 24093e26f246f222c385dc37a2f8cf8b0f183175 (diff) | |
download | openembedded-core-9fb82ebab552d1808bae3b4898dd05022913165b.tar.gz openembedded-core-9fb82ebab552d1808bae3b4898dd05022913165b.tar.bz2 openembedded-core-9fb82ebab552d1808bae3b4898dd05022913165b.zip |
sqlite3: Add support for column metadata API
I found that Mono.Data.SQlite has a dependency on the column meta-data API, thus enabling this API enables use of Hibernate / Mono with SQLite and no doubt enables other ORMs / utility libraries.
ref: https://bugzilla.xamarin.com/show_bug.cgi?id=6333
The API is present in the used SQLite3 sqlite-autoconf-3080002 source-base. Thus we are enabling pre-existing SQLite support rather than introducing new code.
I am not aware of any issues that enabling this SQLite functionality introduces, other than a slightly increased library size of circa 1.5KB , i.e. coretexa9_vfp_neon i.MX6
- with column meta-data API 610360 libsqlite3.so.0.8.6
- without column meta-data API 608880 libsqlite3.so.0.8.6
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/utility-tasks.bbclass')
0 files changed, 0 insertions, 0 deletions