]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Revert "poky-tiny: Assume pkgconfig is provided"
authorKrzysztof Sywula <krzysztof.m.sywula@intel.com>
Tue, 28 Jan 2014 17:23:13 +0000 (17:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 10:06:47 +0000 (10:06 +0000)
This reverts commit a54932dc373ec130f7a166d144f4d5744ec52097.
pkgconfig does not pull in glib->dbus anymore

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>
meta-yocto/conf/distro/poky-tiny.conf

index 3213467968f8e17a7a69758e75cb198519e97a65..389335ddbdc935714ff0ade25251fd244be8ccc8 100644 (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"