|
[dunfell][PATCH v2 2/2] qemu: fix compile error
From: Kai Kang <kai.kang@...> Backport 2 patches and rebase 0002-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.2.0/hw/display/qxl.c: In function 'qxl_phys2
From: Kai Kang <kai.kang@...> Backport 2 patches and rebase 0002-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch to fix compile error: ../qemu-6.2.0/hw/display/qxl.c: In function 'qxl_phys2
|
By
Kai Kang
·
|
|
[PATCH 5/5] patch: support of git patches when the source uri contained subpath param
From: Frederic Martinsons <frederic.martinsons@...> This is for a specific case where: - A recipe use a subpath on a git repo (e.g. git://repo.git/projects;subpath=subproject) - The recipe contains a
From: Frederic Martinsons <frederic.martinsons@...> This is for a specific case where: - A recipe use a subpath on a git repo (e.g. git://repo.git/projects;subpath=subproject) - The recipe contains a
|
By
Frederic Martinsons
·
|
|
[PATCH 2/5] cargo_common.bbclass: add support of user in url for patch
From: Frederic Martinsons <frederic.martinsons@...> To handle url like git://git@repo/project Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- meta/classes-recipe/cargo_common.bbclass
From: Frederic Martinsons <frederic.martinsons@...> To handle url like git://git@repo/project Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- meta/classes-recipe/cargo_common.bbclass
|
By
Frederic Martinsons
·
|
|
[PATCH 1/5] cargo_common.bbclass: Support local github repos
From: Alex Kiernan <alex.kiernan@...> Since disable network was added cargo configurations which reference git repos fail as they attempt to fetch across the network as part of do_compile, even if EXT
From: Alex Kiernan <alex.kiernan@...> Since disable network was added cargo configurations which reference git repos fail as they attempt to fetch across the network as part of do_compile, even if EXT
|
By
Frederic Martinsons
·
|
|
[PATCH] webkitgtk: 2.38.5 -> 2.40.0
From: Kai Kang <kai.kang@...> Update webkitgtk from 2.38.5 to 2.40.0 * remove d318bb461f040b90453bc4e100dcf967243ecd98.patch which applied already * rebase 0d3344e17d258106617b0e6d783d073b188a2548.pat
From: Kai Kang <kai.kang@...> Update webkitgtk from 2.38.5 to 2.40.0 * remove d318bb461f040b90453bc4e100dcf967243ecd98.patch which applied already * rebase 0d3344e17d258106617b0e6d783d073b188a2548.pat
|
By
Kai Kang
·
|
|
[PATCH 4/7] gsettings-desktop-schemas: update 43.0 -> 44.0
Signed-off-by: Markus Volk <f_l_k@...> --- ...esktop-schemas_43.0.bb =3D> gsettings-desktop-schemas_44.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-de
Signed-off-by: Markus Volk <f_l_k@...> --- ...esktop-schemas_43.0.bb =3D> gsettings-desktop-schemas_44.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gsettings-de
|
By
Markus Volk
·
|
|
[PATCH 1/7] glib-2.0: update 2.74.6 -> 2.76.1
--- ...-info-don-t-assume-million-in-one-ev.patch | 50 ------------ ...build-do-not-use-can_run_host_binari.patch | 48 ------------ .../glib-2.0/glib-2.0/cpp-null.patch | 77 ------------------- .../gl
--- ...-info-don-t-assume-million-in-one-ev.patch | 50 ------------ ...build-do-not-use-can_run_host_binari.patch | 48 ------------ .../glib-2.0/glib-2.0/cpp-null.patch | 77 ------------------- .../gl
|
By
Markus Volk
·
|
|
[PATCH 3/7] glib-networking: update 2.74.0 -> 2.76.0
Signed-off-by: Markus Volk <f_l_k@...> --- .../{glib-networking_2.74.0.bb =3D> glib-networking_2.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/
Signed-off-by: Markus Volk <f_l_k@...> --- .../{glib-networking_2.74.0.bb =3D> glib-networking_2.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/
|
By
Markus Volk
·
|
|
[PATCH 5/7] adwaita-icon-theme: update 43 -> 44.0
- fix patch-fuzz Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...{adwaita-icon-theme_43.bb =3D> adwaita-icon-theme_44.0.bb} | 2 +- 2 files changed,
- fix patch-fuzz Signed-off-by: Markus Volk <f_l_k@...> --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...{adwaita-icon-theme_43.bb =3D> adwaita-icon-theme_44.0.bb} | 2 +- 2 files changed,
|
By
Markus Volk
·
|
|
[PATCHv2] Remove usage of /var/volatile/tmp
Glib-2.0 uses ptest to ensure that /tmp is not a symlink. This commit tries to align tmpdir usage. The symlinks for /tmp and /var/t= mp are replaced by directories and by default a tmpfs is mounted in
Glib-2.0 uses ptest to ensure that /tmp is not a symlink. This commit tries to align tmpdir usage. The symlinks for /tmp and /var/t= mp are replaced by directories and by default a tmpfs is mounted in
|
By
Markus Volk
·
|
|
[PATCH] filemap.py: enforce maximum of 4kb block size
The logic in this script validates that the length of data sections are evenly divisible by the block size. On most systems the block size is 4KB and all is good. Some systems though, such as ppc64le,
The logic in this script validates that the length of data sections are evenly divisible by the block size. On most systems the block size is 4KB and all is good. Some systems though, such as ppc64le,
|
By
Andrew Geissler
·
|
|
[kirkstone][PATCH] OpenSSL: Security fix for CVE-2023-0464
3 messages
From: Siddharth Doshi <sdoshi@...> Upstream-Status: Backport from [https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=959c59c7a0164117e7f8366466a32bb1f8d77ff1] Signed-off-by: Siddharth Doshi
From: Siddharth Doshi <sdoshi@...> Upstream-Status: Backport from [https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=959c59c7a0164117e7f8366466a32bb1f8d77ff1] Signed-off-by: Siddharth Doshi
|
By
Siddharth
·
|
|
[PATCH] buildstats-summary: add an option to disable bold
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- scripts/buildstats-summary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildstats-summary b/scripts/buildstats-su
Signed-off-by: Jose Quaresma <jose.quaresma@...> --- scripts/buildstats-summary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/buildstats-summary b/scripts/buildstats-su
|
By
Jose Quaresma
·
|
|
[PATCH v3 3/6] python3-pygobject: depend on gobject-introspection
3 messages
When g-i feature is disabled, the gobject-introspection package dependency is not pulled in but pygobject has a hard dependency on it. Signed-off-by: Petr Kubizňák <kubiznak@...> --- meta/recipes-devt
When g-i feature is disabled, the gobject-introspection package dependency is not pulled in but pygobject has a hard dependency on it. Signed-off-by: Petr Kubizňák <kubiznak@...> --- meta/recipes-devt
|
By
Petr Kubizňák
·
|
|
[meta][dunfell][PATCH 1/2] curl: Add fix for CVE-2023-23914, CVE-2023-23915
3 messages
From: Pawan Badganchi <badganchipv@...> Add below patches to fix CVE-2023-23914, CVE-2023-23915 CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-
From: Pawan Badganchi <badganchipv@...> Add below patches to fix CVE-2023-23914, CVE-2023-23915 CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-
|
By
Pawan Badganchi
·
|
|
[PATCH] stress-ng: upgrade 0.15.04 -> 0.15.06
From: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- .../stress-ng/{stress-ng_0.15.04.bb => stress-ng_0.15.06.bb} | 2 +- 1 file changed, 1 inser
From: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- .../stress-ng/{stress-ng_0.15.04.bb => stress-ng_0.15.06.bb} | 2 +- 1 file changed, 1 inser
|
By
Alexandre Belloni
·
|
|
[PATCH v3 6/6] webkitgtk: add missing dependencies
When gobject-introspection feature is disabled, gettext and glib-2.0-native dependencies are not pulled in, which causes failures in do_compile due to missing xgettext and gdbus-codegen. Signed-off-by
When gobject-introspection feature is disabled, gettext and glib-2.0-native dependencies are not pulled in, which causes failures in do_compile due to missing xgettext and gdbus-codegen. Signed-off-by
|
By
Petr Kubizňák
·
|
|
[PATCH v3 5/6] avahi: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in, which causes a failure in do_compile due to missing glib-mkenums. Signed-off-by: Petr Kubizňák <kub
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in, which causes a failure in do_compile due to missing glib-mkenums. Signed-off-by: Petr Kubizňák <kub
|
By
Petr Kubizňák
·
|
|
[PATCH v3 4/6] gconf: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in, which causes a failure in do_configure due to missing glib-gettextize. Signed-off-by: Petr Kubizňák
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in, which causes a failure in do_configure due to missing glib-gettextize. Signed-off-by: Petr Kubizňák
|
By
Petr Kubizňák
·
|
|
[PATCH v3 2/6] graphene: add gobject-types PACKAGECONFIG
Add an option to enable/disable build of graphene-gobject. When enabled, add glib dependency (not pulled in implicitly if the gobject-introspection feature is disabled). Default is to enable gobject-t
Add an option to enable/disable build of graphene-gobject. When enabled, add glib dependency (not pulled in implicitly if the gobject-introspection feature is disabled). Default is to enable gobject-t
|
By
Petr Kubizňák
·
|