diff options
| -rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 5ff35d772c..8702bef8e9 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
| @@ -8,7 +8,9 @@ IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbe | |||
| 8 | 8 | ||
| 9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
| 10 | 10 | ||
| 11 | inherit core-image | 11 | inherit core-image features_check |
| 12 | |||
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 12 | 14 | ||
| 13 | TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0-utils" | 15 | TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0-utils" |
| 14 | TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0-utils" | 16 | TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0-utils" |
