[OE-core] [PATCH] Add bash as RDEPENDS for gstreamer

Martin Jansa martin.jansa at gmail.com
Fri Sep 30 07:08:26 UTC 2011


On Thu, Sep 29, 2011 at 08:56:17PM -0500, Matthew McClintock wrote:
> 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 at 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"

This should be RDEPENDS_${PN} at least, but are you sure it's needed by
target package? not just for build?

Regards,

>  
> -PR = "r1"
> +PR = "r2"
>  
>  SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
>             file://check_fix.patch \
> -- 
> 1.7.6.1
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20110930/975368a5/attachment-0002.sig>


More information about the Openembedded-core mailing list