summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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
2008-07-09gperf: remove trailing spacesPeter Korsgaard
2008-07-09gperf: fix upstream urlPeter Korsgaard
2008-07-09Add gperf, perfect hash generatorUlf Samuelsson
2008-07-08sqlite: move under database submenuPeter Korsgaard
2008-07-08sqlite: strip binary and use $(INSTALL) for installationPeter Korsgaard
2008-07-08openssl: re-revert r22644Peter Korsgaard
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32, so lets revert this for good.
2008-07-08Revert patch which breaks AVR32 buildUlf Samuelsson
2008-07-08Support ARCH-unknown-linux-gnu, Use target library paths instead of the host ↵Ulf Samuelsson
library paths.
2008-07-08Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anywayHamish Moffatt
2008-07-08Add glib2.0 specific include/pkconfig paths in 'docker'Ulf Samuelsson
2008-07-07Bump midori versionUlf Samuelsson
2008-07-07Remove duplicated select LIBPNG and use alphabetical order for selectsUlf Samuelsson
2008-07-07Makefile.autotools.in: revert broken r22659Peter Korsgaard
Ulfs r22659 commit broke make source-check/external deps, so reverting it.
2008-07-06busybox: more 1.11.0 patchesPeter Korsgaard
2008-07-06Improve readability of libgtk2 configurationUlf Samuelsson
2008-07-06Avoid duplicate downloading, when rebuilding failed package like libgtk2Ulf Samuelsson
2008-07-05Fix #3584, when building cairo with DirectFB, depend on DirectFBThiago A. Corrêa
2008-07-05Use HOST_GLIB for packagesUlf Samuelsson
2008-07-05[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson
for lighttpd config
2008-07-05Use latest config.* from buildroot in curlUlf Samuelsson
2008-07-05Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵Ulf Samuelsson
softfloat
2008-07-05Update config.* of opensslUlf Samuelsson
2008-07-05Fix bug 003934, remove a dir tree instead of the dir nodeUlf Samuelsson
2008-07-05Ensure tslib uses config.* from buildrootUlf Samuelsson
2008-07-04The build of 'file', needs to run 'file' natively, so provide a valid linkUlf Samuelsson
2008-07-04Make libdaemon use the config files from Buildroot (previously replaced by ↵Ulf Samuelsson
libtoolize)
2008-07-04Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa
2008-07-04Fix freetype-2.2.1 build in AVR32, possibly other platforms tooThiago A. Corrêa
2008-07-04Fix bug #3594: ATK does not always require X support to be compiledThiago A. Corrêa
2008-07-04Minor clean-upThiago A. Corrêa
2008-07-03Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad ParkerUlf Samuelsson
2008-07-03install SAMBA SWAT correctly, add hint for autoconf, courtesy HC EgtvedtUlf Samuelsson
2008-07-02Makefile.autotools.in: fix source handlingPeter Korsgaard
Handling source/source-check/external-deps together doesn't work, as wget will then download the sources every time make source is called even if it's available in DL_DIR Instead detect source-check/external-deps from MAKELEVEL. Support downloadable package patches in source-check/external-deps while we're at it.
2008-07-02ifplugd: only install default config if not provided in skeletonPeter Korsgaard