From: Darren Hart Date: Sat, 25 Feb 2012 16:29:30 +0000 (-0800) Subject: poky-tiny: Assume pkgconfig is provided X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c5d23a9e76d582cc3e014fd86acf1189f8fdc04;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 411347a6503..6fa4c903ae0 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf @@ -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"