poky-tiny: Assume pkgconfig is provided

-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.

[YOCTO #2030]

Proposed-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Darren Hart 2012-02-25 08:29:30 -08:00 committed by Richard Purdie
parent 2ff96d664e
commit a54932dc37
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ 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"