Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-04 | busybox: default HIDE_OTHERS to y for all versions | Peter Korsgaard | |
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version. | |||
2008-08-04 | strace: fix LARGEFILE typo | Peter Korsgaard | |
Patch by Claus Klein. | |||
2008-08-04 | sed: fix CPPFLAGS typo | Peter Korsgaard | |
Patch by Claus Klein. | |||
2008-07-24 | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | |
The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER. | |||
2008-07-23 | grep: make locale handling less verbose | Peter Korsgaard | |
As suggested by Bernhard. | |||
2008-07-23 | grep: cleanup configure args | Peter Korsgaard | |
2008-07-23 | grep: fix target install and clean | Peter Korsgaard | |
2008-07-23 | grep: gettext/libintl is only required if locale is enabled | Peter Korsgaard | |
2008-07-23 | gettext: also remove from staging on -clean | Peter Korsgaard | |
2008-07-23 | busybox: additional 1.11.1 fix | Peter Korsgaard | |
2008-07-22 | vsftp: enable and fix linking | Peter Korsgaard | |
Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing. | |||
2008-07-22 | which: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-07-22 | which: install into /usr/bin | Peter Korsgaard | |
2008-07-22 | which: strip target binary | Peter Korsgaard | |
2008-07-22 | which: needs readline | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-07-22 | busybox: 1.11.1 patches | Peter Korsgaard | |
2008-07-21 | sdl_mixer: run CONFIG_UPDATE on correct directory | Peter Korsgaard | |
The Makefile tried to update config.guess and config.sub in the wrong directories, this patch updates the correct scripts making it possible to compile on new systems. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-17 | fuse: fix target install | Peter Korsgaard | |
Also copy libfuse.so symlink so fuse target isn't considered out of date | |||
2008-07-17 | freetype: fix target install and clean / dirclean | Peter Korsgaard | |
- target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing | |||
2008-07-17 | sqlite: fix target install and clean | Peter Korsgaard | |
- install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files | |||
2008-07-17 | package: sdl_image package | Peter Korsgaard | |
Based on patch by artemys. Closes #4194 | |||
2008-07-17 | zlib: cleanup and fix -clean target | Peter Korsgaard | |
2008-07-17 | tiff: zlib and jpeg are needed at configure time | Peter Korsgaard | |
2008-07-17 | tiff: cleanup and fix -clean target | Peter Korsgaard | |
2008-07-17 | sdl_mixer: fix sdl dependency | Peter Korsgaard | |
2008-07-17 | sdl_ttf: fix sdl dependency | Peter Korsgaard | |
Patch by artemys - Closes #4164. | |||
2008-07-16 | sdl_ttf: needs freetype | Peter Korsgaard | |
Update help text while we're at it. Based on patch by artemys. Closes #4154. | |||
2008-07-11 | busybox: bump 1.11.x version | Peter Korsgaard | |
2008-07-11 | package/Makefile.in: cleanup MAKE/MAKE1 | Peter Korsgaard | |
The extra stuff doesn't seem to be needed, so lets just get rid of it. | |||
2008-07-11 | fuse: re-add missing --program-prefix | Peter Korsgaard | |
--program-prefix got errorously removed in the recent cleanup work. | |||
2008-07-10 | Use correct include dir syntax for xcursor-xthemes | Ulf Samuelsson | |
2008-07-10 | fuse: bump version | Peter Korsgaard | |
The disable_symvers_22 patch no longer applies, but things seems to work without it. There's no documentation describing what it was supposed to fix, so get rid of it. | |||
2008-07-10 | fuse: use BR2_SOURCEFORGE_MIRROR | Peter Korsgaard | |
2008-07-10 | fuse: cleanup patch handling | Peter Korsgaard | |
Move patch to package dir like other packages and fixup patch-kernel invocation. | |||
2008-07-10 | fuse: remove commented out lines | Peter Korsgaard | |
2008-07-10 | fuse: cleanup configure args | Peter Korsgaard | |
2008-07-10 | fuse: remove stray $ | Peter Korsgaard | |
2008-07-10 | fuse: also remove fusermount from target | Peter Korsgaard | |
2008-07-10 | fuse: strip binaries/libs in target | Peter Korsgaard | |
2008-07-10 | fuse: don't build kernel module | Peter Korsgaard | |
it's been in the mainline kernel for ages (~3y) and the included stuff doesn't seem to build with modern kernel headers. | |||
2008-07-10 | fuse: select BR2_LARGEFILE | Peter Korsgaard | |
fuse needs largefile support | |||
2008-07-10 | gperf: depend on stamp file rather than gperf binary | Peter Korsgaard | |
There's no make rule to create the gperf binary, only the stamp file so use that instead. | |||
2008-07-10 | fuse: use tabs for indentation in kconfig | Peter Korsgaard | |
2008-07-10 | gperf: move under "other development stuff" | Peter Korsgaard | |
2008-07-10 | gperf: don't install to staging dir | Peter Korsgaard | |
It doesn't make much sense to install the cross-gperf to staging dir. | |||
2008-07-10 | ifplugd: only run post-install hook when needed | Peter Korsgaard | |
2008-07-10 | gperf: strip target binary | Peter Korsgaard | |
2008-07-09 | gperf: remove trailing spaces | Peter Korsgaard | |
2008-07-09 | gperf: fix upstream url | Peter Korsgaard | |