summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-08-04busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
2008-08-04strace: fix LARGEFILE typoPeter Korsgaard
Patch by Claus Klein.
2008-08-04sed: fix CPPFLAGS typoPeter Korsgaard
Patch by Claus Klein.
2008-07-24Makefile.autotools.in: fix make source-check/external-deps differentlyPeter 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-23grep: make locale handling less verbosePeter Korsgaard
As suggested by Bernhard.
2008-07-23grep: cleanup configure argsPeter Korsgaard
2008-07-23grep: fix target install and cleanPeter Korsgaard
2008-07-23grep: gettext/libintl is only required if locale is enabledPeter Korsgaard
2008-07-23gettext: also remove from staging on -cleanPeter Korsgaard
2008-07-23busybox: additional 1.11.1 fixPeter Korsgaard
2008-07-22vsftp: enable and fix linkingPeter 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-22which: convert to Makefile.autotools.in formatPeter Korsgaard
2008-07-22which: install into /usr/binPeter Korsgaard
2008-07-22which: strip target binaryPeter Korsgaard
2008-07-22which: needs readlinePeter Korsgaard
Patch by Wade Berrier.
2008-07-22busybox: 1.11.1 patchesPeter Korsgaard
2008-07-21sdl_mixer: run CONFIG_UPDATE on correct directoryPeter 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-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17fuse: fix target installPeter Korsgaard
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-17freetype: fix target install and clean / dircleanPeter Korsgaard
- target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing
2008-07-17sqlite: fix target install and cleanPeter 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-17package: sdl_image packagePeter Korsgaard
Based on patch by artemys. Closes #4194
2008-07-17zlib: cleanup and fix -clean targetPeter Korsgaard
2008-07-17tiff: zlib and jpeg are needed at configure timePeter Korsgaard
2008-07-17tiff: cleanup and fix -clean targetPeter Korsgaard
2008-07-17sdl_mixer: fix sdl dependencyPeter Korsgaard
2008-07-17sdl_ttf: fix sdl dependencyPeter Korsgaard
Patch by artemys - Closes #4164.
2008-07-16sdl_ttf: needs freetypePeter Korsgaard
Update help text while we're at it. Based on patch by artemys. Closes #4154.
2008-07-11busybox: bump 1.11.x versionPeter Korsgaard
2008-07-11package/Makefile.in: cleanup MAKE/MAKE1Peter Korsgaard
The extra stuff doesn't seem to be needed, so lets just get rid of it.
2008-07-11fuse: re-add missing --program-prefixPeter Korsgaard
--program-prefix got errorously removed in the recent cleanup work.
2008-07-10Use correct include dir syntax for xcursor-xthemesUlf Samuelsson
2008-07-10fuse: bump versionPeter 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-10fuse: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard
2008-07-10fuse: cleanup patch handlingPeter Korsgaard
Move patch to package dir like other packages and fixup patch-kernel invocation.
2008-07-10fuse: remove commented out linesPeter Korsgaard
2008-07-10fuse: cleanup configure argsPeter Korsgaard
2008-07-10fuse: remove stray $Peter Korsgaard
2008-07-10fuse: also remove fusermount from targetPeter Korsgaard
2008-07-10fuse: strip binaries/libs in targetPeter Korsgaard
2008-07-10fuse: don't build kernel modulePeter 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-10fuse: select BR2_LARGEFILEPeter Korsgaard
fuse needs largefile support
2008-07-10gperf: depend on stamp file rather than gperf binaryPeter Korsgaard
There's no make rule to create the gperf binary, only the stamp file so use that instead.
2008-07-10fuse: use tabs for indentation in kconfigPeter Korsgaard
2008-07-10gperf: move under "other development stuff"Peter Korsgaard
2008-07-10gperf: don't install to staging dirPeter Korsgaard
It doesn't make much sense to install the cross-gperf to staging dir.
2008-07-10ifplugd: only run post-install hook when neededPeter Korsgaard
2008-07-10gperf: strip target binaryPeter Korsgaard