Re: [OE-core] [PATCH] gpgme: Use 64bit off_t consistently

2023-03-30 Thread Alexander Kanavin
On Thu, 30 Mar 2023 at 00:34, Khem Raj wrote: > +From: Khem Raj > +Date: Wed, 29 Mar 2023 15:31:20 -0700 > +Subject: [PATCH] Ensure 64bit off_t is used > + > +This ensures that consistent off_t is used across python modules and > +main gpgme > + > +Fixes > +| swig -python -threads -py3

[OE-core] [PATCH] gpgme: Use 64bit off_t consistently

2023-03-29 Thread Khem Raj
swig needs this defined as well Signed-off-by: Khem Raj --- .../0001-Ensure-64bit-off_t-is-used.patch | 35 +++ meta/recipes-support/gpgme/gpgme_1.18.0.bb| 1 + 2 files changed, 36 insertions(+) create mode 100644