diff options
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 9200ae5440..5ff35d772c 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -10,8 +10,8 @@ LICENSE = "MIT" | |||
10 | 10 | ||
11 | inherit core-image | 11 | inherit core-image |
12 | 12 | ||
13 | TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0" | 13 | 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" | 14 | TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0-utils" |
15 | 15 | ||
16 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' | 16 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' |
17 | QB_MEM:qemuarmv5 = "-m 256" | 17 | QB_MEM:qemuarmv5 = "-m 256" |