diff options
| -rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 411347a650..6fa4c903ae 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
| @@ -55,6 +55,11 @@ 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 | |||
| 58 | # Reconfigure eglibc for a smaller installation | 63 | # Reconfigure eglibc for a smaller installation |
| 59 | # 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 |
| 60 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" | 65 | DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" |
