]> code.ossystems Code Review - openembedded-core.git/commitdiff
claws-mail: Drop strange custom do_configure, fixing libtool 2.2.2
authorRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 23:10:52 +0000 (23:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 14 Apr 2008 23:10:52 +0000 (23:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4264 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/claws-mail/claws-mail.inc

index 938ba3207d51410c9f24529e35b06a6129f5ff6c..be184f9022cab5403df9d979397f9631d9b9825c 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Mail user agent"
 #DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl"
 DEPENDS = "gtk+ libetpan openssl libowl"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
        ${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2   \
@@ -41,19 +41,11 @@ CFLAGS += "-D_GNU_SOURCE"
 
 inherit autotools pkgconfig
 
-
-do_configure() {
-       gnu-configize
-       libtoolize --force
-       oe_runconf
-}
-
 do_install_append() {
        install -d ${D}${datadir}/applications
        install -m 0644 claws-mail.desktop ${D}${datadir}/applications/
        install -d ${D}${datadir}/pixmaps
        install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/
-       mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN}
 }
 
 do_stage () {