[oe-commits] [openembedded-core] 29/40: socat: remove the hardcoded shifting offset

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 12:39:20 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7b51730ff288b15f3cba87cef27bfb1f95509823
Author: Zhenhua Luo <zhenhua.luo at nxp.com>
AuthorDate: Thu Jun 30 18:22:29 2016 +0800

    socat: remove the hardcoded shifting offset
    
    The hardcoded shifting offset causes the following runtime error:
    | socat: xioinitialize.c:41: xioinitialize: Assertion `3 <<
    | opt_crdly.arg3 == 00030000' failed.
    
    Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/socat/socat_1.7.3.1.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.1.bb b/meta/recipes-connectivity/socat/socat_1.7.3.1.bb
index 6da9a17..4da6d39 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.3.1.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.3.1.bb
@@ -25,9 +25,7 @@ inherit autotools
 
 EXTRA_AUTORECONF += "--exclude=autoheader"
 
-EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \
-        sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \
-        ac_cv_ispeed_offset=13 \
+EXTRA_OECONF += "ac_cv_have_z_modifier=yes \
         ac_cv_header_bsd_libutil_h=no \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list