]> code.ossystems Code Review - openembedded-core.git/commit
python: explicitly disable bluetooth.h check
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 4 Jan 2014 17:20:20 +0000 (18:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 16:30:01 +0000 (16:30 +0000)
commit46fc4d6b7c17e19088917ec46234bafc76f5655f
treed25a7ff4a1bac661d6d0f012e3c1f4e504719d91
parentf795ea31eb9f607c772f8969f34b2e3c3aa2bd23
python: explicitly disable bluetooth.h check

* bluetooth.h is autodetected from sysroot and influences 2 python files:
  /usr/include/python2.7/pyconfig-32.h
  /usr/lib/python2.7/lib-dynload/_socket.so
* it doesn't link with bluez, so it wasn't detected by
  test-dependencies.sh, but still causes undeterministic builds and
  should be fixed
* we can use PACKAGECONFIG, but I don't expect many people to use bt
  support in python-socket

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python.inc