diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-18 19:22:27 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-18 19:22:27 +0200 |
commit | 72d9084abfcbc8c12f9902fe9f916320d3c7b55a (patch) | |
tree | cbbea3be8466906dc61e2eca806db4136db807ae /recipes | |
parent | 876a2f7420a42d88981095c05cf20fe0aa45d948 (diff) |
pidgin update to 2.6.2
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pidgin/pidgin_2.6.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/pidgin/pidgin_2.6.2.bb b/recipes/pidgin/pidgin_2.6.2.bb new file mode 100644 index 0000000000..e7cb9d6cde --- /dev/null +++ b/recipes/pidgin/pidgin_2.6.2.bb @@ -0,0 +1,19 @@ +require pidgin.inc + +DEPENDS += "farsight2" + +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ + file://sanitize-configure.ac.patch;patch=1 \ + file://gconf-no-errors.patch;patch=1 \ + file://pidgin.desktop-set-icon.patch;patch=1 \ + file://purple-OE-branding-25.patch;patch=1 \ + file://pidgin-cross-python.patch;patch=1 \ +" + +EXTRA_OECONF += "\ + --disable-gtkspell \ + --disable-meanwhile \ + --disable-nm \ + --disable-screensaver \ +" |