Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-02 | Update to Python 2.4.5 (latest patch rev of 2.4) | Hamish Moffatt | |
Remove the test suite before building, else it will fail to compile depending on what modules have been configured. | |||
2008-09-01 | cups: fix help text | Peter Korsgaard | |
2008-09-01 | iperf: don't silently enable C++ support in toolchain | Peter Korsgaard | |
2008-09-01 | iperf: bump version | Peter Korsgaard | |
2008-09-01 | iperf: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-09-01 | package: add libconfig package | Peter Korsgaard | |
2008-08-31 | busybox: additional 1.12.0 patches | Peter Korsgaard | |
2008-08-31 | libglib2: fix build with/without locale support | Peter Korsgaard | |
Don't select BR2_ENABLE_LOCALE. Glib works without locale support in toolchain, and packages shouldn't silently select toolchain options. Only select libiconv if locale support isn't enabled. | |||
2008-08-31 | avahi: don't use BASE_DIR to reference source files | Peter Korsgaard | |
dest != source if we want to support out-of-tree builds | |||
2008-08-29 | games: Move all games into games subdir | Daniel Laird | |
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | |||
2008-08-29 | Makefile.autotools.in: Add extra POST_HOOK targets | Daniel Laird | |
It is not possible currently in Makefile.autotools.in packages to do something extra after an extract or configure. This may be useful for example extract libxml2-2.6.32 POST_EXTRACT = remove some .rej files that are in offical release patch (not fail because of remaining .rej files) configure I think this is useful improvement (necessary for Makefile.autotools.in packages) Daniel Laird | |||
2008-08-28 | libxslt: Convert to Makefile.autotools.in format | Daniel Laird | |
Converted to Makefile.autotools.in format Version bumped to 1.1.24 Enabled crypto support dependant on gcrypt being chosen/not Post process xslt-config file like freetype-config/xm2-config. | |||
2008-08-28 | libxml2: Post process xml2-config file to actually work and bump version | Daniel Laird | |
Version bumped to 2.6.31 (2.6.32 has .rej files so patch target fails - upstream need to be informed). The xml2-config file in staging dir needs to have prefix / exec-prefix setup to understand the staging directory location. This then means that packages that call xml2-config to get include paths/cflags and libs etc work properly. This is very similar to what freetype does to freetype-config. | |||
2008-08-28 | busybox: udhcpc patch for 1.12.0 | Peter Korsgaard | |
2008-08-27 | tcl: fix long help text lines | Peter Korsgaard | |
2008-08-27 | xpdf: fix long help text lines | Peter Korsgaard | |
2008-08-27 | pcmanfm: fix long help text lines | Peter Korsgaard | |
2008-08-27 | gqview: fix long help text lines | Peter Korsgaard | |
2008-08-27 | alsamixergui: fix long help text lines | Peter Korsgaard | |
Select fltk and fix homepage link while we're at it. | |||
2008-08-27 | blackbox: fix long help text lines | Peter Korsgaard | |
2008-08-27 | matchbox: fix long help text lines | Peter Korsgaard | |
2008-08-27 | openmotif: fix long help text lines | Peter Korsgaard | |
2008-08-27 | fltk: fix long help text lines | Peter Korsgaard | |
Remove comment when X isn't available while we're at it. | |||
2008-08-27 | libsexy: fix long help text lines | Peter Korsgaard | |
Make it depend on libgtk2 while we're at it. | |||
2008-08-27 | x11r7: fix long help text lines | Peter Korsgaard | |
2008-08-27 | qtopia: fix long help text lines | Peter Korsgaard | |
2008-08-27 | qte: fix long help text lines | Peter Korsgaard | |
2008-08-27 | ntfs-3g: fix long help text lines | Peter Korsgaard | |
2008-08-27 | stunnel: fix long help text lines | Peter Korsgaard | |
And add homepage while we're at it. | |||
2008-08-27 | olsr: fix long help text lines | Peter Korsgaard | |
2008-08-27 | kismet: fix long help text lines | Peter Korsgaard | |
And add homepage while we're at it. | |||
2008-08-27 | sudo: fix long help text lines | Peter Korsgaard | |
2008-08-27 | kconfig: warn about overlong lines in help-texts | Peter Korsgaard | |
From busybox r22852. | |||
2008-08-27 | gtkperf: Remove settings that are default | Daniel Laird | |
Remove default setting of AUTORECONF = no | |||
2008-08-27 | gtkperf: Adding gtkperf package | Daniel Laird | |
Allows some benchmarking of GTK on different targets. | |||
2008-08-27 | fbdump: Fix help text indentation and remove staging dir installation | Daniel Laird | |
Tidy up fbdump package. | |||
2008-08-27 | fbdump: Add new package fbdump. | Daniel Laird | |
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported. | |||
2008-08-27 | avahi: fix build with BR2_ENABLE_LOCALE | Peter Korsgaard | |
2008-08-27 | libdaemon: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-27 | avahi: don't depend on busybox | Peter Korsgaard | |
2008-08-27 | libdaemon: bump version | Peter Korsgaard | |
2008-08-27 | netcat: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-26 | libglib2: remove redundant configure args | Peter Korsgaard | |
2008-08-26 | libglib2 fix !BR2_USE_WCHAR compilation | Peter Korsgaard | |
2008-08-26 | libglib2: select libiconv | Peter Korsgaard | |
2008-08-26 | atk: remove redundant configure args | Peter Korsgaard | |
2008-08-26 | atk: select libglib2 | Peter Korsgaard | |
2008-08-26 | popt: use := assignments | Peter Korsgaard | |
2008-08-26 | popt: use install-strip for target install | Peter Korsgaard | |
2008-08-26 | popt: cleanup redundant configure args | Peter Korsgaard | |