pidgin: update to 2.7.9
authorKoen Kooi <koen@openembedded.org>
Mon, 17 Jan 2011 08:31:19 +0000 (09:31 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 17 Jan 2011 08:31:19 +0000 (09:31 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/pidgin/pidgin.inc
recipes/pidgin/pidgin_2.7.9.bb [moved from recipes/pidgin/pidgin_2.7.3.bb with 74% similarity]

index b93a6d1..96a2345 100644 (file)
@@ -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"
 
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 (file)
@@ -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 \