thunar-plugin.bbclass: pack GTK3 plugins properly

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

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller 2018-06-10 17:08:21 +02:00 committed by Khem Raj
parent 2ad5ceafa5
commit ae41c0e250

View File

@ -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"