diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-26 11:43:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-26 11:49:23 -0800 |
commit | b18be1a48d4a0e6ddc220f0ecea074059cf2ad9f (patch) | |
tree | b57fc99ceefde40a1395255015bb834237c950e5 /meta-oe | |
parent | c5b6ac85965332383991abf82a00ae4c48d313d5 (diff) | |
download | meta-openembedded-b18be1a48d4a0e6ddc220f0ecea074059cf2ad9f.tar.gz |
pidgin: Use python3
Fixes python-sipe build failures e.g.
../../../pidgin-sipe-1.25.0/src/purple/purple-dbus.h:33:10: fatal error: dbus-server.h: No such file or directory
| #include "dbus-server.h"
| ^~~~~~~~~~~~~~~
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb | 4 |
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" | |||
2 | SECTION = "x11/network" | 2 | SECTION = "x11/network" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | DEPENDS = "python virtual/libintl intltool-native libxml2 gconf glib-2.0-native" | 5 | DEPENDS = "python3 virtual/libintl intltool-native libxml2 gconf glib-2.0-native" |
6 | 6 | ||
7 | inherit autotools gettext pkgconfig gconf perlnative | 7 | inherit autotools gettext pkgconfig gconf perlnative python3native |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ | 10 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ |