diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-12-06 15:07:13 +0100 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-12-06 15:10:38 +0100 |
commit | 4ab9d99a48006f9ee2da945824cb13b29cc5cac3 (patch) | |
tree | 5015442bec76d8286465d883fcd1ce1ac9a5be9d | |
parent | 37e0eaae014fc3f6f498606833d56bbe7db687b0 (diff) |
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 <ronan.lemartret@iot.bzh>
-rw-r--r-- | meta-agl/recipes-graphics/images/agl-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |