|
Proposal to add recipe for varlink library
2 messages
Hi, We want to add recipe for varlink library to meta-oe. varlink/libvarlink: C implementation of the Varlink protocol and command line tool (github.com) This recipe exists in meta-wayland meta-waylan
Hi, We want to add recipe for varlink library to meta-oe. varlink/libvarlink: C implementation of the Varlink protocol and command line tool (github.com) This recipe exists in meta-wayland meta-waylan
|
By
adinath.mhatre@...
·
|
|
[meta-oe][PATCH 11/12] perfetto: Disable ccache
It does not build with ccache for some reason, loses the compiler name Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-devtools/perfetto/perfetto.bb | 2 ++ 1 file changed, 2 insertions(+) d
It does not build with ccache for some reason, loses the compiler name Signed-off-by: Khem Raj <raj.khem@...> --- meta-oe/recipes-devtools/perfetto/perfetto.bb | 2 ++ 1 file changed, 2 insertions(+) d
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 10/12] mongodb: Pass MAXLINELENGTH to scons invocation
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this res
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this res
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 09/12] mongodb: Upgrade to 4.4.18
Use wildchar instead of /opt/ for build paths becasue it might be different when building with ccache Signed-off-by: Khem Raj <raj.khem@...> --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 10
Use wildchar instead of /opt/ for build paths becasue it might be different when building with ccache Signed-off-by: Khem Raj <raj.khem@...> --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 10
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 08/12] mongodb: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...> --- ...001-free_mon-Include-missing-cstdint.patch | 26 +++++++++++++++++++ .../recipes-dbs/mongodb/mongodb_git.bb | 1 + 2 files changed, 27 insertions(+) create
Signed-off-by: Khem Raj <raj.khem@...> --- ...001-free_mon-Include-missing-cstdint.patch | 26 +++++++++++++++++++ .../recipes-dbs/mongodb/mongodb_git.bb | 1 + 2 files changed, 27 insertions(+) create
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 07/12] breakpad: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@...> --- ...-gcc-13-cannot-use-uintptr_t-via-inc.patch | 30 +++++++++++++++++++ .../recipes-devtools/breakpad/breakpad_git.bb | 1 + 2 files changed, 31 insertions(+)
Signed-off-by: Khem Raj <raj.khem@...> --- ...-gcc-13-cannot-use-uintptr_t-via-inc.patch | 30 +++++++++++++++++++ .../recipes-devtools/breakpad/breakpad_git.bb | 1 + 2 files changed, 31 insertions(+)
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 06/12] dante: Add -P to preprocessor flags
configure uses AC_PREPROC_IFELSE to check for certain errors from getaddrinfo() it user search operation in a preprocessed file UNIQUEVALS=`sort $ERRVALFILE | uniq | wc -l | awk '{ print $1 }'` Howeve
configure uses AC_PREPROC_IFELSE to check for certain errors from getaddrinfo() it user search operation in a preprocessed file UNIQUEVALS=`sort $ERRVALFILE | uniq | wc -l | awk '{ print $1 }'` Howeve
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 05/12] hplip: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 04/12] hplip: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 03/12] wireshark: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 02/12] rdma-core: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native py
|
By
Khem Raj
·
|
|
[meta-networking][PATCH 01/12] wireshark: Add nghttp2 packageconfig
Ensures that clang does not enable it when nghttp2-native is staged in native sysroot. Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 1 + 1
Ensures that clang does not enable it when nghttp2-native is staged in native sysroot. Signed-off-by: Khem Raj <raj.khem@...> --- meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 1 + 1
|
By
Khem Raj
·
|
|
[kirkstone 10/10] Fix missing leading whitespace with ':append'
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: N
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: N
|
By
Armin Kuster
·
|
|
[kirkstone 09/10] nftables: Fix missing leading whitespace with ':append'
From: Niko Mauno <niko.mauno@...> Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Ni
From: Niko Mauno <niko.mauno@...> Mitigate occurence where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. Signed-off-by: Ni
|
By
Armin Kuster
·
|
|
[kirkstone 07/10] redis: 7.0.5 -> 7.0.7
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit d86938
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit d86938
|
By
Armin Kuster
·
|
|
[kirkstone 06/10] redis: upgrade 7.0.4 to 7.0.5
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit c8d9407eec21e1eb3e34b66cac8d11fe13c6e63e) Signed-
From: Changqing Li <changqing.li@...> Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Khem Raj <raj.khem@...> (cherry picked from commit c8d9407eec21e1eb3e34b66cac8d11fe13c6e63e) Signed-
|
By
Armin Kuster
·
|
|
[kirkstone 05/10] krb5: CVE-2022-42898 integer overflow vulnerabilities in PAC parsing
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/krb5/krb5/commit/4e661f0085ec5f969c76c0896a34322c6c432de4 Signed-off-by: Hitendra Prajapati <hprajapati@...>
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/krb5/krb5/commit/4e661f0085ec5f969c76c0896a34322c6c432de4 Signed-off-by: Hitendra Prajapati <hprajapati@...>
|
By
Armin Kuster
·
|
|
[kirkstone 04/10] net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/net-snmp/net-snmp/commit/be804106fd0771a7d05236cff36e199af077af57 Signed-off-by: Hitendra Prajapati <hprajap
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://github.com/net-snmp/net-snmp/commit/be804106fd0771a7d05236cff36e199af077af57 Signed-off-by: Hitendra Prajapati <hprajap
|
By
Armin Kuster
·
|
|
[kirkstone 03/10] redis: 6.2.7 -> 6.2.8
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../0006-Define-correct
From: Changqing Li <changqing.li@...> This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@...> Signed-off-by: Armin Kuster <akuster808@...> --- .../0006-Define-correct
|
By
Armin Kuster
·
|
|
[kirkstone 02/10] kernel_add_regdb: Change the task order
From: Hermes Zhang <chenhuiz@...> The kernel_add_regdb should run before do_compile to make it take effect. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> Signed-off-by: Armin Kuster <akus
From: Hermes Zhang <chenhuiz@...> The kernel_add_regdb should run before do_compile to make it take effect. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> Signed-off-by: Armin Kuster <akus
|
By
Armin Kuster
·
|