[oe-commits] Jackie Huang : python: Fix to support the python module _bsddb built with db 5.3

git at git.openembedded.org git at git.openembedded.org
Mon Aug 6 14:22:41 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 11267f8a1ccf65142988b095351a84b0fa0fcbcf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=11267f8a1ccf65142988b095351a84b0fa0fcbcf

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Sat Aug  4 21:14:08 2012 +0800

python: Fix to support the python module _bsddb built with db 5.3

_bsddb module in python 2.7 could be built only with db version
between 4.1 and 4.7. A patch was added to avoid build warning
about this for [YOCTO #1937] but not actually fixed it.

This patch enable _bsddb module be built with db 5.3, and remove
--disable-statistics from the DB5_CONFIG to fix segmentation fault
when using _bsddb module in python.

[YOCTO #2749]

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../python/python/avoid_warning_about_bsddb.patch  |   23 -
 .../python/python-2.7.3-berkeley-db-5.3.patch      | 1570 ++++++++++++++++++++
 .../python/python-2.7.3-remove-bsdb-rpath.patch    |   22 +
 meta/recipes-devtools/python/python_2.7.3.bb       |    5 +-
 meta/recipes-support/db/db_5.3.15.bb               |    4 +-
 5 files changed, 1597 insertions(+), 27 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=11267f8a1ccf65142988b095351a84b0fa0fcbcf




More information about the Openembedded-commits mailing list