summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-01-30Fix dbus dependency on libxml2, without rebuild, works but may need refinementUlf Samuelsson
2009-01-29mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard
2009-01-29sqlite: bump versionPeter Korsgaard
Fixes several database corruption bugs
2009-01-29busybox: rebuild if .config changedPeter Korsgaard
As reported on irc - Fixes busybox-menuconfig
2009-01-29busybox: remove unused handling of ancient versions no longer in BRPeter Korsgaard
2009-01-29gamin: fix buildPeter Korsgaard
Dependencies were wrong, and it didn't build without largefile support.
2009-01-28Add radvd to the list of packagesPeter Korsgaard
Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
2009-01-28xpdf: depends on freetype, so select it in kconfig as wellPeter Korsgaard
2009-01-28autoconf.mk: Bounce version to 2.63Daniel Laird
Have been having various issues with multiple jobs (-jX) and building autoconf. Turns out that v2.63 has fixed this. So bounce version to a working version. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-28alsa-lib: fix build with largefile on 32bit archsPeter Korsgaard
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git.
2009-01-28avahi-autoipd: fix issue with repeated buildsPeter Korsgaard
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is already a symlink to /tmp (E.G. like the default target_skeleton is). If that's the case, then you end up adding a /tmp/avahi-autoipd symlink pointing to itself, causing subsequent builds to fail (Too many levels of symbolic links in the ln -sf call). Fix it by simply first removing the symlink if it's there.
2009-01-28xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵Nigel Kukard
remove depend on deprecated
2009-01-28* Cleanup of prefixNigel Kukard
2009-01-28Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)Peter Korsgaard
As requested on irc.
2009-01-27webkit: depend on C++ + wchar support in toolkit, as icu needs itPeter Korsgaard
2009-01-27webkit: don't depend on X serverPeter Korsgaard
2009-01-27libxml2: stop continous rerun of post-extract targetPeter Korsgaard
Touch stamp file (seems to have been missed by r23656).
2009-01-27icu: needs wchar support in toolchain as wellPeter Korsgaard
2009-01-27icu: add project url to help textPeter Korsgaard
2009-01-27icu: needs C++ support in toolchainPeter Korsgaard
2009-01-27webkit: revert r24983 (Disable webkit (with comment) if X is not available)Peter Korsgaard
Webkit doesn't need X.
2009-01-27alsa-lib: fix typo in -source targetPeter Korsgaard
2009-01-26libcgicc: don't build demosPeter Korsgaard
And remove unneeded patch for demos while we're at it.
2009-01-26libcgicc: install to usr/libPeter Korsgaard
2009-01-26package/: depend on toolchain C++ config, don't use selectPeter Korsgaard
select should only be used for package (library) dependencies.
2009-01-26libcgicc: depend on toolchain config, don't use selectPeter Korsgaard
select should only be used for package (library) dependencies.
2009-01-26libglib2: move HOST_GLIB detection to glib packagePeter Korsgaard
Makes more sense to have it here, and easier to change once we start building host-glib.
2009-01-26libglib2: halt build early with description if host glib-genmarshal isn't foundPeter Korsgaard
2009-01-26acpid: remove unused legacy patchesPeter Korsgaard
As discussed on the list.
2009-01-26liboil: don't build examplesPeter Korsgaard
2009-01-26mplayer: add -fomit-frame-pointer for i386Peter Korsgaard
This seems to be required to compile some of the inline asm. This solves the following compiler errors: h264.c: In function 'decode_cabac_residual': h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type cabac.h: In function 'get_cabac_noinline': cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' cabac.h:513: error: 'asm' operand has impossible constraints While searching several weeks ago, I hit the following URL, which unfortunately currently doesn't seem to work anymore and I can't remember what the bug was about. Also see http://bugs.uclibc.org/view.php?id=4604 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-26mplayer: add patch due to missing sys/timeb.hPeter Korsgaard
This include file is only available, if uClibc is compiled with UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of mplayer at all. This solves the following compiler error: win32.c:67:23: error: sys/timeb.h: No such file or directory Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-26libsexy: remove trailing newline from r24996Peter Korsgaard
2009-01-26asterisk: mark as BROKEN and remove obsolete patchPeter Korsgaard
Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten.
2009-01-26irda-utils: totally broken packages should depend on BROKEN, not DEPRECATEDPeter Korsgaard
Or we should simply delete the dir.
2009-01-26mysql_client: fix deps and clean up configure argsPeter Korsgaard
mysql client needs ncurses, readline and C++
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2009-01-26Add comment on brokenness of AsteriskUlf Samuelsson
2009-01-26deprecate libfloat, package is obsoleteUlf Samuelsson
2009-01-26Deprecate ltt, package is obsolete and replaced by ltt-ngUlf Samuelsson
2009-01-26Deprecate modutils, only for ancient 2.4 kernelsUlf Samuelsson
2009-01-26Deprecate irda-utils, makefile totally brokenUlf Samuelsson
2009-01-26Deprecate xfsprogs, no support for XFS in BuildrootUlf Samuelsson
2009-01-25reinstitute comment thaat spooler does not workUlf Samuelsson
2009-01-25Add explanation why examples are disabled for liboilUlf Samuelsson
2009-01-25Avoid the use of subshell in microperlUlf Samuelsson
2009-01-25Fix exec-prefix for libeXosip2Ulf Samuelsson
2009-01-25exec-profix fix for cupsUlf Samuelsson
2009-01-25Fix spelling error, causing php to use host includes, add patching and ↵Ulf Samuelsson
unpacked targets
2009-01-25Stop dbus continuos rebuild, fix depsUlf Samuelsson