summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR.Peter Korsgaard2008-04-121-4/+5
|
* * Added neonNigel Kukard2008-04-123-0/+64
|
* * Added poptNigel Kukard2008-04-124-0/+40
|
* * Added beecryptNigel Kukard2008-04-124-0/+38
|
* * Remove libbeecrypt, I'll add beecrypt-with-autotools shortlyNigel Kukard2008-04-124-95/+0
|
* buildroot: add libart packagePeter Korsgaard2008-04-114-0/+70
|
* remove devdir config option from alsa lib, should use mdev rule insteadJohn Voltz2008-04-101-1/+0
|
* * Fixed additional ncurses library install pathNigel Kukard2008-04-101-3/+3
|
* * Fixed copy-and-paste error, incorrect descriptionNigel Kukard2008-04-101-6/+5
| | | | | * Fixed another copy-and-paste error, weird space/tab mixes - Thanks Hamish Moffatt
* Some package use ncurses libpanel/libform/libmenu, this config allows to ↵Nigel Kukard2008-04-092-0/+31
| | | | | | | selectively copy them to the target filesystem at the same time at the main library is installed. -Patch by Michel (BusError)
* * Fixed URL for libbeecryptNigel Kukard2008-04-091-1/+1
|
* * Added libbeecrypt (requirement for rpm5)Nigel Kukard2008-04-094-0/+95
|
* * Removed dropbear init patchNigel Kukard2008-04-093-62/+57
| | | | | * Added dropbear init script * Added more verbose messages about key generation
* * Generate keys for dropbear only when startingNigel Kukard2008-04-081-18/+19
| | | | * Generate keys silently
* * Fixed bootutils url to point to projects website and not project page on ↵Nigel Kukard2008-04-081-1/+1
| | | | freshmeat
* * Added bootutilsNigel Kukard2008-04-084-0/+92
|
* * Bump pciutils versionNigel Kukard2008-04-081-1/+1
|
* Remove configuration item for git commit ID, as our patches are ↵Hamish Moffatt2008-04-083-26/+4
| | | | | | | | | version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL.
* another minor installer fix for festivalJohn Voltz2008-04-071-4/+5
|
* haserl: bump versionPeter Korsgaard2008-04-072-13/+1
|
* haserl: get rid of minor version in config namesPeter Korsgaard2008-04-071-7/+7
| | | | | Rename haserl config options to 0.8.x / 0.9.x so the config names don't change every time the version is bumped (similar to busysbox package).
* Add support for setting the image base addressHamish Moffatt2008-04-071-112/+159
|
* buildroot: add input-tools package (evtest, inputattach, jscal, jstest)Peter Korsgaard2008-04-063-0/+101
|
* Make sure XML deps are available before building dbusUlf Samuelsson2008-04-061-1/+1
|
* * udev will not install if you remove project_build_*/uclibc/root and ↵Nigel Kukard2008-04-061-4/+1
| | | | project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again
* change festival url to stable versionJohn Voltz2008-04-042-2/+2
|
* fix for festival install patchJohn Voltz2008-04-041-3/+13
|
* busybox-1.6.0.config: disable TASKSET.Peter Korsgaard2008-04-041-1/+1
| | | | | Disable CONFIG_TASKSET as it only compiles if sched_{g,s}etaffinity support is available.
* More unbreaking. These cosmetic directory renames don't seem to be working ↵Hamish Moffatt2008-04-041-1/+1
| | | | out very well..
* add festival speech synthesis package from University of EdinburghJohn Voltz2008-04-0315-0/+451
|
* diffutils: cleanup makefilePeter Korsgaard2008-04-031-11/+4
| | | | | Cleanup configure args, strip executables in TARGET_DIR and honor BR2_ENABLE_LOCALE.
* gzip: cleanup makefilePeter Korsgaard2008-04-031-21/+3
| | | | | | Cleanup configure args, strip executables in TARGET_DIR, install info / manpages into TARGET_DIR/usr/share/ and fixup convenience aliases (gunzip, zcat, zdiff, ..)
* package/editors: fix patch-kernel.sh argumentsPeter Korsgaard2008-04-032-2/+2
|
* gzip, diff, grub: bump versionsPeter Korsgaard2008-04-032-4/+2
| | | | Patch by andrewma (closes #2754)
* Unbreak the bridge-utils package..Hamish Moffatt2008-04-031-4/+4
|
* pkgconfig: Return appropriate error code from pkgconfig scriptPeter Korsgaard2008-04-011-1/+2
| | | | | | | | | | Patch by Will Newton. Currently the wrapper script for pkgconfig clobbers the return status of pkgconfig. This is a problem for example when someone tries to run "pkgconfig --exists". This patch should allow the correct return code to be passed through. Note it uses the "pipefail" option that was introduced with bash 3.
* thttpd: remove unused filesPeter Korsgaard2008-04-012-50/+0
| | | | Patch by Simon Pasch
* thttpd: fix thttpd_wrapper namePeter Korsgaard2008-04-011-1/+1
| | | | Patch by Simon Pasch.
* Makefile.autotools.in: Do uninstall in staging/target dirs on -cleanPeter Korsgaard2008-04-011-0/+2
|
* busybox: additional 1.10.0 fixPeter Korsgaard2008-04-011-0/+16
|
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-017-10/+9
| | | | Patch by Hebbar.
* direct: don't fail clean target if directory doesn't existPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* expat: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+1
|
* avahi: bump versionPeter Korsgaard2008-03-312-6/+7
|
* avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard2008-03-311-0/+1
|
* dbus: use dbus-daemon as target for staging_dir installationPeter Korsgaard2008-03-311-2/+2
| | | | | Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes.
* sqlite: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+0
|
* ncurses: cleanup /usr/lib/terminfo symlink handlingPeter Korsgaard2008-03-311-3/+3
|
* readline: ignore errors in target-clean targetPeter Korsgaard2008-03-311-1/+1
|
* avahi: depend on dbus-daemon in staging_dirPeter Korsgaard2008-03-311-1/+1
| | | | | | Depend on dbus-daemon in staging_dir instead of in target_dir as fakeroot updates the timestamp on the target_dir version every time, so the avahi makefile thinks it always needs to recompile avahi.