[oe-commits] [meta-openembedded] branch zeus-next updated: gtkwave: add the libtirpc dependence and config

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 05:58:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch zeus-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/zeus-next by this push:
     new fbe4cf8  gtkwave: add the libtirpc dependence and config
fbe4cf8 is described below

commit fbe4cf8d56eea586c096621e7c913b24bd99c9c6
Author: Zhixiong Chi <zhixiong.chi at windriver.com>
AuthorDate: Thu Nov 7 22:10:48 2019 -0800

    gtkwave: add the libtirpc dependence and config
    
    Since the oe-core commit "libtirpc: create the symbol link for rpc
    header files" create the symbol link of header files, so during
    checking it will find the related header files, then it will use
    the old PRC_LDADD value "-lrpc" other than "-ltirpc".
    So we add the option "--with-tirpc" to the configure command and
    add the dependence.
    
    Signed-off-by: Zhixiong Chi <zhixiong.chi at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    (cherry picked from commit 26fdb6f16869744b9e9ce717dffd2f89170d51e9)
    
    Fixes build issue:
    
    TOPDIR/tmp/work/core2-64-poky-linux/gtkwave/3.3.98-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/9.2.0/ld: vzt_write.o: in function `vzt_wr_emit_value_double':
    /usr/src/debug/gtkwave/3.3.98-r0/build/src/helpers/../../../gtkwave-3.3.98/src/helpers/vzt_write.c:1637: undefined reference to `xdrmem_create'
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
index 310c410..68b5ad8 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
@@ -18,6 +18,6 @@ RDEPENDS_${PN} = "tk-lib"
 inherit distro_features_check
 ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
 
-EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS}"
+EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc"
 
 FILES_${PN} = "${bindir} ${datadir}"

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


More information about the Openembedded-commits mailing list