diff options
Diffstat (limited to 'packages/meta')
-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 \ " |