|
[meta-networking][PATCHv5] system-config-printer: add recipe
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
|
By
Markus Volk
·
|
|
[meta-oe][PATCHv4] system-config-printer: add recipe 2 messages
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
|
By
Markus Volk
·
|
|
[meta-gnome][PATCH] gegl: Depend on openmp when using clang
Signed-off-by: Khem Raj <raj.khem@...> --- meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/reci
Signed-off-by: Khem Raj <raj.khem@...> --- meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/reci
|
By
Khem Raj
·
|
|
[meta-oe][PATCH 12/12] nodejs: Fix build with gcc13 3 messages
Signed-off-by: Khem Raj <raj.khem@...> --- .../nodejs/nodejs/gcc13.patch | 28 +++++++++++++++++++ .../recipes-devtools/nodejs/nodejs_18.12.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 1006
Signed-off-by: Khem Raj <raj.khem@...> --- .../nodejs/nodejs/gcc13.patch | 28 +++++++++++++++++++ .../recipes-devtools/nodejs/nodejs_18.12.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 1006
|
By
Khem Raj
·
|
|
[meta-oe][PATCH] concurrencykit: Make patch compatible with Bourne shell
From: David Bagonyi <david.bagonyi@...> The use of `>&` assumes we are using a shell that supports this syntax. In case of running this through `sh`, we get "Syntax error: Bad fd number" --- ...config
From: David Bagonyi <david.bagonyi@...> The use of `>&` assumes we are using a shell that supports this syntax. In case of running this through `sh`, we get "Syntax error: Bad fd number" --- ...config
|
By
David Bagonyi
·
|
|
[meta-oe][PATCH] meta: remove True option to getVar calls (again)
* True is default since 2016 and most layers were already updated not to pass this parameter where not necessary, e.g. oe-core was updated couple times, first in: https://git.openembedded.org/openembe
* True is default since 2016 and most layers were already updated not to pass this parameter where not necessary, e.g. oe-core was updated couple times, first in: https://git.openembedded.org/openembe
|
By
Martin Jansa
·
|
|
[meta-python][kirkstone][PATCH 3/6] python3-pillow: upgrade 9.2.0 -> 9.3.0 2 messages
From: Wang Mingyu <wangmy@...> Changelog: ========= Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [wiredfool] Initialize libtiff buffer when saving #6699 [radarhere] Inline fname2char to fix memory
From: Wang Mingyu <wangmy@...> Changelog: ========= Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [wiredfool] Initialize libtiff buffer when saving #6699 [radarhere] Inline fname2char to fix memory
|
By
Randy MacLeod
·
|
|
[meta-python][kirkstone][PATCH 1/6] python3-pillow: upgrade 9.0.1 -> 9.1.1 2 messages
From: Xu Huan <xuhuan.fnst@...> Signed-off-by: Xu Huan <xuhuan.fnst@...> Signed-off-by: Khem Raj <raj.khem@...> --- .../{python3-pillow_9.0.1.bb => python3-pillow_9.1.1.bb} | 6 +++--- 1 file changed,
From: Xu Huan <xuhuan.fnst@...> Signed-off-by: Xu Huan <xuhuan.fnst@...> Signed-off-by: Khem Raj <raj.khem@...> --- .../{python3-pillow_9.0.1.bb => python3-pillow_9.1.1.bb} | 6 +++--- 1 file changed,
|
By
Randy MacLeod
·
|
|
[meta-oe][PATCH v2] extract-cert: add recipe
The extract-cert tool is used to fetch the X.509 certificate associated with a key from a PKCS#11 token (such as a HSM or YubiKey). This version is derived from certs/extract-cert in the Linux kernel
The extract-cert tool is used to fetch the X.509 certificate associated with a key from a PKCS#11 token (such as a HSM or YubiKey). This version is derived from certs/extract-cert in the Linux kernel
|
By
Jan Luebbe
·
|
|
[meta-oe][PATCHv3] system-config-printer: add recipe 3 messages
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644
|
By
Markus Volk
·
|
|
[meta-python][kirkstone][PATCH 4/6] python3-pillow: upgrade 9.3.0 -> 9.4.0
I'd normally be a bit nervous about backporting 9.0.1 to 9.4.0 but the upstream pillow dev(s) seem to be careful to adhere to semantic versioning: https://pillow.readthedocs.io/en/stable/releasenotes/
I'd normally be a bit nervous about backporting 9.0.1 to 9.4.0 but the upstream pillow dev(s) seem to be careful to adhere to semantic versioning: https://pillow.readthedocs.io/en/stable/releasenotes/
|
By
Randy MacLeod
·
|
|
[meta-python][kirkstone][PATCH 6/6] python3-pillow: Add distutils, unixadmin for ptest
ptest results: ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ====== for qemux86-64 with 2 GB RAM which is the same as seen on master. Signed-off-by: Randy MacLeod <Randy.Ma
ptest results: ====== 3600 passed, 324 skipped, 2 xfailed, 1 xpassed in 74.41s (0:01:14) ====== for qemux86-64 with 2 GB RAM which is the same as seen on master. Signed-off-by: Randy MacLeod <Randy.Ma
|
By
Randy MacLeod
·
|
|
[meta-python][kirkstone][PATCH 5/6] python3-pillow: add ptest support
Add initial pillow ptest support. The ptest result is: ====== 3600 passed 324 skipped, 2 xfailed, 1 xpassed in 62.41s (0:01:02) ====== for qemux86-64 with 2 GB RAM. The skipped tests as summarized wit
Add initial pillow ptest support. The ptest result is: ====== 3600 passed 324 skipped, 2 xfailed, 1 xpassed in 62.41s (0:01:02) ====== for qemux86-64 with 2 GB RAM. The skipped tests as summarized wit
|
By
Randy MacLeod
·
|
|
[meta-python][kirkstone][PATCH 2/6] python3-pillow: upgrade 9.1.1 -> 9.2.0
From: zhengruoqin <zhengrq.fnst@...> Changelog: ========= Fixed null check for fribidi_version_info in FriBiDi shim Added GIF decompression bomb check Handle PCF fonts files with less than 256 charact
From: zhengruoqin <zhengrq.fnst@...> Changelog: ========= Fixed null check for fribidi_version_info in FriBiDi shim Added GIF decompression bomb check Handle PCF fonts files with less than 256 charact
|
By
Randy MacLeod
·
|
|
[meta-python][kirkstone][PATCH 4/6] python3-pillow: upgrade 9.3.0 -> 9.4.0
From: Wang Mingyu <wangmy@...> License-Updated: copyright year updated to 2023 Changelog: ========== Fixed null pointer dereference crash with malformed font #6846 Return from ImagingFill early if ima
From: Wang Mingyu <wangmy@...> License-Updated: copyright year updated to 2023 Changelog: ========== Fixed null pointer dereference crash with malformed font #6846 Return from ImagingFill early if ima
|
By
Randy MacLeod
·
|
|
[meta-oe][PATCHv2] system-config-printer: add recipe 2 messages
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644
|
By
Markus Volk
·
|
|
[PATCH] python3-pillow: add ptest support
Add initial pillow ptest support. The ptest result is: ====== 3600 passed 324 skipped, 2 xfailed, 1 xpassed in 62.41s (0:01:02) ====== for qemux86-64 with 2 GB RAM. The skipped tests as summarized wit
Add initial pillow ptest support. The ptest result is: ====== 3600 passed 324 skipped, 2 xfailed, 1 xpassed in 62.41s (0:01:02) ====== for qemux86-64 with 2 GB RAM. The skipped tests as summarized wit
|
By
Randy MacLeod
·
|
|
[meta-oe][PATCH 2/3] system-config-printer: add recipe 5 messages
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
The OpenPrinting gui for cups configuration Signed-off-by: Markus Volk <f_l_k@...> --- .../system-config-printer_1.5.18.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644
|
By
Markus Volk
·
|
|
[meta-oe][PATCH 3/3] blueman: add missing runtime dependency, add polkit rule
Add a missing runtime dependency on python3-ctypes Add a polkit rule to allow users of group wheel to use blueman without au= thentification Signed-off-by: Markus Volk <f_l_k@...> --- .../blueman/blue
Add a missing runtime dependency on python3-ctypes Add a polkit rule to allow users of group wheel to use blueman without au= thentification Signed-off-by: Markus Volk <f_l_k@...> --- .../blueman/blue
|
By
Markus Volk
·
|
|
[meta-oe][PATCH 1/3] python3-pycups: add recipe
This is a runtime dependency for system-config-printer Signed-off-by: Markus Volk <f_l_k@...> --- meta-oe/recipes-printing/cups/python3-pycups.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) crea
This is a runtime dependency for system-config-printer Signed-off-by: Markus Volk <f_l_k@...> --- meta-oe/recipes-printing/cups/python3-pycups.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) crea
|
By
Markus Volk
·
|