[oe] [meta-xfce][PATCH 19/19] thunar-plugin.bbclass: pack GTK3 plugins properly

Andreas Müller schnitzeltony at gmail.com
Sun Jun 10 15:08:21 UTC 2018


There are no GTK2 thunar plugins left in meta-xfce so remove
${libdir}/thunarx-2/*.so.

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 meta-xfce/classes/thunar-plugin.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
index 447f02cee..692f121d8 100644
--- a/meta-xfce/classes/thunar-plugin.bbclass
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -6,4 +6,4 @@ DEPENDS += "thunar"
 
 SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
 
-FILES_${PN} += "${libdir}/thunarx-2/*.so"
+FILES_${PN} += "${libdir}/thunarx-3/*.so"
-- 
2.14.3




More information about the Openembedded-devel mailing list