diff options
-rw-r--r-- | meta/recipes-core/meta/meta-toolchain-gmae.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-toolchain-gmae.bb b/meta/recipes-core/meta/meta-toolchain-gmae.bb index 71d5b16f8b..595aba3030 100644 --- a/meta/recipes-core/meta/meta-toolchain-gmae.bb +++ b/meta/recipes-core/meta/meta-toolchain-gmae.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg" | 1 | TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg" |
2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" | 2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" |
3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" | 3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" |
4 | PROVIDES = "meta-toolchain-sdk" | ||
4 | require meta-toolchain.bb | 5 | require meta-toolchain.bb |
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index cef44cdba5..551e3c926a 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9 | |||
16 | file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 16 | file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
17 | 17 | ||
18 | DEPENDS = "zlib ncurses virtual/libintl" | 18 | DEPENDS = "zlib ncurses virtual/libintl" |
19 | DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native" | 19 | DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native" |
20 | 20 | ||
21 | inherit autotools gettext | 21 | inherit autotools gettext |
22 | 22 | ||