diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-03 23:14:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 23:14:59 +0000 |
commit | 380db973435bedaa512df8e5fd62bcaf4e2d4459 (patch) | |
tree | fb6322178ceec7a816baa3f417484b34080af8fb /packages/meta | |
parent | faa3ea865bbec5433bcc950fae04d7554de7ba33 (diff) |
Make netpbm work by removing the use of built in sin and cos (not supported
by uclibc).
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index afd029bc30..8e534364f2 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -17,7 +17,6 @@ UCSLUGC_PACKAGES = "\ autoconf \ automake \ bash \ - bash \ binutils \ bison \ bluez-utils-nodbus \ @@ -26,7 +25,6 @@ UCSLUGC_PACKAGES = "\ bzip2 \ ccxstream \ coreutils \ - coreutils \ cron \ cvs \ cvs\ @@ -48,7 +46,9 @@ UCSLUGC_PACKAGES = "\ gtk-doc \ gzip \ ipkg-utils \ + jpeg \ less \ + libpng \ libtool \ libusb \ libxml2 \ @@ -70,11 +70,11 @@ UCSLUGC_PACKAGES = "\ openldap \ openntpd \ openssh \ - openssh \ openvpn \ patch \ pciutils \ pcre \ + perl \ pkgconfig \ ppp \ procps \ @@ -89,15 +89,15 @@ UCSLUGC_PACKAGES = "\ sed \ setpwc \ strace \ - strace \ sudo \ sysfsutils \ thttpd \ - thttpd \ + tiff \ unionfs-modules unionfs-utils \ util-linux \ vlan \ wget \ + zlib \ " # These packages only build on TARGET_OS=linux, but not TARGET_OS=linux-uclibc. @@ -108,7 +108,6 @@ UCSLUGC_BROKEN_PACKAGES = "\ man man-pages \ mgetty \ mpd \ - perl \ php \ postfix \ psmisc \ |