summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Fix RSS-related issues for rcar gen2Jan-Simon Möller1-3/+4
For pyro we need to fix a few recipes to work with the recipe specific sysroot feature. Change-Id: I9cc12083675ea2522a1f453f603b034e911d79fd Bug-AGL: SPEC-646 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-04-26Fix gstreamer1.0-plugins buildronan@iot.bzh1-0/+1
Add missing dependency on gettext-native. do_patch uses autopoint tool provides by gettext-native. Bu-AGL: SPEC-551 Change-Id: Ia619753889ee7e99bfeaf14946534fba36d8ef20 Signed-off-by: ronan@iot.bzh <ronan@iot.bzh>
2017-01-16replace deprecated function base_containsRonan3-5/+5
* replace base_contains by bb.utils.contains * base_contains is deprecated use bb.utils.contains instead * yocto version: 2.2 Change-Id: Ida44a8ded5040cb8bcc1e6140dcbdc795463ce9a Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-12gstreamer1.0-plugins: add missing dependency on autoconfStephane Desneux1-1/+1
Change-Id: Id8160fc3d04adbfbe95ff9535978cde096831ca2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-01-12Fix bitbake parsingRonan Le Martret1-21/+0
The file gst-plugins-bad contains a wrong statement and overrides for an unused platform. Remove. v2 (jsmoeller): remove all unnecessary stuff Change-Id: I0d0b57d7571ee4a2620b63d5f3c37c1f3c41c19c Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-01Changes to meta-renesas for building with YP 2.1.1 'krogoth'Jan-Simon Möller78-34/+3899
Notable changes: - We drop old appends (libgcc_4.8.bbappend, qemu_%.bbappends, gtk+_2.24.%.bbappend) - All gstreamer1.0_1.2.3 related recipes are now in meta-reneas and have been heavily massaged to work with YP 2.1.1 . - systemd needs a patch due to the old kernel - linux-libc-headers needed a patch TODO: - Test and fix Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-01-19common: gstreamer-plugins-*: remove redundant descriptionYannick Gicquel3-22/+2
these were backported from upstream meta-renesas: http://git.yoctoproject.org/git/meta-renesas please refer to 6427ea7388...d556a1491d Change-Id: I75047f07037f7412f27730d5143aa02935930b8e Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu65-0/+3650
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>