meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass
Andreas Müller 2ad5ceafa5 various classes recipes: Remove FILES entries for dbg/dev packages
These entries are no more required - oe-core defaults were reworked long time
ago.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14 08:57:14 -07:00

10 lines
234 B
Plaintext

inherit xfce distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
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"