diff options
| author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-15 06:36:07 +0000 |
|---|---|---|
| committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-15 06:36:07 +0000 |
| commit | 154641298d7cb2c336bc6a5a38e51d9f7e14abc2 (patch) | |
| tree | 98bc3958b1f6473ff24001701b608f0a86c556a8 /classes/openmoko-panel-plugin.bbclass | |
| parent | d761c689e1a013a698f5b032cb95d516c7ba22da (diff) | |
| parent | 1c4bf67a97a157e0d7cf5756f29f78bac1139a57 (diff) | |
merge of '0c4f9a61dfdb0b3267c7794453ccf15dbc4e600c'
and 'd99679b234416670dd8c8e3c87704e7479b4a1e2'
Diffstat (limited to 'classes/openmoko-panel-plugin.bbclass')
| -rw-r--r-- | classes/openmoko-panel-plugin.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/openmoko-panel-plugin.bbclass b/classes/openmoko-panel-plugin.bbclass new file mode 100644 index 0000000000..0494b412c6 --- /dev/null +++ b/classes/openmoko-panel-plugin.bbclass @@ -0,0 +1,6 @@ +SECTION = "openmoko/panel-plugin" +DEPENDS += "matchbox-panel-2" + +inherit openmoko + +FILES_${PN} = "${libdir}/matchbox-panel/lib*.so* ${datadir}" |
