[meta-freescale] [meta-fsl-arm][PATCH 2/2] gst-plugins-gl: Enforce glib2 deprecated API support

ronunes at gmail.com ronunes at gmail.com
Tue Jul 9 16:29:49 PDT 2013


From: Rogerio Nunes <rogerio.nunes at freescale.com>

With newer version of the glib2 recipe in poky, deprecated APIs
have been enforced disabled, so we need to re-enable them
in the meta-fsl-arm layer while they are still in use.

Signed-off-by: Rogerio Nunes <rogerio.nunes at freescale.com>
---
 .../gstreamer/gst-plugins-gl_0.10.3.bbappend       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
index 3cf5991..611e922 100644
--- a/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
+++ b/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bbappend
@@ -7,4 +7,4 @@ DEPENDS_append_mx6 = " gst-fsl-plugin gpu-viv-bin-mx6q"
 
 SRC_URI_append_mx6 = " file://IMX_MMCODEC_3.0.35_4.0.0.patch"
 
-CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS"
+CFLAGS_append_mx6 = " -DGLIB_DISABLE_DEPRECATION_WARNINGS -UG_DISABLE_DEPRECATED"
-- 
1.7.9.5




More information about the meta-freescale mailing list