diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-05-09 15:00:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 15:00:53 +0000 |
commit | 86ab37755bbe44b0c96043bc9e94f7d1a8fce770 (patch) | |
tree | 69c0ee1f9c09bfea57fa868622a2bf2d83586006 /packages/sylpheed/sylpheed-claws-extra-plugins.inc | |
parent | 09459c4abaf97199858c4d7227c3e230d9315693 (diff) |
packages/sylpheed/sylpheed-claws-plugin-rssyl-0.4cvs8_2.2.0.bb : put version
in so we can do new versions.
packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10_2.2.0.bb : a
HTML email renderer based on gtkhtml2
packages/sylpheed/sylpheed-claws-extra-plugins.inc : add more generic
packaging.
Diffstat (limited to 'packages/sylpheed/sylpheed-claws-extra-plugins.inc')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-extra-plugins.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sylpheed/sylpheed-claws-extra-plugins.inc b/packages/sylpheed/sylpheed-claws-extra-plugins.inc index 624abc105a..e3b7a9e388 100644 --- a/packages/sylpheed/sylpheed-claws-extra-plugins.inc +++ b/packages/sylpheed/sylpheed-claws-extra-plugins.inc @@ -10,3 +10,5 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-extra-plugins-${P inherit autotools pkgconfig +FILES_${PN} = "${libdir}/sylpheed-claws/plugins/*.so" + |