Revert "poky-tiny: Assume pkgconfig is provided"

This reverts commit a54932dc37.
pkgconfig does not pull in glib->dbus anymore

(From meta-yocto rev: 4556c2b14f00d011e203d70bcc0ba8e70ec74d51)

Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Krzysztof Sywula 2014-01-28 17:23:13 +00:00 committed by Richard Purdie
parent b21468434c
commit f7e6513dc1
1 changed files with 0 additions and 5 deletions

View File

@ -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"