mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -7,6 +7,3 @@ 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"
|
||||
|
||||
|
||||
@@ -10,4 +10,4 @@ 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"
|
||||
FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"
|
||||
|
||||
|
||||
@@ -12,11 +12,3 @@ DEPENDS += "intltool-native"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
|
||||
FILES_${PN}-doc += "${datadir}/xfce4/doc"
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
|
||||
FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a"
|
||||
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.a"
|
||||
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
|
||||
FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user