[oe-commits] Martin Jansa : claws-mail: be carefull with # comments ending with backslash

git version control git at git.openembedded.org
Thu Sep 15 22:08:43 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 125eb103194de5788920df13ccbc8004c54fb217
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=125eb103194de5788920df13ccbc8004c54fb217

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Sep 15 16:14:44 2011 +0200

claws-mail: be carefull with # comments ending with backslash

* next line after #foo \ is not parsed correctly!
* but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so
  be *very carefull*

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-sato/claws-mail/claws-mail.inc         |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc b/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc
index 04401df..b9fa4d9 100644
--- a/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc
+++ b/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc
@@ -22,7 +22,6 @@ FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
 EXTRA_OECONF = "--disable-aspell-test 		\
 		--disable-aspell 		\
 		--disable-manual		\
-#  		--disable-openssl 		\
 		--disable-crash-dialog		\
 		--disable-jpilot		\
 		--disable-trayicon-plugin	\
@@ -33,12 +32,14 @@ EXTRA_OECONF = "--disable-aspell-test 		\
 		--disable-pgpinline-plugin	\
   		--disable-dillo-viewer-plugin	\
 		--disable-clamav-plugin		\
-#		--disable-libetpan		\
 		--disable-gnomeprint		\
 		--disable-valgrind		\
     --disable-static    \
 		"
 
+#  		--disable-openssl 		\
+#		--disable-libetpan		\
+
 CFLAGS += "-D_GNU_SOURCE"
 
 inherit autotools pkgconfig gettext





More information about the Openembedded-commits mailing list