|
[meta-oe][PATCH 10/10] rwmem: Update to latest
- Switch to using meson
- Fix build with gcc13
- Use packageconfig for enabling python support and static libs
Signed-off-by: Khem Raj <raj.khem@...>
---
- Switch to using meson
- Fix build with gcc13
- Use packageconfig for enabling python support and static libs
Signed-off-by: Khem Raj <raj.khem@...>
---
|
By
Khem Raj
·
#100814
·
|
|
[meta-python][PATCH 09/10] python3-pybind11: Upgrade to 2.10.3
It gets pkgconfig support which is required by some dependent packages
like rwmem
Signed-off-by: Khem Raj <raj.khem@...>
---
...11_2.10.0.bb => python3-pybind11_2.10.3.bb} | 18
It gets pkgconfig support which is required by some dependent packages
like rwmem
Signed-off-by: Khem Raj <raj.khem@...>
---
...11_2.10.0.bb => python3-pybind11_2.10.3.bb} | 18
|
By
Khem Raj
·
#100813
·
|
|
[meta-oe][PATCH 08/10] libinih: Upgrade to version 56
Change SRC_URI to benhoyt fork, it seems to be well maintained.
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-support/inih/libinih_56.bb | 14 +++++++++++++
Change SRC_URI to benhoyt fork, it seems to be well maintained.
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-support/inih/libinih_56.bb | 14 +++++++++++++
|
By
Khem Raj
·
#100812
·
|
|
[meta-oe][PATCH 07/10] geos: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...>
---
.../geos/0001-include-missing-cstdint.patch | 82 +++++++++++++++++++
meta-oe/recipes-navigation/geos/geos_3.9.4.bb | 3 +-
2 files changed, 84
Signed-off-by: Khem Raj <raj.khem@...>
---
.../geos/0001-include-missing-cstdint.patch | 82 +++++++++++++++++++
meta-oe/recipes-navigation/geos/geos_3.9.4.bb | 3 +-
2 files changed, 84
|
By
Khem Raj
·
#100811
·
|
|
[meta-oe][PATCH 06/10] geos: Upgrade to 3.9.4
Merge .inc into .bb
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-navigation/geos/geos_3.9.3.bb | 3 ---
meta-oe/recipes-navigation/geos/{geos.inc => geos_3.9.4.bb}
Merge .inc into .bb
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-navigation/geos/geos_3.9.3.bb | 3 ---
meta-oe/recipes-navigation/geos/{geos.inc => geos_3.9.4.bb}
|
By
Khem Raj
·
#100810
·
|
|
[meta-multimedia][PATCH 05/10] mpd: Upgrade to 0.23.12 release
Signed-off-by: Khem Raj <raj.khem@...>
---
.../musicpd/{mpd_0.23.9.bb => mpd_0.23.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Khem Raj <raj.khem@...>
---
.../musicpd/{mpd_0.23.9.bb => mpd_0.23.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Khem Raj
·
#100809
·
|
|
[meta-oe][PATCH 04/10] proj: Upgrade to 9.1.1 release
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-navigation/proj/{proj_9.1.0.bb => proj_9.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-navigation/proj/{proj_9.1.0.bb => proj_9.1.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Khem Raj
·
#100808
·
|
|
[meta-oe][PATCH 03/10] v4l-utils: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...>
---
...nclude-missing-cstdint-for-uintptr_t.patch | 31 +++++++++++++++++++
.../v4l2apps/v4l-utils_1.23.0.bb | 1 +
2 files changed, 32
Signed-off-by: Khem Raj <raj.khem@...>
---
...nclude-missing-cstdint-for-uintptr_t.patch | 31 +++++++++++++++++++
.../v4l2apps/v4l-utils_1.23.0.bb | 1 +
2 files changed, 32
|
By
Khem Raj
·
#100807
·
|
|
[meta-oe][PATCH 02/10] libwebsockets: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...>
---
...int-mismatch-in-lws_tls_server_abort.patch | 32 +++++++++++++++++++
.../libwebsockets/libwebsockets_4.3.2.bb | 3 +-
2 files changed, 34
Signed-off-by: Khem Raj <raj.khem@...>
---
...int-mismatch-in-lws_tls_server_abort.patch | 32 +++++++++++++++++++
.../libwebsockets/libwebsockets_4.3.2.bb | 3 +-
2 files changed, 34
|
By
Khem Raj
·
#100806
·
|
|
[meta-oe][PATCH 01/10] poco: Do not use std::atomic<bool>
They are not implemented for all arches e.g. RISCV on gcc 13 yet
Fixes
riscv64-yoe-linux/gcc/riscv64-yoe-linux/13.0.1/ld: lib/libPocoFoundation.so.94: unde
fined reference to
They are not implemented for all arches e.g. RISCV on gcc 13 yet
Fixes
riscv64-yoe-linux/gcc/riscv64-yoe-linux/13.0.1/ld: lib/libPocoFoundation.so.94: unde
fined reference to
|
By
Khem Raj
·
#100805
·
|
|
[meta-networking] [PATCH] mbedtls: upgrade to 2.28.2 to fix CVE-2022-46392, CVE-2022-46393
An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0.
An adversary with access to precise enough information about memory
accesses (typically, an untrusted operating system attacking
An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0.
An adversary with access to precise enough information about memory
accesses (typically, an untrusted operating system attacking
|
By
Stefan Ghinea
·
#100804
·
|
|
[meta-oe][PATCH 4/4] rocksdb: Fix build with clang compiler
Need to drop using -msse4.2 -mpclmul
Signed-off-by: Khem Raj <raj.khem@...>
---
...-Do-not-add-msse4.2-mpclmul-on-clang.patch | 33 +++++++++++++++++++
Need to drop using -msse4.2 -mpclmul
Signed-off-by: Khem Raj <raj.khem@...>
---
...-Do-not-add-msse4.2-mpclmul-on-clang.patch | 33 +++++++++++++++++++
|
By
Khem Raj
·
#100803
·
|
|
[meta-oe][PATCH 3/4] htop: fix Upstream-Status format
From: Martin Jansa <martin.jansa@...>
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Khem Raj <raj.khem@...>
---
From: Martin Jansa <martin.jansa@...>
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Khem Raj <raj.khem@...>
---
|
By
Khem Raj
·
#100802
·
|
|
[meta-oe][PATCH 2/4] redis-plus-plus: Enable SSL/TLS by default
Makes the build consistent and it does not look into native sysroot for ssl
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb | 4 +++-
1
Makes the build consistent and it does not look into native sysroot for ssl
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb | 4 +++-
1
|
By
Khem Raj
·
#100801
·
|
|
[meta-oe][PATCH 1/4] hiredis: Enable SSL/TLS support by default
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
Signed-off-by: Khem Raj <raj.khem@...>
---
meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
|
By
Khem Raj
·
#100800
·
|
|
[meta-oe][PATCH] htop: fix Upstream-Status format
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
|
By
Martin Jansa
·
#100799
·
|
|
[meta-oe][PATCH 2/2] smartmontools: fix Upstream-Status format
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Martin Jansa
·
#100798
·
|
|
[meta-oe][PATCH 1/2] s-nail: fix Upstream-Status format
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
.../s-nail/files/0001-make.rc-set-VAL_MTA.patch | 2 +-
.../files/0001-su_INLINE-eh-no-give-up-share-detection.patch | 2
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
.../s-nail/files/0001-make.rc-set-VAL_MTA.patch | 2 +-
.../files/0001-su_INLINE-eh-no-give-up-share-detection.patch | 2
|
By
Martin Jansa
·
#100797
·
|
|
[meta-oe][PATCH] keyutils: Upgrade 1.6.1 -> 1.6.3
Move SRC_URI to git as there's no tarball for 1.6.3. Fix failing tests
when busybox is providing `head`. Pull in reproducibility fix from Arch
Linux. Remove autoconf inherit as this is a simple
Move SRC_URI to git as there's no tarball for 1.6.3. Fix failing tests
when busybox is providing `head`. Pull in reproducibility fix from Arch
Linux. Remove autoconf inherit as this is a simple
|
By
Alex Kiernan
·
#100796
·
|
|
[meta-oe][PATCH 13/13] msktutil: Upgrade to 1.2.1
Signed-off-by: Khem Raj <raj.khem@...>
---
.../{msktutil_1.2.bb => msktutil_1.2.1.bb} | 5 +--
...figure.ac-Remove-native-include-path.patch | 31 +++++++++++++++++++
2 files changed, 34
Signed-off-by: Khem Raj <raj.khem@...>
---
.../{msktutil_1.2.bb => msktutil_1.2.1.bb} | 5 +--
...figure.ac-Remove-native-include-path.patch | 31 +++++++++++++++++++
2 files changed, 34
|
By
Khem Raj
·
#100795
·
|