From ae41c0e250df06886e76162a3336c9b8ad787488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 10 Jun 2018 17:08:21 +0200 Subject: [PATCH] thunar-plugin.bbclass: pack GTK3 plugins properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are no GTK2 thunar plugins left in meta-xfce so remove ${libdir}/thunarx-2/*.so. Signed-off-by: Andreas Müller --- 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 447f02cee3..692f121d86 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"