[OE-core] [PATCH 1/1] tools-testapps: add xserver in dependency

Saul Wold sgw at linux.intel.com
Thu Jun 6 03:17:07 UTC 2013


On 06/05/2013 12:28 PM, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>
> This package group adds packages needing Xserver, These packages
> demand X drivers such as EMGD driver. And if the image does not
> include Xserver then it causes a build error about Xserver like
> this:
>     Error: no package provides xorg-abi-video-8
>
> Fix the issue by adding Xserver as one of the dependency.
>
> Fixes this bug:
> [YOCTO #4615]
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>   meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> index 343ae1c..6619a98 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> @@ -5,7 +5,7 @@
>   SUMMARY = "Testing tools/applications"
>   LICENSE = "MIT"
>
> -PR = "r2"
> +PR = "r3"
>
>   inherit packagegroup
>
> @@ -44,4 +44,5 @@ RDEPENDS_${PN} = "\
>       xvideo-tests \
>       ltp \
>       connman-client \
> +    xserver-xorg \
>
Nitin,

This seems like a stop-gap, what changed in the last few weeks that 
caused the -lsb bsps to stop working?  All the meta-yocto-bsp work 
correctly, so it's something to do with emgd.  Maybe there is a missing 
dependency in the emgd chain.

Sau!

     "
>



More information about the Openembedded-core mailing list