[OE-core] [kirkstone][PATCH v4] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Abe Kohandel
-software-management/libdnf Signed-off-by: Abe Kohandel --- v4: add upstream commit URL for backport commit trailers v3: add 2 more patches from upstream that were missed as I incorrectly tested this by building libdnf instead of libdnf-native v2: change Upstream status to Backport as upstream pull is

[OE-core] [kirkstone][PATCH v3] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Abe Kohandel
-software-management/libdnf Signed-off-by: Abe Kohandel --- v3: add 2 more patches from upstream that were missed as I incorrectly tested this by building libdnf instead of libdnf-native v2: change Upstream status to Backport as upstream pull is already merged ...58-Don-t-assume-inclusion-of

Re: [OE-core] [kirkstone][PATCH] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Abe Kohandel
On 23/08/27 03:42PM, Khem Raj wrote: > On Sun, Aug 27, 2023 at 3:12 PM Abe Kohandel wrote: > > > Depending on the host gcc version, libdnf fails to compile due to > > missing cstdint inclusion. The issue has already been addressed > > upstream, add the patch to resolve th

[OE-core] [kirkstone][PATCH v2] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Abe Kohandel
-management/libdnf Signed-off-by: Abe Kohandel --- v2: change Upstream status to Backport as upstream pull is already merged ...58-Don-t-assume-inclusion-of-cstdint.patch | 56 +++ meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | 1 + 2 files changed, 57 insertions(+) create mode

[OE-core] [kirkstone][PATCH] libdnf: resolve cstdint inclusion for newer gcc versions

2023-08-27 Thread Abe Kohandel
-management/libdnf Signed-off-by: Abe Kohandel --- ...58-Don-t-assume-inclusion-of-cstdint.patch | 56 +++ meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-Fix-1558-Don-t-assume