summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-10-27netkittelnet: hide package if RPC support isn't available in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27package: show packages with busybox alternatives if busybox is disabledPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-27libpcap, tcpdump: bump version and autotoolifyBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: convert to Makefile.autotools.in formatPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: remove 'target' from lzma package namePeter Korsgaard
We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26Revert "libnl: handle all installed libraries"Peter Korsgaard
This reverts commit 61901bd74a622450139358ea0c0f37d4568ad570. Turns out the libnl splitup is only needed for the not-released-yet v2.0. Conflicts: CHANGES
2009-10-26lzma: host targets should not be user selectablePeter Korsgaard
Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26lzma: get rid of unused target-headers optionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26libelf: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-26libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS optionPeter Korsgaard
We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-25package: Don't hide all editors in menuconfigJulien Boibessot
Don't hide all editors in config if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not selected. Indeed vi is the only editor already provided by busybox. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-25netsnmp: bump versionPeter Korsgaard
Based on patch by Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-25package: Bump SawMan to 1.4.2Lionel Landwerlin
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-23libarchive: add conditional dependency on zlibSven Neumann
If zlib is selected, then it should be built before libarchive so that libarchive picks up the headers and includes support for zlib compression. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-22Update sqlite package to version 3.6.18Gustavo Zacarias
Closes #655. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-21gst-plugins-good: make new dependency-less plugins configurableSven Neumann
gst-plugins-good gained a number of dependency-less plugins with the last update. This commit makes them configurable in buildroot. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-21libnl: handle all installed librariesSven Neumann
libnl does not only install libnl.so, but also libnl-nf.so, libnl-genl.so and libnl-route.so. Change the post-install and uninstall hooks to handle these libraries as well. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20package: Add sysstat toolsLionel Landwerlin
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20gvfs: explicitly specify samba include and library pathsSven Neumann
The gvfs configure script has --with-samba-includes and --with-samba-libs options. Use these to point it to the libsmbclient files in the staging dir. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20gvfs: build archive backend if libarchive is selectedSven Neumann
If BR2_PACKAGE_LIBARCHIVE is enabled, build the gvfs archive backend. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20gvfs: update to version 1.4.0Sven Neumann
Update the gvfs package to the latest upstream release. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20libarchive: make bsdtar and bsdcpio binaries configurableSven Neumann
libarchive comes with two binaries, bsdtar and bsdcpio that used to be installed by default. This change makes this configurable with the default not to build and install the binaries. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-20samba: updated the samba package to version 3.3.8rvpaasen
Update the samba package to the new makefile format and also update it to samba version 3.3.8 (latest 3.3.x version). Based on the patch from bug 665, but with uclibc dependency and call to autogen.sh removed. Tested-By: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-15busybox: invert hide optionPeter Korsgaard
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>
2009-10-13imagemagick: fix -clean targetSimon Pasch
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>
2009-10-09Update php package to 5.2.11Gustavo Zacarias
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>
2009-10-09qt: remove commercial license optionMichael Roth
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>
2009-10-09qt: remove Kconfig option to enable all pixel depthsMichael Roth
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>
2009-10-09qt: disable precompiled headers when ccache is enabledMichael Roth
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>
2009-10-09qt: make sure to install all Qt-fonts and true-type-fontsMichael Roth
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>
2009-10-09qt: use configure option instead a sed hack to disable xineramaMichael Roth
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>
2009-10-09qt: remove unnecessary call to qstrip macro in MakefileMichael Roth
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>
2009-10-09qt: don't enable internal tslib-module debuggingMichael Roth
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>
2009-10-09qt: remove unnecessary commentMichael Roth
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>
2009-10-09qt: remove no longer needed 'x86x86fix' workaroundMichael Roth
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>
2009-10-09qt: remove PKG_CONFIG workaroundMichael Roth
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>
2009-10-09qt: remove TARGET_CONFIGURE_OPTS from make invocationMichael Roth
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>
2009-10-09qt: remove Makefile variable QT_QMAKE_ARMichael Roth
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>
2009-10-09qt: enable proper re-configureMichael Roth
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>
2009-10-09qt: remove useless target qt-statusMichael Roth
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>
2009-10-08x11r7: tweak kconfigPeter Korsgaard
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>
2009-10-08busybox: bump 1.15.x stable versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-07rsync: bump versionBernhard Reutner-Fischer
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>
2009-10-07honour DISABLE_IPV6Bernhard Reutner-Fischer
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>
2009-10-07remove BR2_FPU_SUFFIXBernhard Reutner-Fischer
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>
2009-10-07e2fsprogs: add a patch to link against SEM_INIT libsDaniel Mack
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>
2009-10-07e2fsprogs: bump version number to 1.41.9Daniel Mack
Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-07gst-plugins-bad: update to upstream release 0.10.14Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-07gst-plugins-good: update to upstream release 0.10.16Sven Neumann
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>