Re: [oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-06 Thread Martin Jansa
On Tue, Apr 06, 2021 at 02:46:04PM -0700, Khem Raj wrote: > > > On 4/6/21 2:30 PM, Martin Jansa wrote: > > Thanks for fixing this, unfortunatelly it isn't backwards compatible > > with glib-2.0-1.66.7 currently in oe-core master and hardknott and now > > fails with: > > | ../../../pidgin-sipe-1.2

Re: [oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-06 Thread Khem Raj
On 4/6/21 2:30 PM, Martin Jansa wrote: Thanks for fixing this, unfortunatelly it isn't backwards compatible with glib-2.0-1.66.7 currently in oe-core master and hardknott and now fails with: | ../../../pidgin-sipe-1.25.0/src/purple/../api/sipe-common.h:56:19: error: conflicting types for 'g_m

Re: [oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-06 Thread Martin Jansa
Thanks for fixing this, unfortunatelly it isn't backwards compatible with glib-2.0-1.66.7 currently in oe-core master and hardknott and now fails with: | ../../../pidgin-sipe-1.25.0/src/purple/../api/sipe-common.h:56:19: error: conflicting types for 'g_memdup' |56 | #define g_memdup2 g_memdup |

[oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-05 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Martin Jansa --- .../0001-Migrate-to-use-g_memdup2.patch | 192 ++ .../pidgin/pidgin-sipe_1.25.0.bb | 1 + 2 files changed, 193 insertions(+) create mode 100644 meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_mem