mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
inherit xfce distro_features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
|
|
|
|
SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
|
|
|
FILES_${PN} += "${datadir}/xfce4/panel-plugins/"
|
|
FILES_${PN} += "${datadir}/xfce4/panel/plugins/"
|
|
FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so"
|
|
FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so"
|
|
|