buildroot/package/python
Bernd Kuhls 2b9d07fb5d python2: Fix disabling module bsddb
Using this minimal defconfig

BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_BERKELEYDB=y

the current code does not prevent the build of

output/build/python-2.7.6/Modules/_bsddb.o

because the module is really called _bsddb,
see python-2.7.6/Modules/_bsddb.c, line 9604.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-26 12:13:38 +02:00
..
Config.in
python-001-remove-host-header-path.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-002-fix-get-python-inc.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-003-properly-detect-if-python-build.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-004-sysconfigdata-install-location.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-005-pyc-pyo-conditional.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-006-cross-compile-getaddrinfo.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-007-disable-extensions.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-008-distutils-use-python-sysroot.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-009-no-termcap-host-path.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-010-fix-python-config.patch python: fixup python-config script 2014-03-02 15:20:16 +01:00
python-011-remove-python-symlink.patch python: rework python symlinks installation 2014-04-05 15:31:19 +02:00
python-012-support-library-path-old-compilers.patch python: do not rely only on LIBRARY_PATH for old compilers 2014-04-20 18:35:53 +02:00
python-013-fix-readline-6.3.patch python: fix readline extension compilation with readline 6.3 2014-04-20 18:45:56 +02:00
python-100-optional-test-modules.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-101-optional-pydoc.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-102-optional-2to3.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-103-optional-sqlite.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-104-optional-tk.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-105-optional-curses.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-106-optional-expat.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-107-optional-codecs-cjk.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-108-optional-nis.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-109-optional-unicodedata.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-110-optional-db.patch python2: Fix disabling module bsddb 2014-05-26 12:13:38 +02:00
python-111-optional-ssl.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-112-optional-bzip2.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python-113-optional-zlib.patch python: bump to 2.7.6 2014-02-14 21:41:43 +01:00
python.mk python: fix host-python symlink installation when no python is selected 2014-04-06 11:55:26 +02:00