From: Andreas Müller Date: Wed, 2 Nov 2011 11:45:13 +0000 (+0000) Subject: xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbg X-Git-Tag: rev_ivi_2015_02_04~5379 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6f7f1f0a6b03c342558f1da0ed73c40aaf9bdf4;p=scm%2Fbb%2Ftizen-distro.git xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbg * Some panel-plugins (e.g xfce4-clipman-plugin) store libraries in /usr/lib/xfce4/panel/plugins instead of /usr/lib/xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo (From meta-openembedded rev: 48640311c129134ca0ca950b0797d267feea1420) Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-xfce/classes/xfce.bbclass b/meta-openembedded/meta-xfce/classes/xfce.bbclass index 1a13fdc..debd645 100644 --- a/meta-openembedded/meta-xfce/classes/xfce.bbclass +++ b/meta-openembedded/meta-xfce/classes/xfce.bbclass @@ -7,6 +7,9 @@ FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/mod 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"