Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpm: only show xz dependency comment if enabled | Peter Korsgaard | 2011-10-11 | 1 | -2/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain: rework C++ options | Thomas Petazzoni | 2010-12-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of having BR2_GCC_CROSS_CXX and BR2_INSTALL_LIBSTDCPP, with BR2_GCC_CROSS_CXX not being visible (and therefore being useless), let's just keep BR2_INSTALL_LIBSTDCPP to enable C++ in the toolchain and install C++ libraries on the target. We also take that opportunity to make BR2_INSTALL_LIBSTDCPP an hidden option, which is selected by an option in Buildroot toolchain support or an option in External toolchain support, just as we did for other toolchain features. Some work definitely remains to be done : - The name BR2_INSTALL_LIBSTDCPP is ugly, but we keep it for the moment in order to avoid changing all packages. - We should clarify the other language-related options (Fortran, Java, Objective-C, etc.). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rpm: needs XML support in libneon | Peter Korsgaard | 2010-01-18 | 1 | -3/+5 |
| | | | | | | | | | RPM-5.2.0 needs the optional XML support in libneon. Restructure kconfig dependencies to ensure rpm can only be selected if libneon with XML support (in addition to SSL + ZLIB) is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Bumped rpm | Nigel Kukard | 2009-12-25 | 1 | -4/+23 |
| | |||||
* | * Select zlib support in neon for rpm | Nigel Kukard | 2008-12-31 | 1 | -1/+2 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | * Bump version to 5.1.1 | Nigel Kukard | 2008-04-29 | 1 | -0/+1 |
| | | | | | * Use bzip2 compression (rpms can have gzip or bzip2 payloads) * -j1, rpm cannot build with more than 1 thread | ||||
* | * Added rpm | Nigel Kukard | 2008-04-14 | 1 | -0/+13 |