[oe-commits] [meta-openembedded] 01/05: gtkwave: add the libtirpc dependence and config

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 18:05:40 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 26fdb6f16869744b9e9ce717dffd2f89170d51e9
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>
---
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb
index a2f9463..1644e38 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.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