summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-02-25 08:29:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 10:56:24 +0000
commita54932dc373ec130f7a166d144f4d5744ec52097 (patch)
tree1626afe353513c5dd3ef18f3f3a3a63feb0c266f /meta-yocto
parent2ff96d664e8e003f64de42187fce9ad0f9646070 (diff)
downloadpoky-a54932dc373ec130f7a166d144f4d5744ec52097.tar.gz
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 411347a650..6fa4c903ae 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -55,6 +55,11 @@ 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
58# Reconfigure eglibc for a smaller installation 63# Reconfigure eglibc for a smaller installation
59# Comment out any of the lines below to disable them in the build 64# Comment out any of the lines below to disable them in the build
60DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" 65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"