aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf5
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"
# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
USE_NLS="no"
-# -dev packages require pkgconfig, but it pulls in glib->dbus->shadow
-# which breaks with tiny's minimal libc.
-# -dev packages are not currently supported on poky-tiny.
-ASSUME_PROVIDED += "pkgconfig$"
-
# Reconfigure eglibc for a smaller installation
# Comment out any of the lines below to disable them in the build
DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"