Drop do_configure() as it breaks compilation. autotools.bbclass
provide better alternative that works.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
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"
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"