diff options
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/slugos-packages.bb | 104 |
1 files changed, 39 insertions, 65 deletions
diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 6f6d3140c5..2125773569 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Packages that are compatible with the SlugOS firmware" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r33" +PR = "r34" CONFLICTS = "db3" COMPATIBLE_MACHINE = "nslu2" @@ -21,6 +21,8 @@ ALLOW_EMPTY = "1" SLUGOS_PACKAGES = "\ alsa-lib \ alsa-utils \ + apex-env \ + apr \ asterisk \ asterisk-sounds \ atftp \ @@ -35,6 +37,8 @@ SLUGOS_PACKAGES = "\ binutils \ bison \ bluez-utils \ + bogofilter \ + boost \ bridge-utils \ bzip2 \ ccxstream \ @@ -59,9 +63,10 @@ SLUGOS_PACKAGES = "\ eciadsl \ expat \ ez-ipupdate \ - fetchmail \ + fconfig \ file \ findutils \ + fis \ flac \ flex \ flite \ @@ -74,32 +79,39 @@ SLUGOS_PACKAGES = "\ glib-2.0 \ gnu-config \ grep \ + groff \ gspcav1 \ gtk-doc \ gzip \ hdparm \ ifupdown \ + iperf \ ipkg-utils \ iptables \ ircp \ + irssi \ joe \ jpeg \ lcdproc \ less \ libao \ libdvb \ + libexif \ libid3tag \ liblockfile \ libmad \ libmikmod \ libogg \ libol \ + libpam \ + libpcre \ libpng \ libtool \ libupnp \ libusb \ libvorbis \ libxml2 \ + linphone \ litestream \ lrzsz \ lsof \ @@ -109,22 +121,27 @@ SLUGOS_PACKAGES = "\ madwifi-ng \ mailx \ make \ + man man-pages \ masqmail \ mdadm \ + mediatomb \ memtester \ mgetty \ miau \ microcom \ minicom \ motion \ + mpd \ mt-daapd \ mtd-utils \ mutt \ + mysql \ nail \ nano \ ncftp \ ncurses \ netcat \ + netpbm \ nfs-utils \ nmap \ ntfs-3g \ @@ -133,19 +150,20 @@ SLUGOS_PACKAGES = "\ obexftp \ obexpush \ openobex-apps \ - openldap \ openntpd \ openobex \ openssh \ openvpn \ patch \ pciutils \ - libpcre \ perl \ picocom \ pkgconfig \ + popt \ + postfix \ ppp \ procps \ + psmisc \ puppy \ python \ quilt \ @@ -153,6 +171,7 @@ SLUGOS_PACKAGES = "\ rng-tools \ rsync \ samba \ + screen \ sed \ setpwc \ setserial \ @@ -162,15 +181,18 @@ SLUGOS_PACKAGES = "\ ssmtp \ strace \ streamripper \ + sudo \ sysfsutils \ tar \ task-mokogateway-everything \ thttpd \ tiff \ + timezones \ tzdata \ unzip \ upslug2 \ usbutils \ + ushare \ util-linux \ vim \ vlan \ @@ -183,6 +205,10 @@ SLUGOS_PACKAGES = "\ wireless-tools \ wireshark \ wpa-supplicant \ + wview-sim wview-vpro wview-wxt510 \ + xinetd \ + yeaphone \ + yp-tools ypbind ypserv \ zd1211-firmware \ zip \ zlib \ @@ -191,76 +217,24 @@ SLUGOS_PACKAGES = "\ # Packages currently broken on all platforms SLUGOS_BROKEN_PACKAGES = "\ bwmon \ - gphoto2 \ - irssi \ - libgphoto2 \ + ctrlproxy \ + dsniff \ + fetchmail \ + libgphoto2 gphoto2 sane-backends \\ + lirc-modules lirc \ logrotate \ madfu \ - mediatomb \ - mpd \ - netpbm \ + openldap \ pvrusb2-mci \ + pwc \ qc-usb-messenger \ syslog-ng \ - sane-backends \ + task-native-sdk \ unionfs-modules \ unionfs-utils \ - lirc \ - pwc \ - task-native-sdk \ - zd1211 \ - mysql \ wview-sim-mysql wview-vpro-mysql \ wview-wxt510-mysql \ - " - -# These packages will never build because uclibc lacks (and always will lack) -# appropriate support. This define is for documentation of this fact! The -# 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! -# nfs-utils \ - -UCLIBC_UNSUPPORTABLE_PACKAGES = "\ - libpam \ - rng-tools \ - postfix \ - yp-tools ypbind ypserv \ - " - -# These packages work with glibc, but break on uclibc. -# erlang \ - -UCLIBC_BROKEN_PACKAGES = "\ - apr \ - bogofilter \ - boost \ - linphone \ - yeaphone \ - sudo \ - ushare \ - " - -# Packages which build only with glibc (some of these use internal -# glibc functions and so will probably never run on uclibc). -SLUGOS_PACKAGES_append_linux = "\ - ${UCLIBC_UNSUPPORTABLE_PACKAGES} \ - ${UCLIBC_BROKEN_PACKAGES} \ - ctrlproxy \ - dsniff \ - iperf \ - groff \ - man man-pages \ - psmisc \ - screen \ - timezones \ - wview-sim wview-vpro wview-wxt510 \ - xinetd \ - " - -SLUGOS_PACKAGES_append_linux-uclibc = "\ + zd1211 \ " SLUGOS_EXTRA_PACKAGES ?= "" |