Re: [yocto] [PATCH] gstreamer-vaapi: add missing build dependencies

2012-10-23 Thread Tom Zanussi
On Tue, 2012-10-23 at 10:43 +0100, Ross Burton wrote:
> [YOCTO #3321]
> 

Fixed the problem for me here (sugarbay), thanks.

Pulled into meta-intel/master.

Tom

> Signed-off-by: Ross Burton 
> ---
>  common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb 
> b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> index 27552a2..74fa29a 100644
> --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
> @@ -6,7 +6,7 @@ based plugins for GStreamer and helper libraries: 
> `vaapidecode', \
>  LICENSE = "LGPLv2.1+"
>  LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
>  
> -DEPENDS = "gstreamer libva"
> +DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
>  
>  # 0.3.8 tag
>  SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH] gstreamer-vaapi: add missing build dependencies

2012-10-23 Thread Ross Burton
[YOCTO #3321]

Signed-off-by: Ross Burton 
---
 common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb 
b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
index 27552a2..74fa29a 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
@@ -6,7 +6,7 @@ based plugins for GStreamer and helper libraries: 
`vaapidecode', \
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
-DEPENDS = "gstreamer libva"
+DEPENDS = "gstreamer gst-plugins-base gst-plugins-bad libva"
 
 # 0.3.8 tag
 SRCREV = "6ec4c2252a4aa706cd8631cb1083828485b9df9a"
-- 
1.7.10

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto