From: <jackie.huang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] python: Fix to support the python module _bsddb built with db 5.3
Date: Sat, 4 Aug 2012 21:14:07 +0800 [thread overview]
Message-ID: <cover.1344085668.git.jackie.huang@windriver.com> (raw)
From: Jackie Huang <jackie.huang@windriver.com>
_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@windriver.com>
---
The following changes since commit a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548:
gcc: Bump PR since there have been several gcc changes and various problems reported and this should flush anything stale out (2012-08-03 10:32:24 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/bug2749_bsddb_0804
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/bug2749_bsddb_0804
Jackie Huang (1):
python: Fix to support the python module _bsddb built with db 5.3
.../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(-)
delete mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_bsddb.patch
create mode 100644 meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch
create mode 100644 meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch
--
1.7.4
next reply other threads:[~2012-08-04 13:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-04 13:14 jackie.huang [this message]
2012-08-04 13:14 ` [PATCH 1/1] python: Fix to support the python module _bsddb built with db 5.3 jackie.huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1344085668.git.jackie.huang@windriver.com \
--to=jackie.huang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.