diff options
author | Herrie <github.com@herrie.org> | 2017-07-24 21:55:17 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:21:00 +0200 |
commit | 3d8be8039659b7d4b2bb6f91b0efa0d599fd0f30 (patch) | |
tree | 8275cec7ab0d03c9efa474ab5b9b7d933c3e8d1d /meta-oe/recipes-support/pidgin/libotr | |
parent | 007498ac72e26e9f7064de74f7fe96e91ae6c969 (diff) | |
download | meta-openembedded-3d8be8039659b7d4b2bb6f91b0efa0d599fd0f30.tar.gz |
libotr: Upgrade from 4.0.0 to 4.1.1 and update patches
Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/libotr')
-rw-r--r-- | meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/pidgin/libotr/sepbuild.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch b/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch index b78663310..ecdbffb51 100644 --- a/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch +++ b/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch | |||
@@ -11,8 +11,8 @@ Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de> | |||
11 | --- a/toolkit/Makefile.am 2012-05-03 15:52:22.000000000 +0200 | 11 | --- a/toolkit/Makefile.am 2012-05-03 15:52:22.000000000 +0200 |
12 | +++ b/toolkit/Makefile.am 2014-01-13 12:12:26.030369357 +0100 | 12 | +++ b/toolkit/Makefile.am 2014-01-13 12:12:26.030369357 +0100 |
13 | @@ -1,4 +1,4 @@ | 13 | @@ -1,4 +1,4 @@ |
14 | -INCLUDES = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@ | 14 | -AM_CPPFLAGS = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@ |
15 | +INCLUDES = -I../src @LIBGCRYPT_CFLAGS@ | 15 | +AM_CPPFLAGS = -I../src @LIBGCRYPT_CFLAGS@ |
16 | 16 | ||
17 | noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h | 17 | noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h |
18 | 18 | ||
diff --git a/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch b/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch index f66e52881..dda17a957 100644 --- a/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch +++ b/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch | |||
@@ -9,8 +9,8 @@ Index: libotr-4.0.0/toolkit/Makefile.am | |||
9 | --- libotr-4.0.0.orig/toolkit/Makefile.am 2014-07-16 18:09:59.777858022 +0000 | 9 | --- libotr-4.0.0.orig/toolkit/Makefile.am 2014-07-16 18:09:59.777858022 +0000 |
10 | +++ libotr-4.0.0/toolkit/Makefile.am 2014-07-17 06:28:51.359066155 +0000 | 10 | +++ libotr-4.0.0/toolkit/Makefile.am 2014-07-17 06:28:51.359066155 +0000 |
11 | @@ -1,4 +1,4 @@ | 11 | @@ -1,4 +1,4 @@ |
12 | -INCLUDES = -I../src @LIBGCRYPT_CFLAGS@ | 12 | -AM_CPPFLAGS = -I../src @LIBGCRYPT_CFLAGS@ |
13 | +INCLUDES = -I$(top_srcdir)/src @LIBGCRYPT_CFLAGS@ | 13 | +AM_CPPFLAGS = -I$(top_srcdir)/src @LIBGCRYPT_CFLAGS@ |
14 | 14 | ||
15 | noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h | 15 | noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h |
16 | 16 | ||