meta-openembedded/meta-oe
Martin Jansa d8a1e2b847 portaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jack
* autoenabled dependencies on alsa-lib and jack are breaking espeak
  when it's built against portaudio in sysroot without them
  | ld: warning: libasound.so.2, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link)
  | ld: warning: libjack.so.0, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link)
  | usr/lib/libportaudio.so: undefined reference to `snd_pcm_sw_params_sizeof@ALSA_0.9'
  | usr/lib/libportaudio.so: undefined reference to `snd_pcm_hw_params_test_period_size@ALSA_0.9'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-22 09:51:26 +02:00
..
classes recipes: Unify indentation 2013-04-15 16:23:17 +02:00
conf layer.conf: add ca-certificates to SIGGEN_EXCLUDERECIPES_ABISAFE 2013-03-21 22:01:08 +01:00
recipes-benchmark fio: Add armv6 support 2013-04-19 02:45:27 +02:00
recipes-connectivity samba: Add usershare directory to the package 2013-05-21 19:16:33 +02:00
recipes-core llvm2.9: add LLVM_EXTRA_ARCH to enable X86 unless building for x86 2013-04-29 10:51:08 +02:00
recipes-devtools python-feedparser: Changed from distutils to setuptools 2013-08-22 09:51:25 +02:00
recipes-extended rsyslog: inherit pkgconfig 2013-08-22 09:51:25 +02:00
recipes-gnome recipes: Unify indentation 2013-04-15 16:23:17 +02:00
recipes-graphics xorg-sgml-doctools: add missing dependency on util-macros 2013-08-22 09:51:25 +02:00
recipes-kernel compat-wireless: exclude from world 2013-04-30 21:23:10 +02:00
recipes-multimedia media-ctl: inherit pkgconfig 2013-08-22 09:51:25 +02:00
recipes-navigation libspatialite: add missing dependency on sqlite3 2013-08-22 09:51:25 +02:00
recipes-qt qtserialport-e: Various fixes per openembedded-devel list comments. 2013-04-30 21:22:43 +02:00
recipes-sato/claws-mail claws-plugins-*: Update SRC_URI 2013-06-11 09:00:55 +02:00
recipes-support portaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jack 2013-08-22 09:51:26 +02:00
site rp-pppoe: Port from oe.dev 2011-07-26 21:51:39 +02:00
COPYING.MIT
README README: show github mirror URL in layer dependencies 2013-04-29 11:06:48 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: dylan
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][dylan][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>