summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb b/meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb
index b094ba25e..b4944258f 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb
@@ -2,9 +2,9 @@ SUMMARY = "multi-protocol instant messaging client"
2SECTION = "x11/network" 2SECTION = "x11/network"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5DEPENDS = "python virtual/libintl intltool-native libxml2 gconf glib-2.0-native" 5DEPENDS = "python3 virtual/libintl intltool-native libxml2 gconf glib-2.0-native"
6 6
7inherit autotools gettext pkgconfig gconf perlnative 7inherit autotools gettext pkgconfig gconf perlnative python3native
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ 10 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \