From: Krzysztof Sywula Date: Tue, 28 Jan 2014 17:23:13 +0000 (+0000) Subject: Revert "poky-tiny: Assume pkgconfig is provided" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4556c2b14f00d011e203d70bcc0ba8e70ec74d51;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "poky-tiny: Assume pkgconfig is provided" This reverts commit a54932dc373ec130f7a166d144f4d5744ec52097. pkgconfig does not pull in glib->dbus anymore Signed-off-by: Krzysztof Sywula Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 3213467968f..389335ddbdc 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"