summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-26pixman: cleanup staging + target installPeter Korsgaard
- install-data installs a subset of install / install-strip, so just drop it - use install-strip for target
2008-08-26Move pixman from package/x11r7/pixman to package/pixmanDaniel Laird
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird
2008-08-26Clean up LiTEDaniel Laird
2008-08-26Adds support for building LiTE - see DirectFB.orgDaniel Laird
Will close bug 0003974 Daniel Laird
2008-08-26reverse changes to i2c-tools.mk until I tidy it up (get clean working for ↵Daniel Laird
example) Still feel a good change to make as some of the suggestions recently made it look like Makefile.autotools.in might add support for installing a list of binaries etc and this would benefit this package.
2008-08-26select CUPS if XORG/XORG7/TINYX.Daniel Laird
This makes the behaviour the same as before for X users. Although is CUPS a necessary dependancy? Daniel Laird
2008-08-26The changes below move i2c-tools.mk to use Makefile.autotools.inDaniel Laird
package/i2c-tools/i2c-tools.mk Use Makefile.autotools.in
2008-08-26The changes below add better support for DirectFB and libgtk2.Daniel Laird
Should be no different for X builds. Config.in | 3 +-- libgtk2.mk | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) Signed-off-by: daniel.j.laird@nxp.com package/libgtk2/Config.in Allow DirectFB to turn on LIBGTK2 support without X being enabled. Disable autoselection of cups. May not be wanted (Can cause crosscompilation issues). package/libgtk2/libgtk2.mk Remove unnessary redefine of PKG_CONFIG_* Pass $(DISABLE_LARGEFILE) to configure (supports large file or not) Move 'cups' to X extra dependencies instead of general.
2008-08-26Bump 1.11.x version to 1.11.2 (no patches yet)Hamish Moffatt
2008-08-26Update to work with recent lzo changesHamish Moffatt
2008-08-25psmic: locale supportPeter Korsgaard
Closes #4274.
2008-08-25psmisc: bump versionPeter Korsgaard
2008-08-25psmisc: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-24procps: bump versionPeter Korsgaard
Closes #4284.
2008-08-24procps: needs WCHARPeter Korsgaard
2008-08-24toolchain/gdb: unbreak target gdb supportPeter Korsgaard
r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954.
2008-08-24libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard
2008-08-23Update AT91 patches to latest LinuxUlf Samuelsson
2008-08-23Add configurations for current linux versionsUlf Samuelsson
2008-08-23libxml2: use install-strip instead of install-exec for target installPeter Korsgaard
Use install-strip so binaries gets stripped and man pages / header files gets installed.
2008-08-23libxml2: cleanup configure argsPeter Korsgaard
2008-08-23libxml2: point to homepage instead of ftp site in helpPeter Korsgaard
2008-08-23libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS optionPeter Korsgaard
2008-08-22openchrome: fix installPeter Korsgaard
Closes #4674.
2008-08-22xorg: depend on WCHAR and LOCALEPeter Korsgaard
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day.
2008-08-22package: don't hide xorg/tinyx selectionPeter Korsgaard
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive.
2008-08-22Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handlingPeter Korsgaard
Patch by Wade Berrier.
2008-08-22gcc: only use -mfloat-abi for ARM, use -msoft-float for other archsPeter Korsgaard
Patch by Wade Berrier.
2008-08-21sqlite: bump versionPeter Korsgaard
2008-08-21ace_of_penguins: remove redundant configure settingsPeter Korsgaard
Reported by Hartleys.
2008-08-21busybox: add 1.12.x and make it defaultPeter Korsgaard
2008-08-20u-boot: bump versionPeter Korsgaard
2008-08-20u-boot: fix broken insert_define in MakefilePeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20u-boot: fix wrong syntax in MakefilePeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de> Some $(call insert_define, ..., ...) calls were lacking the comma after the variable. That didn't lead to a syntax error but it didn't have any effect on the output u-boot/include/config.h
2008-08-20lzo: bump version and update to Makefile.autotools.in formatPeter Korsgaard
Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
2008-08-20rsync: bump versionPeter Korsgaard
2008-08-20rsync: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-19kernel-headers: rename aout patch so it gets applied to 2.6.25.15Peter Korsgaard
Needed by valgrind.
2008-08-19kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard
2008-08-19haserl: bump 0.9.x versionPeter Korsgaard
2008-08-19haserl: don't install unneeded examples for 0.8.0 to targetPeter Korsgaard
2008-08-19ifplugd: add missing newlinePeter Korsgaard
2008-08-17speex: also compile static librariesPeter Korsgaard
2008-08-17speex: automate selection of arm specific optimizationsPeter Korsgaard
ARM version info according to wikipedia, hopefully I got it all correct.
2008-08-17speex: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-17speex: select liboggPeter Korsgaard
Speex depends on libogg, so make it visible in Kconfig
2008-08-17speex: convert to Makefile.autotools.in and bump version to 1.2rc1Peter Korsgaard
Patch by Malek <souf_oued@yahoo.fr>
2008-08-16pcre: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-16fontconfig: remove redundant configure argsPeter Korsgaard
Patch by antialize / bug #4524.
2008-08-16pcre: bump versionPeter Korsgaard