[oe-commits] Stanislav Brabec : balsa: Fixed corruption in gpe addressbook, fixed icon installation.

git version control git at git.openembedded.org
Tue Jan 12 23:56:52 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 48dc1e30a44ece75d7d19d7da0bde9de1051fcbb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48dc1e30a44ece75d7d19d7da0bde9de1051fcbb

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Mon Jan 11 23:13:10 2010 +0000

balsa: Fixed corruption in gpe addressbook, fixed icon installation.

---

 .../balsa-2.4.2/libbalsa-gpe-corruption.patch      |   14 ++++++++++++++
 recipes/balsa/balsa_2.4.2.bb                       |    7 ++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch b/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
new file mode 100644
index 0000000..aa6635a
--- /dev/null
+++ b/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
@@ -0,0 +1,14 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=606676
+Index: balsa-2.4.2/libbalsa/address-book-gpe.c
+===================================================================
+--- balsa-2.4.2.orig/libbalsa/address-book-gpe.c
++++ balsa-2.4.2/libbalsa/address-book-gpe.c
+@@ -792,7 +792,7 @@ libbalsa_address_book_gpe_alias_complete
+ #endif                          /* HAVE_SQLITE3 */
+     if(err) {
+         printf("r=%d err=%s\n", r, err);
+-        free(err);
++        sqlite3_free(err);
+     }
+     return gcc.res;
+ }
diff --git a/recipes/balsa/balsa_2.4.2.bb b/recipes/balsa/balsa_2.4.2.bb
index e0675c8..8cd9174 100644
--- a/recipes/balsa/balsa_2.4.2.bb
+++ b/recipes/balsa/balsa_2.4.2.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "Robust and configurable e-mail client for GNOME"
 HOMEPAGE = "http://pawsa.fedorapeople.org/balsa/"
 SECTION = "x11/network"
 LICENSE = "GPL"
-SRC_URI = "http://pawsa.fedorapeople.org/balsa/${P}.tar.bz2"
-PR = "r0"
+SRC_URI = "http://pawsa.fedorapeople.org/balsa/${P}.tar.bz2 \
+	   file://libbalsa-gpe-corruption.patch;patch=1"
+PR = "r1"
 
 DEPENDS = "glib-2.0 gmime gnome-icon-theme gtk+ intltool-native libesmtp libxml-parser-perl-native"
 RDEPENDS_${PN} = "gnome-icon-theme"
@@ -61,7 +62,7 @@ DEPENDS += "gconf libgnome libgnomeui"
 
 # FIXME: doc build requires docbook4 and gnome-doc-utils
 
-inherit autotools
+inherit autotools gtk-icon-cache
 
 EXTRA_OECONF="--with-ssl \
 	      --without-gnome \





More information about the Openembedded-commits mailing list