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/0002-add-missing-header-include.patch | |
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/0002-add-missing-header-include.patch')
-rw-r--r-- | package/libserial/0002-add-missing-header-include.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/libserial/0002-add-missing-header-include.patch b/package/libserial/0002-add-missing-header-include.patch deleted file mode 100644 index a0226372b9..0000000000 --- a/package/libserial/0002-add-missing-header-include.patch +++ /dev/null @@ -1,15 +0,0 @@ -Add a missing header include, to fix a build error. - -Signed-off-by: Simon Dawson <spdawson@gmail.com> - -diff -Nurp a/src/SerialPort.cpp b/src/SerialPort.cpp ---- a/src/SerialPort.cpp 2008-11-12 01:27:30.000000000 +0000 -+++ b/src/SerialPort.cpp 2013-04-23 15:43:41.537495852 +0100 -@@ -27,6 +27,7 @@ - #include <cassert> - #include <termios.h> - #include <fcntl.h> -+#include <unistd.h> - #include <sys/ioctl.h> - #include <sys/time.h> - #include <signal.h> |