[oe-commits] Dmitry Baryshkov : claws-plugin-rssyl: fix compilation

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:00:39 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 85e93fe72e2a0129c12f118eb6dc9f2d2040f488
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85e93fe72e2a0129c12f118eb6dc9f2d2040f488

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Thu Dec  4 14:28:18 2008 +0300

claws-plugin-rssyl: fix compilation

Drop do_configure() as it breaks compilation. autotools.bbclass
provide better alternative that works.

Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 packages/sylpheed/claws-plugin-rssyl_0.18.bb |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/packages/sylpheed/claws-plugin-rssyl_0.18.bb b/packages/sylpheed/claws-plugin-rssyl_0.18.bb
index 29fc245..fd30e81 100644
--- a/packages/sylpheed/claws-plugin-rssyl_0.18.bb
+++ b/packages/sylpheed/claws-plugin-rssyl_0.18.bb
@@ -2,7 +2,7 @@ SECTION = "x11/network"
 DESCRIPTION = "Mail user agent plugins"
 DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz"
 
@@ -10,11 +10,5 @@ inherit autotools pkgconfig
 
 S = "${WORKDIR}/rssyl-${PV}"
 
-do_configure() {
-    gnu-configize
-    libtoolize --force
-    oe_runconf
-}
-
 FILES_${PN} = "${libdir}/claws-mail/plugins/*.so"
-
+FILES_${PN}-dbg += "${libdir}/claws-mail/plugins/.debug"





More information about the Openembedded-commits mailing list