Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-08-26 | neon: use := assignments | Peter Korsgaard | |
2008-08-26 | neon: uses pkgconfig so select it | Peter Korsgaard | |
2008-08-26 | neon: strip target library | Peter Korsgaard | |
neon doesn't have an install-strip target, so do it afterwards instead. | |||
2008-08-26 | neon: fix compilation without xml support | Peter Korsgaard | |
webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script. | |||
2008-08-26 | neon: bump version | Peter Korsgaard | |
Fixes CVE-2008-3746. | |||
2008-08-26 | blackbox: use := assignments | Peter Korsgaard | |
2008-08-26 | blackbox: don't show comment if no xserver is selected | Peter Korsgaard | |
2008-08-26 | blackbox: cleanup redundant configure args | Peter Korsgaard | |
2008-08-26 | blackbox: use install-strip for target install | Peter Korsgaard | |
2008-08-26 | blackbox: use BR2_SOURCEFORGE_MIRROR | Peter Korsgaard | |
Don't hardcode specific sourceforge mirrors. | |||
2008-08-26 | pixman: cleanup staging + target install | Peter Korsgaard | |
- install-data installs a subset of install / install-strip, so just drop it - use install-strip for target | |||
2008-08-26 | Move pixman from package/x11r7/pixman to package/pixman | Daniel 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-26 | Clean up LiTE | Daniel Laird | |
2008-08-26 | Adds support for building LiTE - see DirectFB.org | Daniel Laird | |
Will close bug 0003974 Daniel Laird | |||
2008-08-26 | reverse 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-26 | select 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-26 | The changes below move i2c-tools.mk to use Makefile.autotools.in | Daniel Laird | |
package/i2c-tools/i2c-tools.mk Use Makefile.autotools.in | |||
2008-08-26 | The 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-26 | Bump 1.11.x version to 1.11.2 (no patches yet) | Hamish Moffatt | |
2008-08-26 | Update to work with recent lzo changes | Hamish Moffatt | |
2008-08-25 | psmic: locale support | Peter Korsgaard | |
Closes #4274. | |||
2008-08-25 | psmisc: bump version | Peter Korsgaard | |
2008-08-25 | psmisc: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-24 | procps: bump version | Peter Korsgaard | |
Closes #4284. | |||
2008-08-24 | procps: needs WCHAR | Peter Korsgaard | |
2008-08-24 | toolchain/gdb: unbreak target gdb support | Peter 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-24 | libxml2: enable ipv6 support if enabled in buildroot | Peter Korsgaard | |
2008-08-23 | Update AT91 patches to latest Linux | Ulf Samuelsson | |
2008-08-23 | Add configurations for current linux versions | Ulf Samuelsson | |
2008-08-23 | libxml2: use install-strip instead of install-exec for target install | Peter Korsgaard | |
Use install-strip so binaries gets stripped and man pages / header files gets installed. | |||
2008-08-23 | libxml2: cleanup configure args | Peter Korsgaard | |
2008-08-23 | libxml2: point to homepage instead of ftp site in help | Peter Korsgaard | |
2008-08-23 | libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option | Peter Korsgaard | |
2008-08-22 | openchrome: fix install | Peter Korsgaard | |
Closes #4674. | |||
2008-08-22 | xorg: depend on WCHAR and LOCALE | Peter 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-22 | package: don't hide xorg/tinyx selection | Peter Korsgaard | |
Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive. | |||
2008-08-22 | Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-22 | gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-08-21 | sqlite: bump version | Peter Korsgaard | |
2008-08-21 | ace_of_penguins: remove redundant configure settings | Peter Korsgaard | |
Reported by Hartleys. | |||
2008-08-21 | busybox: add 1.12.x and make it default | Peter Korsgaard | |
2008-08-20 | u-boot: bump version | Peter Korsgaard | |