]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux:upgrade 2.33.2 -> 2.34
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>
Fri, 5 Jul 2019 08:25:49 +0000 (16:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2019 22:27:38 +0000 (23:27 +0100)
-Upgrade from util-linux_2.33.2.bb to util-linux_2.34.bb.

-util-linux/check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch
 Removed since this is included in 2.34.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux/check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch [deleted file]
meta/recipes-core/util-linux/util-linux_2.34.bb [moved from meta/recipes-core/util-linux/util-linux_2.33.2.bb with 59% similarity]

diff --git a/meta/recipes-core/util-linux/util-linux/check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch b/meta/recipes-core/util-linux/util-linux/check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch
deleted file mode 100644 (file)
index c92c276..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Checking for exitence of the define is not enough since
-it will be defined with 0 or 1 value
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
---- a/sys-utils/ldattach.c
-+++ b/sys-utils/ldattach.c
-@@ -242,7 +242,7 @@ static int my_cfsetspeed(struct termios
-        * -- we have to bypass glibc and set the speed manually (because glibc
-        *    checks for speed and supports Bxxx bit rates only)...
-        */
--#ifdef _HAVE_STRUCT_TERMIOS_C_ISPEED
-+#if _HAVE_STRUCT_TERMIOS_C_ISPEED
- # define BOTHER 0010000               /* non standard rate */
-       dbg("using non-standard speeds");
-       ts->c_ospeed = ts->c_ispeed = speed;
similarity index 59%
rename from meta/recipes-core/util-linux/util-linux_2.33.2.bb
rename to meta/recipes-core/util-linux/util-linux_2.34.bb
index 538e27612c4639241e9aa7a23cedb5e2cda2e318..262f4bacb00b8c0eec4d6c0054781de014ee7012 100644 (file)
@@ -7,7 +7,6 @@ SRC_URI += "file://configure-sbindir.patch \
             file://run-ptest \
             file://display_testname_for_subtest.patch \
             file://avoid_parallel_tests.patch \
-            file://check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch \
 "
-SRC_URI[md5sum] = "91653b90fcbe9c161153e39b8cc69fb5"
-SRC_URI[sha256sum] = "631be8eac6cf6230ba478de211941d526808dba3cd436380793334496013ce97"
+SRC_URI[md5sum] = "a78cbeaed9c39094b96a48ba8f891d50"
+SRC_URI[sha256sum] = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5"