[oe-commits] Koen Kooi : pidgin: update to 2.7.9

git version control git at git.openembedded.org
Mon Jan 17 08:35:43 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c4d237d6215b93b3b1e5c30f14c6c3adb5892a6e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c4d237d6215b93b3b1e5c30f14c6c3adb5892a6e

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan 17 09:31:19 2011 +0100

pidgin: update to 2.7.9

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/pidgin/pidgin.inc                          |    8 +++++---
 .../pidgin/{pidgin_2.7.3.bb => pidgin_2.7.9.bb}    |    4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes/pidgin/pidgin.inc b/recipes/pidgin/pidgin.inc
index b93a6d1..96a2345 100644
--- a/recipes/pidgin/pidgin.inc
+++ b/recipes/pidgin/pidgin.inc
@@ -2,16 +2,14 @@ DESCRIPTION = "multi-protocol instant messaging client"
 SECTION = "x11/network"
 LICENSE = "GPL"
 DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus"
-INC_PR = "r3"
+INC_PR = "r0"
 
 inherit autotools gettext pkgconfig gconf
 
 EXTRA_OECONF = " \
-		--enable-audio \
 		--enable-vv \
 		--disable-perl \
 		--disable-tcl \
-		--disable-deprecated \
 		--disable-gevolution \
 		--disable-schemas-install \
 		--x-includes=${STAGING_INCDIR} \
@@ -22,6 +20,10 @@ EXTRA_OECONF = " \
 		--with-gnutls-libs=${STAGING_LIBDIR} \
 		"
 
+do_configure_prepend() {
+	touch ${S}/po/Makefile
+}
+
 OE_LT_RPATH_ALLOW=":${libdir}/purple-2:"
 OE_LT_RPATH_ALLOW[export]="1"
 
diff --git a/recipes/pidgin/pidgin_2.7.3.bb b/recipes/pidgin/pidgin_2.7.9.bb
similarity index 74%
rename from recipes/pidgin/pidgin_2.7.3.bb
rename to recipes/pidgin/pidgin_2.7.9.bb
index 606e453..d5527ea 100644
--- a/recipes/pidgin/pidgin_2.7.3.bb
+++ b/recipes/pidgin/pidgin_2.7.9.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
   file://pidgin-cross-python-265.patch \
 "
 
-SRC_URI[md5sum] = "e4bbadadae85e5e008690b52dd51f102"
-SRC_URI[sha256sum] = "8b5788aa7b8c3fa372e6c5f671592731c86e41322bcc09facb6bbe6127e323f2"
+SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829"
+SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e"
 
 EXTRA_OECONF += "\
   --disable-gtkspell \





More information about the Openembedded-commits mailing list