summaryrefslogtreecommitdiff
path: root/packages/python/python-pexpect_0.99.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-12-10 18:44:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-10 18:44:57 +0000
commit8ffbcc7970b71a1aea24c7d89d549137774cd3f2 (patch)
tree70ba155c4c20c6b3a4c4012f5121dfa843ad2c8a /packages/python/python-pexpect_0.99.bb
parentd91fc0660b1c8deaa504ad0c418cb99bd5981eaf (diff)
zaurus-clamshell-2.6.conf: Add sound modules and their dependencies. Also add some network module dependencies. This can be simplified when we correct 2.6 kernel module package dependencies. Switch to kernel internal hostap.
Diffstat (limited to 'packages/python/python-pexpect_0.99.bb')
0 files changed, 0 insertions, 0 deletions
o/libfm/menu-cache: Add missing gtk-doc class dependenciesRichard Purdie1 These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-02-28autotools-brokensep: Mark recipes with broken separate build dir supportRichard Purdie1 This patch goes through the OE-Core recipes and marks those which use autotools but don't support a separate build directory (${S} != ${B}). A new class, autotools-brokensep is used for this purpose. This doesn't introduce any change in behaviour in its own right. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton1 A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 2013-09-11libcroco: disable Bsymbolic if it is not supported on some hostsTing Liu1 When trying to build on my Centos 5.5 machine, got below error: | checking for gtkdoc-mkpdf... no | checking whether to build gtk-doc documentation... no | checking for CROCO... yes | checking if gcc supports "-Wl,-Bsymbolic-functions" flag... | configure: error: -Bsymbolic requested but not supported by ld. Use --disable-Bsymbolic to disable | Configure failed. The contents of all config.log files follows to aid debugging | | configure: exit 1 | ERROR: oe_runconf failed Set --enable-Bsymbolic=auto to disable it when it is not suppported. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>