aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-sato
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:33:16 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-17 09:46:31 +0200
commit54def94d4e7aa8900fec58e6aaef8f8c3b0b563e (patch)
tree1a15c524381614662db04275f5bf310c84679844 /meta-oe/recipes-sato
parente1ae7e7589159e11336d5443e24bee09f481c519 (diff)
downloadmeta-openembedded-contrib-54def94d4e7aa8900fec58e6aaef8f8c3b0b563e.tar.gz
sylpheed: remove do_install_append
The .desktop and .png files alreay install by make install. So remove the do_install_append Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe/recipes-sato')
-rw-r--r--meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
index 1b010a5b6c..304b654fb6 100644
--- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
+++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
@@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
PR = "r2"
-PNBLACKLIST[sylpheed] ?= "BROKEN: Doesn't work with B!=S"
-
SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \
file://glib-2.32.patch \
"
@@ -18,7 +16,7 @@ SRC_URI[sha256sum] = "8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4a
FILES_${PN} += "${datadir}/pixmaps ${datadir}/applications"
FILES_${PN}-doc += "${datadir}"
-EXTRA_OECONF = "--disable-ssl --enable-gnutls"
+EXTRA_OECONF = "--disable-ssl"
CFLAGS += "-D_GNU_SOURCE"
@@ -31,9 +29,3 @@ do_configure_prepend() {
inherit autotools pkgconfig
-do_install_append() {
- install -d ${D}${datadir}/applications
- install -m 0644 sylpheed.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/
-}