mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user