+# -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$" +
I see you only want to assume pkgconfig but not pkconfig-native
# 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"