summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* libvorbis: select libogg dependencyPeter Korsgaard2009-02-191-4/+1
| | | | Library dependencies should be selected, and not use depends on.
* libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-191-49/+9
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
* pppd: fix build without UCLIBC_HAS_BSD_ERRPeter Korsgaard2009-02-192-0/+22
| | | | | Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109.
* Enable multilink PPP (no reason to disable it)Hamish Moffatt2009-02-192-3/+15
| | | | Add configuration item to enable filtering (requires libpcap)
* tslib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-182-100/+12
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61.
* tslib: doesn't use C++, so don't require it in the configure scriptPeter Korsgaard2009-02-181-0/+17
|
* busybox: 1.13.2 killall fixPeter Korsgaard2009-02-181-0/+17
|
* mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard2009-02-171-0/+23
|
* udev: options for path_id and firmware.shPeter Korsgaard2009-02-132-0/+67
| | | | Patch by Mike Crowe.
* package: work around kconfig crash issue with comments in choice entriesPeter Korsgaard2009-02-131-3/+4
|
* mpfr: bump versionPeter Korsgaard2009-02-131-2/+2
|
* gmp: use GNU_MIRROR for sitePeter Korsgaard2009-02-131-1/+1
|
* gmp: bump versionPeter Korsgaard2009-02-131-2/+2
|
* dnsmasq: bump versionPeter Korsgaard2009-02-121-1/+1
| | | | closes #97.
* libpng: bump versionPeter Korsgaard2009-02-121-1/+1
| | | | Fixes memory leak and double-free vulnerability
* gmp/mpfr: use static libraries as make targetsPeter Korsgaard2009-02-102-2/+2
| | | | The host shared objects are no more.
* gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard2009-02-102-2/+2
| | | | | Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
* x11/video-xgi: fix vesa/xgi typoPeter Korsgaard2009-02-102-2/+2
| | | | Closes #95
* gmp/mpfr: force static linkingPeter Korsgaard2009-02-092-2/+2
| | | | | | | | | | | | Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead.
* vim: cleanup sed invocationPeter Korsgaard2009-02-081-1/+1
|
* alsa-lib: make python option depend on pythonPeter Korsgaard2009-02-071-1/+1
| | | | As discussed on the list.
* mpg123: remove unused mpg123x target (debug?)Peter Korsgaard2009-02-051-3/+0
|
* mpg123: remove arm funroll-loops workaroundPeter Korsgaard2009-02-053-2135/+1
| | | | Fixed by toolchain patch.
* mpg123: cleanup unused hunk after r25004Peter Korsgaard2009-02-051-4/+0
|
* mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard2009-02-052-7/+1
|
* tremor: strip target libPeter Korsgaard2009-02-041-1/+2
|
* microperl: strip target binaryPeter Korsgaard2009-02-041-1/+4
|
* alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard2009-02-041-0/+1
| | | | Tell it where to find the python headers.
* package/: remove obsolete ltt packagePeter Korsgaard2009-02-046-290/+0
| | | | As discussed on the list.
* Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2Ulf Samuelsson2009-02-021-15/+2
|
* Mark ltt as broken (all versions of tarball removed from SITE), package obsoleteUlf Samuelsson2009-02-021-1/+1
|
* alsa-lib: clean up makefilePeter Korsgaard2009-02-011-7/+5
| | | | | | As discussed on the list. I suspect the ARM abi thing isn't needed anymore now we use the correct abi in the first place, but I'll leave it in until after the release.
* mpfr: bump versionPeter Korsgaard2009-02-011-4/+3
| | | | | | | | | | | I know that changing something as fundamental as mpfr this close to the release isn't really ideal, but it's listed as the minimum version for gcc 4.3.x: http://gcc.gnu.org/install/prerequisites.html Bernhard's tree has been using 2.3.2 since October, so the risk is probably not that big though.
* busybox: additional 1.13.2 fixesPeter Korsgaard2009-02-012-0/+149
|
* Do not overwrite user configurationUlf Samuelsson2009-02-011-5/+5
|
* dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)Peter Korsgaard2009-01-311-5/+11
| | | | It was a bogus revert.
* Unbreak Peters 'fixes' to dbus for a second timeUlf Samuelsson2009-01-311-11/+5
|
* x11r7: make xman and xcb-util visible in KconfigPeter Korsgaard2009-01-313-3/+11
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* dbus: revert to pre-r25021 situationPeter Korsgaard2009-01-311-9/+11
| | | | | Revert to pre-r25021 situation, but add extra comments explaining the situation.
* ntp: fix time sync issuePeter Korsgaard2009-01-311-0/+33
| | | | Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.
* dbus dependencies needs to be ready before ./configureUlf Samuelsson2009-01-311-1/+7
|
* Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to ↵Ulf Samuelsson2009-01-312-2/+101
| | | | break, feedback to AVR32 compiler team will be sent
* dbus: fix xml dependency and stop continous rebuildsPeter Korsgaard2009-01-301-11/+4
|
* dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works ↵Peter Korsgaard2009-01-303-21/+5
| | | | | | but may need refinement) As discussed on the list - Too complicated and wrong.
* toolchain: fix up GNU_TARGET_NAME link and target_utils locationPeter Korsgaard2009-01-302-4/+4
| | | | | | The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks.
* qte.mk: Add a 'comment' to indicate the need for NPTL threadsDaniel Laird2009-01-301-1/+2
| | | | | | | | Make sure the developer is informed why a package is not visable and that they need to have a NPTL enabled toolchain. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* qte.mk: Use depends on for toolchain features Daniel Laird2009-01-301-1/+1
| | | | | | | Buildroot is adopting depends on for toolchain features and select for packages. Make this change in this file. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-307-7/+7
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-304-18/+5
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configurationPeter Korsgaard2009-01-302-10/+0
| | | | Header files on target is globally controlled by BR2_HAVE_DEVFILES.