diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 20:54:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:49 +0200 |
commit | fd35c69702ee8920504f35bbfb463346068f8541 (patch) | |
tree | 1179124f97183cc36204f58ff271ed2c1bef8dac /meta-oe/recipes-support | |
parent | 7436210b4c4e172a2ef625cbf85db8babae2f98e (diff) | |
download | meta-openembedded-fd35c69702ee8920504f35bbfb463346068f8541.tar.gz |
pidgin: add missing dependency on intltool-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc index 0973b21ac..8eac64a55 100644 --- a/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-oe/recipes-support/pidgin/pidgin.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "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 startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" | 5 | DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native" |
6 | INC_PR = "r3" | 6 | INC_PR = "r3" |
7 | 7 | ||
8 | inherit autotools gettext pkgconfig gconf perlnative | 8 | inherit autotools gettext pkgconfig gconf perlnative |