diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-18 00:17:10 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:31 +0100 |
commit | b3c750e29c3bb822f99cc0254796f370faaee7a1 (patch) | |
tree | 0e24a48df8feceb426d836645b32d2113a1c077d | |
parent | 853bc53cd58a621918f0e5ce662dba263d1befb4 (diff) | |
download | poky-b3c750e29c3bb822f99cc0254796f370faaee7a1.tar.gz |
core-image-x11: Ensure x11 distro feature is enabled
(From OE-Core rev: 4cdf1601e0c5e46988f84a5abc38a201bbefec62)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/images/core-image-x11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/meta/recipes-graphics/images/core-image-x11.bb index 64dc053f37..14bb1ac9d0 100644 --- a/meta/recipes-graphics/images/core-image-x11.bb +++ b/meta/recipes-graphics/images/core-image-x11.bb | |||
@@ -4,4 +4,6 @@ IMAGE_FEATURES += "splash package-management x11-base" | |||
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | inherit core-image | 7 | inherit core-image distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||