diff options
-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" | ||