mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -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