diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-01 22:03:50 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-01 22:03:50 +0000 |
commit | 93e0c64fd1aeb6a8d7cc99c48bbdff9bdfb3f854 (patch) | |
tree | 34c0349e224e9edb5308a9228062a4da3e61740e | |
parent | ea9270680030814d7d4f522ee18ff05d99a30e99 (diff) |
slugos-packages: Remove rng-tools from ucslugc feed. Won't build until argp-standalone can be built
-rw-r--r-- | packages/meta/slugos-packages.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 5b9ff9e27f..3bf49d3552 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -194,9 +194,12 @@ SLUGOS_BROKEN_PACKAGES = "\ # 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). + +# NOTE: rng-tools is only here until argp-standalone can be built! UCLIBC_UNSUPPORTABLE_PACKAGES = "\ libpam \ nfs-utils \ + rng-tools \ postfix \ yp-tools ypbind ypserv \ " |