From 4ab9d99a48006f9ee2da945824cb13b29cc5cac3 Mon Sep 17 00:00:00 2001 From: Ronan Date: Tue, 6 Dec 2016 15:07:13 +0100 Subject: fix agl-image-weston build * weston-init provides weston.service as weston. We only want one recipe which provides weston.service Change-Id: I2b9db570d466cd8f4007e2c28e0231f77d0a36ca Signed-off-by: Ronan --- meta-agl/recipes-graphics/images/agl-image-weston.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl/recipes-graphics/images/agl-image-weston.bb b/meta-agl/recipes-graphics/images/agl-image-weston.bb index 62065b1aa..a5475222d 100644 --- a/meta-agl/recipes-graphics/images/agl-image-weston.bb +++ b/meta-agl/recipes-graphics/images/agl-image-weston.bb @@ -8,4 +8,4 @@ inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "wayland" -CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples" +CORE_IMAGE_BASE_INSTALL += "weston weston-examples" -- cgit 1.2.3-korg