[yocto] [PATCH] poky-tiny: Assume pkgconfig is provided

Darren Hart dvhart at linux.intel.com
Sat Feb 25 08:29:30 PST 2012


-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.

Proposed-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta-yocto/conf/distro/poky-tiny.conf |    5 +++++
 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 411347a..6fa4c90 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"
-- 
1.7.6.5




More information about the yocto mailing list