summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-13linux-advanced: add linux26-force like in the simple linux makefilePeter Korsgaard
Patch by Brian Beattie.
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-10Do not use a localversion of kernel, to allow modules to be installed in the ↵Ulf Samuelsson
correct directory
2008-07-10Use correct include dir syntax for xcursor-xthemesUlf Samuelsson
2008-07-10Add AVR32 patches for 2.6.25.10Ulf Samuelsson
2008-07-10Fix comments regarding latest stable kernelUlf Samuelsson
2008-07-10Update 'latest' kernel infoUlf Samuelsson
2008-07-10fuse: remove unused dir (git-svn issue)Peter Korsgaard
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-09linux: add knob to force a rebuild of the kernelPeter Korsgaard
Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree.
2008-07-09gperf: remove trailing spacesPeter Korsgaard
2008-07-09gperf: fix upstream urlPeter Korsgaard
2008-07-09Add gperf, perfect hash generatorUlf Samuelsson
2008-07-08Add latest gcc patch for AVR32 gcc-4.2.2 prepatched sourceUlf Samuelsson
2008-07-08Fix AVR32 gcc patching, when sysroot option is not enabledUlf 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-08uboot: revert r22638Peter Korsgaard
Go back to 1.3.2 as r22638 breaks mkimage
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.