This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Osmocom layer for OpenEmbedded".
The branch, 201705 has been updated via ef42f48f4eb6357c5ea01bb770a6dfb7e38e0c6a (commit) from fdbb433446fc698370124fb9444fcbde31c84285 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/meta-telephony/commit/?id=ef42f48f4eb6357c5ea01bb770...
commit ef42f48f4eb6357c5ea01bb770a6dfb7e38e0c6a Author: Daniel Willmann dwillmann@sysmocom.de Date: Fri Dec 29 13:08:15 2017 +0100
libdbi: Add version 0.9.0 to fix osmo-msc build failure
A patch is needed to fix compilation: * Link against sqlite3 instead of sqlite for sqlite3 * Disable tests
Remove old libdbi versions and keep/apply the malloc patch
Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
-----------------------------------------------------------------------
Summary of changes: ...ld-resolve-link-failure-in-sqlite3-module.patch | 28 ++++++++++++++++++++++ recipes-misc/libdbi/files/disable-tests.patch | 12 ++++++++++ recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb | 8 ------- recipes-misc/libdbi/libdbi-drivers_0.9.0.bb | 10 ++++++++ recipes-misc/libdbi/libdbi_0.7.2.bb | 3 --- recipes-misc/libdbi/libdbi_0.8.3.bb | 7 ------ recipes-misc/libdbi/libdbi_0.9.0.bb | 7 ++++++ 7 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 recipes-misc/libdbi/files/0001-build-resolve-link-failure-in-sqlite3-module.patch create mode 100644 recipes-misc/libdbi/files/disable-tests.patch delete mode 100644 recipes-misc/libdbi/libdbi-drivers_0.8.3-1.bb create mode 100644 recipes-misc/libdbi/libdbi-drivers_0.9.0.bb delete mode 100644 recipes-misc/libdbi/libdbi_0.7.2.bb delete mode 100644 recipes-misc/libdbi/libdbi_0.8.3.bb create mode 100644 recipes-misc/libdbi/libdbi_0.9.0.bb
hooks/post-receive