Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Add bash as RDEPENDS for gstreamer
@ 2011-09-30  1:56 Matthew McClintock
  2011-09-30  7:08 ` Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matthew McClintock @ 2011-09-30  1:56 UTC (permalink / raw)
  To: openembedded-core

This fixes the following build issue:

| error: Failed dependencies:
| 	/bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
Not sure how to say we just depend on /bin/sh instead of requiring
the full blown version of bash

 .../gstreamer/gstreamer_0.10.32.bb                 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
index 1713755..63ed7cb 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.32.bb
@@ -8,8 +8,9 @@ LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4"
 DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
+RDEPENDS = "bash"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
            file://check_fix.patch \
-- 
1.7.6.1





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

end of thread, other threads:[~2011-09-30 22:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30  1:56 [PATCH] Add bash as RDEPENDS for gstreamer Matthew McClintock
2011-09-30  7:08 ` Martin Jansa
2011-09-30  7:49 ` Phil Blundell
2011-09-30  9:20 ` Richard Purdie
2011-09-30 15:48   ` McClintock Matthew-B29882
2011-09-30 16:30     ` McClintock Matthew-B29882
2011-09-30 22:25       ` Richard Purdie

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