All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: "Burton, Ross" <ross.burton@intel.com>,
	 'Patches and discussions about the oe-core layer'
	<openembedded-core@lists.openembedded.org>
Subject: Danny - backport - gst-meta-base x11 fix
Date: Fri, 30 Nov 2012 14:37:07 -0800	[thread overview]
Message-ID: <50B93513.4020209@linux.intel.com> (raw)

[-- 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


             reply	other threads:[~2012-11-30 22:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-30 22:37 Saul Wold [this message]
2012-12-03 13:54 ` Danny - backport - gst-meta-base x11 fix Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50B93513.4020209@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.