diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-13 07:37:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-13 07:37:09 +0000 |
commit | b3bc53b18619a0e0ad3df809bb3a16c127979d40 (patch) | |
tree | 339ef45e14503a1d07d3425dcc93a3e549794d13 /packages/meta | |
parent | 545ca64b64bd90bee503d0b1b0eaecfdda18fb58 (diff) |
Move various packages which only compile with glibc to the 'linux only'
list.
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/openslug-packages.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index f09318ba13..467c9ff20e 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -58,7 +58,6 @@ OPENSLUG_PACKAGES = "\ less \ libusb \ libxml2 \ - mgetty \ miau \ microcom \ mt-daapd \ @@ -68,7 +67,6 @@ OPENSLUG_PACKAGES = "\ openssh \ openvpn \ pcre \ - postfix \ ppp \ puppy \ pwc \ @@ -87,18 +85,21 @@ OPENSLUG_PACKAGES = "\ vlan \ wget \ unionfs-modules unionfs-utils \ - xinetd \ " # These packages only build on TARGET_OS=linux, not # TARGET_OS=linux-uclibc OPENSLUG_PACKAGES_append_linux = "\ bind \ - php \ + mgetty \ + nfs-utils \ libpam \ + php \ + postfix \ + xinetd \ yp-tools ypbind ypserv \ - nfs-utils \ " + BROKEN_PACKAGES = "\ atftp \ strace \ |