Openembedded Core Discussions
 help / color / mirror / Atom feed
* Danny - backport - gst-meta-base x11 fix
@ 2012-11-30 22:37 Saul Wold
  2012-12-03 13:54 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2012-11-30 22:37 UTC (permalink / raw)
  To: Burton, Ross,
	'Patches and discussions about the oe-core layer'

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]


Ross,

Since we have a fix in master (1.4) already for this, we should just 
backport it.

OE-Core: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3
Poky: 115076c0d8fa0e9f100136b8f060e59d978c4fca

Thanks

-- 
     Sau!

Saul Wold
Yocto Component Wrangler @ Intel
Yocto Project / Poky Build System


[-- Attachment #2: 0001-gst-meta-base-include-ximagesink-plugin-when-x11-is-.patch --]
[-- Type: text/x-patch, Size: 1789 bytes --]

From 115076c0d8fa0e9f100136b8f060e59d978c4fca Mon Sep 17 00:00:00 2001
From: Saul Wold <sgw@linux.intel.com>
Date: Wed, 24 Oct 2012 13:52:17 -0700
Subject: [PATCH] gst-meta-base: include ximagesink plugin when x11 is a
 feature

(From OE-Core rev: 6e44bf71fd4645ea09b3e34b907b17e92b5225e3)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
index 1788104..2fb39d5 100644
--- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 
-PR = "r10"
+PR = "r11"
 
 PACKAGES = "\
     gst-meta-base \
+    gst-meta-x11-base \
     gst-meta-audio \
     gst-meta-debug \
     gst-meta-video"
@@ -23,7 +24,6 @@ RDEPENDS_gst-meta-base = "\
     gst-plugins-base-gio \
     gst-plugins-base-alsa \
     gst-plugins-base-volume \
-    gst-plugins-base-ximagesink \
     gst-plugins-base-audioconvert \
     gst-plugins-base-audioresample \
     gst-plugins-base-typefindfunctions \
@@ -32,6 +32,7 @@ RDEPENDS_gst-meta-base = "\
     gst-plugins-good-autodetect \
     gst-plugins-good-souphttpsrc"
 
+RDEPENDS_gst-meta-x11-base = "${@base_contains('DISTRO_FEATURES', 'x11', 'gst-plugins-base-ximagesink', '', d)}"
 
 RDEPENDS_gst-meta-audio = "\
     gst-meta-base \
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-03 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 22:37 Danny - backport - gst-meta-base x11 fix Saul Wold
2012-12-03 13:54 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox