diff options
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 3213467968..389335ddbd 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -55,11 +55,6 @@ ENABLE_WIDEC="false" | |||
55 | # eglibc->bash->gettext->libc-posix-clang-wchar dependency. | 55 | # eglibc->bash->gettext->libc-posix-clang-wchar dependency. |
56 | USE_NLS="no" | 56 | USE_NLS="no" |
57 | 57 | ||
58 | # -dev packages require pkgconfig, but it pulls in glib->dbus->shadow | ||
59 | # which breaks with tiny's minimal libc. | ||
60 | # -dev packages are not currently supported on poky-tiny. | ||
61 | ASSUME_PROVIDED += "pkgconfig$" | ||
62 | |||
63 | # Reconfigure eglibc for a smaller installation | 58 | # Reconfigure eglibc for a smaller installation |
64 | # Comment out any of the lines below to disable them in the build | 59 | # Comment out any of the lines below to disable them in the build |
65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" | 60 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" |