diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-15 06:23:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-15 06:23:53 +0000 |
commit | 88320ffdf3926d7638b6f3fb0b9e9eebd7fe226c (patch) | |
tree | 3c2f5113ef9dc66a65c1b820a7462097443c5d19 /packages/meta | |
parent | 6e97c64f8574ffd096471d11edf871f9ae242cff (diff) |
mpd does not build on osuclibc because libvorbis will not build, that
happens because it attempts a static link with the -lm library in the
wrong place.
monotone split into two versions, one for the netsync-4 versions (up to
and including 0.19) one for netsync-5 versions. Both may be installed
on one NSLU2, allowing the system to handle both <=0.19 and >=0.20
servers.
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/openslug-packages.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 7e2c044b19..3fb0587727 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -26,7 +26,7 @@ OPENSLUG_DEVELOPMENT = "\ lsof \ m4 \ make \ - monotone \ + monotone-4 monotone-5 \ ncurses \ openssh \ patch \ @@ -62,7 +62,6 @@ OPENSLUG_PACKAGES = "\ libxml2 \ miau \ microcom \ - mpd \ mt-daapd \ mutt \ mysql \ @@ -92,10 +91,13 @@ OPENSLUG_PACKAGES = "\ " # These packages only build on TARGET_OS=linux, not -# TARGET_OS=linux-uclibc +# TARGET_OS=linux-uclibc (Note that for several this +# is because of use of single precision FP interfaces +# such as sinf.) OPENSLUG_PACKAGES_append_linux = "\ bind \ mgetty \ + mpd \ nfs-utils \ libpam \ php \ |