- Oct 18, 2009
-
-
Peter Korsgaard authored
We haven't used a tarball for the skeleton since we moved to subversion in 2006. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 15, 2009
-
-
Peter Korsgaard authored
Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic, renaming it to _SHOW_OTHERS. Positive logic is simpler to understand, and it makes all{,package}config do the right thing. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 13, 2009
-
-
Simon Pasch authored
Closes #657 imagemagick-clean target currently tries to remove $(TARGET_DIR) as there is no IMAGEMAGICK_BINARY anymore. Signed-off-by:
Simon Pasch <fpasch@googlemail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 12, 2009
-
-
Daniel Mack authored
Signed-off-by:
Daniel Mack <daniel@caiaq.de> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 09, 2009
-
-
Gustavo Zacarias authored
Security Enhancements and Fixes in PHP 5.2.11: * Fixed certificate validation inside php_openssl_apply_verification_policy * Fixed sanity check for the color index in imagecolortransparent() * Added missing sanity checks around exif processing * Fixed bug #44683 (popen crashes when an invalid mode is passed) Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
It looks like that nobody is using the commercial license option because the code is broken (BR2_QT_COMMERCIAL_PASSWORD typo) and dist.trolltech.com became silent long ago and nobody complained about. So remove the broken and unused stuff. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
The Kconfig menu "Pixel depths" of Qt provides a list with all selectable pixel depths and additionally the option "all". When "all" is selected, the list with all available pixel depths disappears. Because this disappearing of available pixel depths makes no sense under usability aspects, simply remove the option "all". The user could enable all available pixel depths by selecting each individual depth anyway. So no functionality is lost. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
ccache and precompiled headers don't work together, so disable precompiled headers when ccache is enabled. The benefit of ccache compiling Qt a second or more time is much higher than the costs of disabled precompiled headers in the first run. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
Qt gained some more qpf-fonts and also provides some true-type-fonts. Make sure to install them all inclusive ttf-fonts when freetype-support is enabled. Additionally the empty 'fontdir' file is really not needed. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
The Qt configure script gained the option '-no-xinerama' in the meantime. So use it instead hacking the script itself using sed. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
QT_CONFIGURE can never gain double quotes, so there is no point to remove some. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
In Qt there are virtually hundreds of internal debug flags like TSLIBMOUSEHANDLER_DEBUG for every module or even C++ class. There is no reason to enable a single such flag when Qt is build with debugging symbols and others not. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
Qt in buildroot should not depend on dbus installed on build platform, if so this is (or was) a bug in buildroot. Looks like that this note is left over from ancient buildroot days, so remove it. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
Tested with 4.5.2. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
At least Qt 4.5.2 is fixed in the meantime and honors PKG_CONFIG. So the PATH workaround is no longer needed. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
All compiler options, switches and path settings are done in the configure step. For the compile and install step there is no need for the TARGET_CONFIGURE_OPTS variables. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
The variable is only referenced once, so inline it. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
The Qt configure script doesn't use config.cache but the generated Makefile provides a confclean target to properly clean out old configuration. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Michael Roth authored
The Makefile target 'qt-status' prints pointless information, so remove it. Signed-off-by:
Michael Roth <mroth@nessie.de> Acked-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
In a pristine checkout the -menuconfig targets need their build dirs to exist. Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 08, 2009
-
-
Peter Korsgaard authored
Show comment about what to enable in toolchain to make modular X.org visible, and move comment about x11r7 toolchain dependency to end, as otherwise kconfig gets confused and doesn't put X options under the x11r7 menuconfig. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 07, 2009
-
-
Bernhard Reutner-Fischer authored
Bump version to 3.0.6. autoreconf is off per default, so no need to specify it. Use config.cache (fix the incorrect package instead). Pass ENABLE_DEBUG setting to configure. Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
It speeds up configuration considerably. If a package breaks due to wrong cache-entries, then the broken other package has to be fixed, not the innocent bystander! Put short: There is absolutely _no_ need to ever turn the cache off unless you hack on autotools itself and goof. Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
hard/softfloat is just one of the many config options, and it only clutters the filenames. Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Daniel Mack authored
This patch is needed to make e2fsprogs being linked against SEM_INIT libraries. In this particular case, it causes the Makefiles to add -lpthread. Without that, all binaries crash at startup, at least on x86. Signed-off-by:
Daniel Mack <daniel@caiaq.de> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Daniel Mack authored
Signed-off-by:
Daniel Mack <daniel@caiaq.de> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Update gst-plugins-base to version 0.10.25. Also add new config option to enable/disable the Pango font renderer plug-in. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
The Makefile.autotools.in defaults are sufficient. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 06, 2009
-
-
Peter Korsgaard authored
Show Atmel mirrors together with the other mirrors, instead of hiding them in yet another sub-menu. At the same time, add an empty line before the Atmel include as noticed by Hartley Sweeten. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
Use of OABI is strongly discouraged since years now. Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
Signed-off-by:
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-