[oe-commits] [openembedded-core] 31/32: core-image-weston: add sudo to image explicitly

git at git.openembedded.org git at git.openembedded.org
Tue Aug 23 09:12:46 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 62a8aefc8888448cde1735f58c3128c29c553a48
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Aug 22 21:24:22 2016 +0100

    core-image-weston: add sudo to image explicitly
    
    This is a very rough image for testing purposes, and the OE automated tests
    expect that non-minimal images have sudo in (for the RPM tests), so install sudo
    explicitly.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/images/core-image-weston.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index e36655f..ad48767 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -8,5 +8,5 @@ inherit core-image distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "wayland"
 
-CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
+CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples sudo"
 CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list