|
[PATCH] python3-scons: upgrade to v4.5.2
2 messages
* fixes: https://github.com/SCons/scons/issues/4231 which caused e.g. iotifity to fail in do_compile Signed-off-by: Martin Jansa <Martin.Jansa@...> --- .../python/{python3-scons_4.5.1.bb => python3-sc
* fixes: https://github.com/SCons/scons/issues/4231 which caused e.g. iotifity to fail in do_compile Signed-off-by: Martin Jansa <Martin.Jansa@...> --- .../python/{python3-scons_4.5.1.bb => python3-sc
|
By
Martin Jansa
·
|
|
[PATCH 4/5] devtool: add support for multiple git url inside a cargo based recipe
5 messages
From: Frederic Martinsons <frederic.martinsons@...> Without that, the possible git urls that are in SRC_URI of a recipe are sucked up during a devtool modify on the recipe. Let's treat these dependenc
From: Frederic Martinsons <frederic.martinsons@...> Without that, the possible git urls that are in SRC_URI of a recipe are sucked up during a devtool modify on the recipe. Let's treat these dependenc
|
By
Frederic Martinsons
·
|
|
[PATCH 0/7] kernel: consolidated pull request
4 messages
From: Bruce Ashfield <bruce.ashfield@...> Richard, Here's the latest round of -stable updates. Along with them, there's some fixes for on-target/SDK builds with kernel-devsrc and fixes to ensure that
From: Bruce Ashfield <bruce.ashfield@...> Richard, Here's the latest round of -stable updates. Along with them, there's some fixes for on-target/SDK builds with kernel-devsrc and fixes to ensure that
|
By
Bruce Ashfield
·
|
|
[PATCH 7/7] webkitgtk: update 2.38.5 -> 2.40.0
4 messages
- added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on targe= t and reads the path from ${STAGING_BINDIR_NATIVE}. This break
- added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on targe= t and reads the path from ${STAGING_BINDIR_NATIVE}. This break
|
By
Markus Volk
·
|
|
[PATCH] Remove usage of /var/volatile/tmp
17 messages
Currently /tmp is a link to /var/tmp which breaks glib-2.0 ptest Systemd documentation describes tmpdir usage as follows: /tmp/ and /var/tmp/ are two world-writable directories Linux systems provide f
Currently /tmp is a link to /var/tmp which breaks glib-2.0 ptest Systemd documentation describes tmpdir usage as follows: /tmp/ and /var/tmp/ are two world-writable directories Linux systems provide f
|
By
Markus Volk
·
|
|
[PATCH 3/5] rust-example: provide a recipe for zvariant
3 messages
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing an "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a g
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing an "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a g
|
By
Frederic Martinsons
·
|
|
[langdale 00/21] Pull request (cover letter only)
The following changes since commit 61f268be804795fadafbc918b465561819b592ec: base-files: Drop localhost.localdomain from hosts file (2023-03-16 04:35:11 -1000) are available in the Git repository at:
The following changes since commit 61f268be804795fadafbc918b465561819b592ec: base-files: Drop localhost.localdomain from hosts file (2023-03-16 04:35:11 -1000) are available in the Git repository at:
|
By
Steve Sakoman
·
|
|
[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
·
|
|
[dunfell][PATCH v2 1/2] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati <hpraj
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati <hpraj
|
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 0/5] Extend cargo based recip support
From: Frederic Martinsons <frederic.martinsons@...> This series brings the support of local git repository inside a cargo based recipe. It also enable devtool capacity on it and provide a real crate e
From: Frederic Martinsons <frederic.martinsons@...> This series brings the support of local git repository inside a cargo based recipe. It also enable devtool capacity on it and provide a real crate e
|
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 6/7] epiphany: update 43.1 -> 44.0
Signed-off-by: Markus Volk <f_l_k@...> --- .../{epiphany_43.1.bb =3D> epiphany_44.0.bb} | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) rename meta/recipes-gnome/epiphany/{e
Signed-off-by: Markus Volk <f_l_k@...> --- .../{epiphany_43.1.bb =3D> epiphany_44.0.bb} | 37 +++++++++++-------- 1 file changed, 22 insertions(+), 15 deletions(-) rename meta/recipes-gnome/epiphany/{e
|
By
Markus Volk
·
|
|
[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
·
|