Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-04 | More unbreaking. These cosmetic directory renames don't seem to be working ↵ | Hamish Moffatt | |
out very well.. | |||
2008-04-03 | add festival speech synthesis package from University of Edinburgh | John Voltz | |
2008-04-03 | diffutils: cleanup makefile | Peter Korsgaard | |
Cleanup configure args, strip executables in TARGET_DIR and honor BR2_ENABLE_LOCALE. | |||
2008-04-03 | gzip: cleanup makefile | Peter Korsgaard | |
Cleanup configure args, strip executables in TARGET_DIR, install info / manpages into TARGET_DIR/usr/share/ and fixup convenience aliases (gunzip, zcat, zdiff, ..) | |||
2008-04-03 | package/editors: fix patch-kernel.sh arguments | Peter Korsgaard | |
2008-04-03 | gzip, diff, grub: bump versions | Peter Korsgaard | |
Patch by andrewma (closes #2754) | |||
2008-04-03 | Unbreak the bridge-utils package.. | Hamish Moffatt | |
2008-04-01 | pkgconfig: Return appropriate error code from pkgconfig script | Peter Korsgaard | |
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. | |||
2008-04-01 | thttpd: remove unused files | Peter Korsgaard | |
Patch by Simon Pasch | |||
2008-04-01 | thttpd: fix thttpd_wrapper name | Peter Korsgaard | |
Patch by Simon Pasch. | |||
2008-04-01 | Makefile.autotools.in: Do uninstall in staging/target dirs on -clean | Peter Korsgaard | |
2008-04-01 | busybox: additional 1.10.0 fix | Peter Korsgaard | |
2008-04-01 | buildroot: additional -clean target fixes | Peter Korsgaard | |
Patch by Hebbar. | |||
2008-04-01 | direct: don't fail clean target if directory doesn't exist | Peter Korsgaard | |
Patch by Hebbar. | |||
2008-03-31 | expat: cleanup configure arguments | Peter Korsgaard | |
2008-03-31 | avahi: bump version | Peter Korsgaard | |
2008-03-31 | avahi: make sure /etc/dbus-1/system.d exists in target dir | Peter Korsgaard | |
2008-03-31 | dbus: use dbus-daemon as target for staging_dir installation | Peter Korsgaard | |
Use dbus-daemon as target for staging_dir installation instead of library, as that changes name with soname changes. | |||
2008-03-31 | sqlite: cleanup configure arguments | Peter Korsgaard | |
2008-03-31 | ncurses: cleanup /usr/lib/terminfo symlink handling | Peter Korsgaard | |
2008-03-31 | readline: ignore errors in target-clean target | Peter Korsgaard | |
2008-03-31 | avahi: depend on dbus-daemon in staging_dir | Peter Korsgaard | |
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. | |||
2008-03-31 | concierge: cleanup (white space + unneeded mkdir) | Peter Korsgaard | |
2008-03-30 | Add webif package | Ulf Samuelsson | |
2008-03-30 | Add example package | Ulf Samuelsson | |
2008-03-30 | busybox: additional 1.10.0 fixes | Peter Korsgaard | |
2008-03-30 | libglib12 cleanup | Ulf Samuelsson | |
2008-03-28 | ace of penguins: cleanup help text | Peter Korsgaard | |
2008-03-28 | package: move java packages to package/java sub directory | Peter Korsgaard | |
2008-03-28 | AUTOTARGETS: also support non-version-dependent arch specific patches | Peter Korsgaard | |
2008-03-28 | jamvm: use official version instead of hacked up avr32 sources | Peter Korsgaard | |
Cleanup avr32 mess and apply it as a patch to the official version only if arch = avr32 so it doesn't harm other archs. | |||
2008-03-28 | AUTOTARGETS: support arch specific *.patch.$(ARCH) patches | Peter Korsgaard | |
2008-03-28 | ipkg: use http url | Peter Korsgaard | |
2008-03-28 | jamvm.mk: remove trailing spaces | Peter Korsgaard | |
2008-03-28 | classpath: cleanup help text | Peter Korsgaard | |
2008-03-28 | packages: enable java submenu per default like the other submenus | Peter Korsgaard | |
2008-03-28 | concierge: cleanup help text | Peter Korsgaard | |
2008-03-28 | Added udpcast package. | Jason Spence | |
2008-03-27 | sqlite: bump version | Peter Korsgaard | |
2008-03-27 | dropbear: bump version | Peter Korsgaard | |
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2008-03-27 | libusb: correctly install into STAGING_DIR/usr | Peter Korsgaard | |
Closes #2494 | |||
2008-03-26 | busybox: remove unused configs/patches | Peter Korsgaard | |
2008-03-26 | busybox: bump 1.7.x and 1.8.x versions | Peter Korsgaard | |
2008-03-26 | nano: fix install location | Peter Korsgaard | |
Fix typo in install location. Reported by Simon Pasch. | |||
2008-03-26 | Remove old mtd snapshot option, as the source tarball is no longer available | Hamish Moffatt | |
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also | |||
2008-03-26 | Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix | Hamish Moffatt | |
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls. | |||
2008-03-25 | busybox: add 1.10.0 release | Peter Korsgaard | |
2008-03-25 | php: hide extensions menu if not enabled | Peter Korsgaard | |
2008-03-24 | * Woops ... comitted the wrong patch file :(, fixed now. | Nigel Kukard | |