mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
thunar-plugin.bbclass: initial add
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
12f47ccf40
commit
094c5412ef
@@ -0,0 +1,10 @@
|
||||
inherit xfce
|
||||
|
||||
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}-dbg += "${libdir}/thunarx-2/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/thunarx-2/*.la"
|
||||
|
||||
Reference in New Issue
Block a user