Files
poky/meta/recipes-support
Changqing Li 16701c5367 gpgme: fix multilib header conflict
fix error:
file /usr/include/gpgme.h conflicts between attempted installs of gpgme-dev-1.13.1-r0.core2_64 and lib32-gpgme-dev-1.13.1-r0.core2_32

part of diff:
-#if 64
+#if 0
 #ifndef _FILE_OFFSET_BITS
-#error GPGME was compiled with _FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)" in the GPGME manual.
+#error GPGME was compiled with _FILE_OFFSET_BITS = 0, please see the section "Largefile support (LFS)" in the GPGME manual.
 #else
-#if (_FILE_OFFSET_BITS) != (64)
-#error GPGME was compiled with a different value for _FILE_OFFSET_BITS, namely 64, please see the section "Largefile support (LFS)" in the GPGME manual.
+#if (_FILE_OFFSET_BITS) != (0)
+#error GPGME was compiled with a different value for _FILE_OFFSET_BITS, namely 0, please see the section "Largefile support (LFS)" in the GPGME manual.
 #endif
 #endif
 #endif

LFS support is enabled by default, and this header is generated during
build according to current configure

(From OE-Core rev: 82df23b088a4844d1f171bfa70c212ff62c3a741)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bd056f9c4c22740a4f7ede00c758a21037eae5ca)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-02 16:04:37 +01:00
..
2020-06-26 18:26:49 +01:00
2020-06-23 11:40:46 +01:00
2019-12-28 23:25:42 +00:00
2019-12-16 23:25:49 +00:00
2020-03-02 21:00:53 +00:00
2020-02-22 23:57:27 +00:00
2020-03-29 12:05:31 +01:00
2020-09-02 16:04:37 +01:00
2020-01-19 13:24:38 +00:00
2020-02-25 10:41:22 +00:00
2019-04-23 23:30:19 +01:00
2020-02-28 23:11:28 +00:00
2020-08-12 10:53:46 +01:00
2020-07-16 22:28:40 +01:00
2020-02-28 23:11:28 +00:00
2019-09-01 22:33:07 +01:00
2019-06-04 09:09:42 +01:00
2019-02-02 11:05:59 +00:00
2020-06-18 12:25:00 +01:00
2017-12-10 22:45:18 +00:00
2019-02-19 16:14:57 +00:00
2019-12-06 14:41:28 +00:00
2019-08-07 16:08:15 +01:00
2020-03-10 23:20:33 +00:00
2019-06-14 22:48:22 +01:00
2020-05-22 16:23:23 +01:00
2020-01-03 22:35:48 +00:00
2020-07-22 22:46:37 +01:00
2019-12-28 23:25:41 +00:00