diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:07:34 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:53 +0200 |
commit | 181e9ed2d1465b47bddda6d64625d5454bff87dc (patch) | |
tree | a0d95b833e5db27a373333ac36b396a7d0ff3c4a /meta-oe/recipes-support/pidgin | |
parent | a757e91bc20c4be9bac50b36087abe3960f145cf (diff) | |
download | meta-openembedded-181e9ed2d1465b47bddda6d64625d5454bff87dc.tar.gz |
pidgin-otr: Add missing intltool-native DEPENDS
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe/recipes-support/pidgin')
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb index 94ab363ac..18dbe0959 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "(OTR) Messaging allows you to have private conversations over instant | |||
2 | HOMEPAGE = "http://www.cypherpunks.ca/otr/" | 2 | HOMEPAGE = "http://www.cypherpunks.ca/otr/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" |
5 | DEPENDS = "libgcrypt libotr pidgin" | 5 | DEPENDS = "libgcrypt libotr pidgin intltool-native" |
6 | 6 | ||
7 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ | 7 | SRC_URI = "http://www.cypherpunks.ca/otr/${BP}.tar.gz \ |
8 | file://ignore_extra-portability_warnings.patch \ | 8 | file://ignore_extra-portability_warnings.patch \ |