diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-11-02 11:45:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-02 17:25:42 +0100 |
commit | 48640311c129134ca0ca950b0797d267feea1420 (patch) | |
tree | 162014d7a58003a865a3eb8a0077e9b87b2a5fd9 /meta-xfce/classes | |
parent | 6b765989a42ab314d1611f4dec78b07b562a9e7d (diff) | |
download | meta-openembedded-48640311c129134ca0ca950b0797d267feea1420.tar.gz |
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
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | meta-xfce/classes/xfce.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 1a13fdc7b..debd645a2 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
@@ -7,6 +7,9 @@ FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/mod | |||
7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 7 | FILES_${PN}-doc += "${datadir}/xfce4/doc" |
8 | 8 | ||
9 | FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" | 9 | FILES_${PN}-dev += "${libdir}/xfce4/*/*.la" |
10 | FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.la" | ||
10 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a" | 11 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a" |
12 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.a" | ||
11 | FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" | 13 | FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug" |
14 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | ||
12 | 15 | ||