diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-07-31 00:23:24 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-23 22:53:25 +0200 |
| commit | 84a78f4f0b67814a64a834ce8f157ee342fef678 (patch) | |
| tree | 6b4b1609b8cecbce55d9d88f2ff7d015096d3980 /package/libserial/libserial.mk | |
| parent | 20bcb278ebd5e41230e9b128e657b9b5d0547aa0 (diff) | |
| download | buildroot-84a78f4f0b67814a64a834ce8f157ee342fef678.tar.gz buildroot-84a78f4f0b67814a64a834ce8f157ee342fef678.zip | |
package/libserial: bump to version 0.6.0rc2
Also:
* Update patch #1
* Remove patch #2, fixed upstream
* add new dependency to boost
* use hashes from sourceforge
[Thomas:
- add locally calculated sha256 hash
- show the Config.in comment about toolchain dependencies only when
BR2_PACKAGE_BOOST_ARCH_SUPPORTS is set.]
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libserial/libserial.mk')
| -rw-r--r-- | package/libserial/libserial.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libserial/libserial.mk b/package/libserial/libserial.mk index d2c928bb3e..11f187484e 100644 --- a/package/libserial/libserial.mk +++ b/package/libserial/libserial.mk @@ -4,11 +4,12 @@ # ################################################################################ -LIBSERIAL_VERSION = 0.6.0rc1 +LIBSERIAL_VERSION = 0.6.0rc2 LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial LIBSERIAL_INSTALL_STAGING = YES LIBSERIAL_LICENSE = GPLv2+ LIBSERIAL_LICENSE_FILES = COPYING +LIBSERIAL_DEPENDENCIES = boost LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no |

