diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-18 10:16:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-18 16:43:16 +0100 |
commit | ea31d45def0e9fc4ed1c1ef92756d807ff59fe72 (patch) | |
tree | bc847d5e683581b1e299dbb7189540fcea08bcf5 /meta/recipes-graphics/images | |
parent | 8f59aa06f3eb955d58600dfc628bd3b5d2aa0f9a (diff) | |
download | openembedded-core-ea31d45def0e9fc4ed1c1ef92756d807ff59fe72.tar.gz openembedded-core-ea31d45def0e9fc4ed1c1ef92756d807ff59fe72.tar.bz2 openembedded-core-ea31d45def0e9fc4ed1c1ef92756d807ff59fe72.zip |
core-image-weston: add weston-examples to the image
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index e49b20567a..cb9d7c7966 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -6,4 +6,4 @@ LICENSE = "MIT" inherit core-image -CORE_IMAGE_BASE_INSTALL += "weston weston-init gtk+3-demo" +CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo" |