diff options
-rw-r--r-- | meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 10 |
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 \ | |||
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
10 | PNBLACKLIST[sylpheed] ?= "BROKEN: Doesn't work with B!=S" | ||
11 | |||
12 | SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ | 10 | SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ |
13 | file://glib-2.32.patch \ | 11 | file://glib-2.32.patch \ |
14 | " | 12 | " |
@@ -18,7 +16,7 @@ SRC_URI[sha256sum] = "8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4a | |||
18 | FILES_${PN} += "${datadir}/pixmaps ${datadir}/applications" | 16 | FILES_${PN} += "${datadir}/pixmaps ${datadir}/applications" |
19 | FILES_${PN}-doc += "${datadir}" | 17 | FILES_${PN}-doc += "${datadir}" |
20 | 18 | ||
21 | EXTRA_OECONF = "--disable-ssl --enable-gnutls" | 19 | EXTRA_OECONF = "--disable-ssl" |
22 | 20 | ||
23 | CFLAGS += "-D_GNU_SOURCE" | 21 | CFLAGS += "-D_GNU_SOURCE" |
24 | 22 | ||
@@ -31,9 +29,3 @@ do_configure_prepend() { | |||
31 | 29 | ||
32 | inherit autotools pkgconfig | 30 | inherit autotools pkgconfig |
33 | 31 | ||
34 | do_install_append() { | ||
35 | install -d ${D}${datadir}/applications | ||
36 | install -m 0644 sylpheed.desktop ${D}${datadir}/applications/ | ||
37 | install -d ${D}${datadir}/pixmaps | ||
38 | install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ | ||
39 | } | ||