aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libcanberra
AgeCommit message (Collapse)Author
2016-04-28meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton
base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-23libcanberra: upgrade and add packageconfig for gstreamer and gtkJackie Huang
- GStreamer 0.10 has been removed meta-openembedded/meta-multimedia and 1.0 left in oe-core, so upgrade libcanberra to the version that support GStreamer 1.0 - GStreamer and gtk support for libcanberra are optional, add PACKAGECONFIG for them, and use x11 DISTRO_FEATURES to decide if gtk is needed, gstreamer is not enabled by default. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09libcanberra: fix installed-vs-shipped warningRobert Yang
When build libcanberra for powerpc64 bsp, it shows warning: WARNING: QA Issue: libcanberra: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/canberra-system-shutdown.service /lib/systemd/system/canberra-system-shutdown-reboot.service /lib/systemd/system/canberra-system-bootup.service [installed-vs-shipped] Update FILES_${PN}-systemd to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing gtk-doc class dependenciesRichard Purdie
* These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03libcanberra: fix QA Warning Files/directories were installed but not shippedHongxu Jia
... WARNING: QA Issue: lib32-libcanberra: Files/directories were installed but not shipped /usr/lib/libcanberra-0.29/libcanberra-gstreamer.so /usr/lib/libcanberra-0.29/libcanberra-multi.so /usr/lib/libcanberra-0.29/libcanberra-pulse.so /usr/lib/libcanberra-0.29/libcanberra-null.so /usr/lib/libcanberra-0.29/libcanberra-alsa.so /usr/lib/libcanberra-0.29/.debug /usr/lib/libcanberra-0.29/.debug/libcanberra-gstreamer.so /usr/lib/libcanberra-0.29/.debug/libcanberra-multi.so /usr/lib/libcanberra-0.29/.debug/libcanberra-pulse.so /usr/lib/libcanberra-0.29/.debug/libcanberra-null.so /usr/lib/libcanberra-0.29/.debug/libcanberra-alsa.so ... The dynamic libraries were installed into '${BPN}-${PV}' rather than '${P}'. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05libcanberra: move libtool librarties for modules to dev packageAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05libcanberra avoid gtk3 dragged in at gtk2 environmentsAndreas Müller
* build two versions of canberra-gtk-play for gtk2 and gtk3. * move canberra-gtk-play to libcanberra-gtk2 and canberra-gtk3-play to libcanberra-gtk2. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19libcanberra: handle alsa and pulsaudio by PACKAGECONFIG - defaults based ↵Andreas Müller
upon DISTRO_FEATURES Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19libcanberra: remove r0 - it is of no useAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19libcanberra: add PACKAGES_DYNAMIC so we use the splitted packagesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-22libcanberra: upgrade and refresh packagingRoss Burton
Update to 0.29 (latest, 0.30, needs GStreamer 1.0) and refresh the package based on the different recipes in oe-core and meta-oe. Explicitly depend on GTK+ 2 and GTK+ 3, but split those dependencies into different packages. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>