diff options
author | Jakob Drexel <jake42@rommel.stw.uni-erlangen.de> | 2014-01-13 19:31:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-22 12:22:36 +0100 |
commit | e021ccee741e406cacba8f30d92c3161e64eb17d (patch) | |
tree | 9a8bff926b167a73a9463b11e28c974f00139577 /meta-oe/recipes-support/pidgin/libotr_4.0.0.bb | |
parent | 52e218c739912edd614741a980cb3bd70cf65e19 (diff) | |
download | meta-openembedded-contrib-e021ccee741e406cacba8f30d92c3161e64eb17d.tar.gz |
pidgin: Add libotr recipe and patch to fix QA-issue
Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/libotr_4.0.0.bb')
-rw-r--r-- | meta-oe/recipes-support/pidgin/libotr_4.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb b/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb new file mode 100644 index 00000000000..bb7950174c9 --- /dev/null +++ b/meta-oe/recipes-support/pidgin/libotr_4.0.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE = "http://www.cypherpunks.ca/otr/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=92fe174bad6da3763f6e9e9eaff6df24" +DEPENDS = "libgcrypt libgpg-error" + +SRC_URI = "http://www.cypherpunks.ca/otr/${P}.tar.gz \ + file://fix_qa-issue_include.patch \ +" + +SRC_URI[md5sum] = "00979dca82d70383fcd1b01f3974363c" +SRC_URI[sha256sum] = "3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4" + +inherit autotools pkgconfig |