meta-digi-dey: removed not needed gst-plugins-good bbappend

We are now using the standard yocto kernel headers so the patch to build
the plugin with new kernel headers is not needed.

The rest of the changes in the bbappend (removing gconf dependence) were
needed in yocto-danny, but not in yocto-dylan because the gconf package
does not depend on libx11 anymore.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-10-10 16:57:51 +02:00
parent 84aa411dec
commit 1681b1fa6d
2 changed files with 0 additions and 68 deletions

View File

@ -1,25 +0,0 @@
From: Bastien Nocera <hadess@hadess.net>
Date: Mon, 18 Mar 2013 14:59:35 +0000
Subject: [PATCH] v4l2: fix compilation against newer kernel headers as on FC19
---
sys/v4l2/v4l2_calls.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 309bfb6..ca10bc4 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -294,8 +294,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
break;
case V4L2_CID_HFLIP:
case V4L2_CID_VFLIP:
+#ifndef V4L2_CID_PAN_RESET
case V4L2_CID_HCENTER:
+#endif
+#ifndef V4L2_CID_TILT_RESET
case V4L2_CID_VCENTER:
+#endif
#ifdef V4L2_CID_PAN_RESET
case V4L2_CID_PAN_RESET:
#endif

View File

@ -1,43 +0,0 @@
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://0001-v4l2-fix-compilation-against-newer-kernel-headers-as.patch \
"
PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
PACKAGECONFIG[x11] = ",--disable-gconf --disable-x --disable-xshm --disable-xvideo,"
DEPENDS_no_X := "${@oe_filter_out('gconf', '${DEPENDS}', d)}"
DEPENDS := "${@base_contains('DISTRO_FEATURES', 'x11', '${DEPENDS}', '${DEPENDS_no_X}', d)}"
EXTRA_OECONF += " \
--disable-aalibtest \
--disable-audiofx \
--disable-cairo \
--disable-cutter \
--disable-debug \
--disable-debugutils \
--disable-directsound \
--disable-dv1394 \
--disable-effectv \
--disable-esdtest \
--disable-examples \
--disable-goom \
--disable-goom2k1 \
--disable-gtk-doc \
--disable-libdv \
--disable-libpng \
--disable-osx_audio \
--disable-osx_video \
--disable-rpath \
--disable-shout2test \
--disable-spectrum \
--disable-speex \
--disable-sunaudio \
--disable-valgrind \
"