diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-19 23:03:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-22 16:04:25 +0100 |
commit | 9018cc1664a645a141435f937c96c434acb8fdaf (patch) | |
tree | bc0f238318b450a9983cf3cc8b13a91ceec92c86 /meta-yocto/conf/distro/poky-tiny.conf | |
parent | 939e6947aed7a5747e2761e9b2f3c80f71503f49 (diff) | |
download | poky-9018cc1664a645a141435f937c96c434acb8fdaf.tar.gz |
poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)
After the recent gettext dependency fix (commit 6e5cb40dfaeae4843dd65115f0b8b0f20f58d30e
"gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values",
its no longer necessary to have to have these options to build meta-toolchain.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 327cc1ee2c..8aa838349d 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -64,16 +64,6 @@ ASSUME_PROVIDED += "pkgconfig$" | |||
64 | # Comment out any of the lines below to disable them in the build | 64 | # Comment out any of the lines below to disable them in the build |
65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" | 65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" |
66 | 66 | ||
67 | # Building meta-toolchain currently imposes some additional requirements: | ||
68 | # If you do not plan to build meta-toolchain, you can save ~461KB by | ||
69 | # commenting out the DISTRO_FEATURES_LIBC_TOOLCHAIN assignment | ||
70 | # gettext needs wchar, m4 needs spawn and locale, elfutils needs ftraverse | ||
71 | DISTRO_FEATURES_LIBC_TOOLCHAIN = "libc-posix-clang-wchar \ | ||
72 | libc-spawn libc-locale-code \ | ||
73 | libc-ftraverse libc-libm-big \ | ||
74 | libc-posix-regexp-glibc \ | ||
75 | " | ||
76 | |||
77 | # Required for "who" | 67 | # Required for "who" |
78 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" | 68 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" |
79 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" | 69 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" |
@@ -83,7 +73,6 @@ DISTRO_FEATURES_LIBC = "${DISTRO_FEATURES_LIBC_TINY} \ | |||
83 | ${DISTRO_FEATURES_LIBC_MINIMAL} \ | 73 | ${DISTRO_FEATURES_LIBC_MINIMAL} \ |
84 | ${DISTRO_FEATURES_LIBC_REGEX} \ | 74 | ${DISTRO_FEATURES_LIBC_REGEX} \ |
85 | ${DISTRO_FEATURES_LIBC_NET} \ | 75 | ${DISTRO_FEATURES_LIBC_NET} \ |
86 | ${DISTRO_FEATURES_LIBC_TOOLCHAIN} \ | ||
87 | " | 76 | " |
88 | 77 | ||
89 | # Comment out any of the lines below to disable them in the build | 78 | # Comment out any of the lines below to disable them in the build |