diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-05-09 12:26:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-09 12:26:14 +0000 |
commit | 218ddf031b7d5ea3ffb795adb1a0ddfc2cd32aa3 (patch) | |
tree | c01efd2047822262eb6ed27e364dcf1a5b0cccd5 /packages/sylpheed/sylpheed-claws_2.2.0.bb | |
parent | ba713f6d2774c1fece3fefdec4ccae1f271b586b (diff) |
packages/sylpheed/sylpheed-claws_2.2.0.bb : stage stuff for plugins
packages/sylpheed/sylpheed-claws-plugin-rssyl_2.2.0.bb : add rss plugin
for sylpheed-claws. Also includes generic framework for enabling the
others
Diffstat (limited to 'packages/sylpheed/sylpheed-claws_2.2.0.bb')
-rw-r--r-- | packages/sylpheed/sylpheed-claws_2.2.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/sylpheed/sylpheed-claws_2.2.0.bb b/packages/sylpheed/sylpheed-claws_2.2.0.bb index 9cdcbcd80b..0308e60964 100644 --- a/packages/sylpheed/sylpheed-claws_2.2.0.bb +++ b/packages/sylpheed/sylpheed-claws_2.2.0.bb @@ -5,7 +5,7 @@ MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" LICENSE = "GPL" PR = "r0" -SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-2.2.0.tar.bz2" +SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-${PV}.tar.bz2" FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" @@ -20,7 +20,7 @@ do_configure_prepend() { mkdir -p m4 } -inherit autotools +inherit autotools pkgconfig do_install_append() { install -d ${D}${datadir}/applications @@ -29,3 +29,7 @@ do_install_append() { install -m 0644 sylpheed-claws.png ${D}${datadir}/pixmaps/ } +do_stage () { + autotools_stage_all +} + |