From 26fdb6f16869744b9e9ce717dffd2f89170d51e9 Mon Sep 17 00:00:00 2001 From: Zhixiong Chi Date: Thu, 7 Nov 2019 22:10:48 -0800 Subject: 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 Signed-off-by: Khem Raj --- 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 a2f946398b..1644e38daf 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}" -- cgit 1.2.3-korg