summaryrefslogtreecommitdiff
path: root/packages/meta/ucslugc-packages.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-08-06 02:12:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-06 02:12:40 +0000
commita74d0fc495e2d6201041740e6ad45eadb0f34fcb (patch)
tree57225fdd85c98389204b323e5829cb3dbd191a8e /packages/meta/ucslugc-packages.bb
parent9ce20eb176753c3bd270f7b76862f7fc4625167c (diff)
Document disabling iperf (I tried it, it doesn't work) and explain why
some things will never build with uclibc.
Diffstat (limited to 'packages/meta/ucslugc-packages.bb')
-rw-r--r--packages/meta/ucslugc-packages.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb
index fdbf0d020e..d705de728d 100644
--- a/packages/meta/ucslugc-packages.bb
+++ b/packages/meta/ucslugc-packages.bb
@@ -110,6 +110,7 @@ UCSLUGC_PACKAGES = "\
# These packages only build on TARGET_OS=linux, but not TARGET_OS=linux-uclibc.
# KEEP IN ALPHABETICAL ORDER
UCSLUGC_BROKEN_PACKAGES = "\
+ iperf \
man man-pages \
php \
psmisc \
@@ -119,7 +120,10 @@ UCSLUGC_BROKEN_PACKAGES = "\
"
# These packages will never build because uclibc lacks (and always will lack)
-# appropriate support. This define is for documentation of this fact!
+# appropriate support. This define is for documentation of this fact! The
+# normal cause is that the package uses the "NIS" interfaces (once known as
+# YP - a trademark of BT which SUN used without license - the missing function
+# calls often still have 'yp' in the name).
UCSLUGC_UNSUPPORTABLE_PACKAGES = "\
libpam \
nfs-utils \