summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorKrzysztof Sywula <krzysztof.m.sywula@intel.com>2014-01-28 17:23:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 11:22:13 +0000
commitf7e6513dc1e0965f1208f5b3fd85efa4733d54f8 (patch)
tree0d32174076cd1f5eaf0581dae3d183365baa8088 /meta-yocto
parentb21468434c519927dace6a1433786ca7a0501172 (diff)
downloadpoky-f7e6513dc1e0965f1208f5b3fd85efa4733d54f8.tar.gz
Revert "poky-tiny: Assume pkgconfig is provided"
This reverts commit a54932dc373ec130f7a166d144f4d5744ec52097. 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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 3213467968..389335ddbd 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -55,11 +55,6 @@ ENABLE_WIDEC="false"
55# eglibc->bash->gettext->libc-posix-clang-wchar dependency. 55# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
56USE_NLS="no" 56USE_NLS="no"
57 57
58# -dev packages require pkgconfig, but it pulls in glib->dbus->shadow
59# which breaks with tiny's minimal libc.
60# -dev packages are not currently supported on poky-tiny.
61ASSUME_PROVIDED += "pkgconfig$"
62
63# Reconfigure eglibc for a smaller installation 58# Reconfigure eglibc for a smaller installation
64# Comment out any of the lines below to disable them in the build 59# Comment out any of the lines below to disable them in the build
65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" 60DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"