mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
inherit xfce 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-3/*.so"
|
|
|
|
FILES:${PN}-dev += "${libdir}/thunarx-3/*.la"
|