|
[meta-python][PATCH 11/16] python3-eth-rlp: new package
Add a recipe for eth-rlp: RLP definitions for common Ethereum objects.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for eth-rlp: RLP definitions for common Ethereum objects.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97058
·
|
|
[meta-python][PATCH 09/16] python3-hexbytes: new package
Add a recipe for hexbytes: a Python bytes subclass that decodes hex,
with a readable console output.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
Add a recipe for hexbytes: a Python bytes subclass that decodes hex,
with a readable console output.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
|
By
Bartosz Golaszewski
·
#97057
·
|
|
[meta-python][PATCH 08/16] python3-eth-keyfile: new package
Add a recipe for eth-keyfile: a library for handling the encrypted
keyfiles used to store ethereum private keys.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
Add a recipe for eth-keyfile: a library for handling the encrypted
keyfiles used to store ethereum private keys.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
|
By
Bartosz Golaszewski
·
#97056
·
|
|
[meta-python][PATCH 07/16] python3-eth-keys: new package
Add a recipe for eth-keys: common API for Ethereum key operations.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for eth-keys: common API for Ethereum key operations.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97055
·
|
|
[meta-python][PATCH 06/16] python3-eth-utils: new package
Add a recipe for eth-utils: utility functions for codebases
which interact with ethereum.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for eth-utils: utility functions for codebases
which interact with ethereum.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97054
·
|
|
[meta-python][PATCH 05/16] python3-eth-typing: new package
Add a recipe for eth-typing: common type annotations for ethereum
python packages.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1
Add a recipe for eth-typing: common type annotations for ethereum
python packages.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1
|
By
Bartosz Golaszewski
·
#97053
·
|
|
[meta-python][PATCH 04/16] python3-eth-hash: new package
Add a recipe for eth-hash: the Ethereum hashing function module.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for eth-hash: the Ethereum hashing function module.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97052
·
|
|
[meta-python][PATCH 03/16] python3-decouple: new package
Add a recipe for python-decouple: generic tool for separating settings
from code.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for python-decouple: generic tool for separating settings
from code.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97051
·
|
|
[meta-python][PATCH 02/16] python3-cytoolz: new package
Add a recipe for cytoolz: cython implementation of the toolz package.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for cytoolz: cython implementation of the toolz package.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#97050
·
|
|
[meta-python][PATCH 01/16] python3-toolz: new package
Add a recipe for toolz: a set of utility functions for iterators,
functions, and dictionaries.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb
Add a recipe for toolz: a set of utility functions for iterators,
functions, and dictionaries.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb
|
By
Bartosz Golaszewski
·
#97049
·
|
|
[meta-python][PATCH 00/16] python: add a bunch of packages for interacting with ethereum blockchains
This adds recipes for several python packages allowing to interact with
ethereum. The high-level package that we're adding is python3-web3, the rest
are its direct or indirect dependencies. There's
This adds recipes for several python packages allowing to interact with
ethereum. The high-level package that we're adding is python3-web3, the rest
are its direct or indirect dependencies. There's
|
By
Bartosz Golaszewski
·
#97048
·
|
|
[meta-oe][PATCH] polkit: add udisks2 rule
From: Vyacheslav Yurkov <v.yurkov@...>
The rule allows non-priviledged users from plugdev group to
mount/unmount block devices
Signed-off-by: Vyacheslav Yurkov <v.yurkov@...>
---
From: Vyacheslav Yurkov <v.yurkov@...>
The rule allows non-priviledged users from plugdev group to
mount/unmount block devices
Signed-off-by: Vyacheslav Yurkov <v.yurkov@...>
---
|
By
Vyacheslav Yurkov
·
#97047
·
|
|
Re: [meta-oe][PATCH v2] wxwidgets: enable to use private fonts
It is an useful feature for wxwidgets with gui, so I want it to be enabled by default. And it requires pango to make it work.
I can see gtk3 depends on pango but qtbase doesn't. So only check 'gtk'
It is an useful feature for wxwidgets with gui, so I want it to be enabled by default. And it requires pango to make it work.
I can see gtk3 depends on pango but qtbase doesn't. So only check 'gtk'
|
By
Kai Kang
·
#97046
·
|
|
[hardknott][meta-webserver][PATCH 1/1] phpmyadmin: CVE fixes
Move from 5.1.0 to 5.1.3 fixing CVE-2022-0813,
CVE-2022-23807, and CVE-2022-23808.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../{phpmyadmin_5.1.0.bb => phpmyadmin_5.1.3.bb} | 11
Move from 5.1.0 to 5.1.3 fixing CVE-2022-0813,
CVE-2022-23807, and CVE-2022-23808.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../{phpmyadmin_5.1.0.bb => phpmyadmin_5.1.3.bb} | 11
|
By
Joe Slater
·
#97045
·
|
|
Re: [meta-oe][PATCH] Upgrade fluentbit recipe from version 1.3.5 to 1.9.3
<lravindran@...> wrote:
We have many combinations that get tested e.g. with systemd w/o
systemd, with usrmerge in DISTRO_FEATURE and without, building with
clang or gcc, using musl or
<lravindran@...> wrote:
We have many combinations that get tested e.g. with systemd w/o
systemd, with usrmerge in DISTRO_FEATURE and without, building with
clang or gcc, using musl or
|
By
Khem Raj
·
#97044
·
|
|
Re: [meta-oe][PATCH] Upgrade fluentbit recipe from version 1.3.5 to 1.9.3
Please note that the previous patch files have been removed for now. It was not clear which all are still relevant and not obsolete in the latest version. Kindly reply to this message if any of the
Please note that the previous patch files have been removed for now. It was not clear which all are still relevant and not obsolete in the latest version. Kindly reply to this message if any of the
|
By
Lekshmi Ravindran
·
#97043
·
|
|
[meta-oe][PATCH] Upgrade fluentbit recipe from version 1.3.5 to 1.9.3
From: Lekshmi Ravindran <lravindran@...>
The current fluentbit version with oe is much old and outdated.
Upgrading to latest version to leverage better stability,
performance and newer
From: Lekshmi Ravindran <lravindran@...>
The current fluentbit version with oe is much old and outdated.
Upgrading to latest version to leverage better stability,
performance and newer
|
By
Lekshmi Ravindran
·
#97042
·
|
|
Re: [meta-multimedia][kirkstone][PATCH] libcamera: fix packaging
yes, agree with you. No need for .so to be in ${PN}
yes, agree with you. No need for .so to be in ${PN}
|
By
Julien Stephan
·
#97041
·
|
|
Re: [meta-multimedia][kirkstone][PATCH] libcamera: fix packaging
yes I think it should be also ported on master
yes I think it should be also ported on master
|
By
Julien Stephan
·
#97040
·
|
|
Re: [meta-oe][PATCH v2] wxwidgets: enable to use private fonts
why not add it to the packageconfig setting itself ?
why not add it to the packageconfig setting itself ?
|
By
Khem Raj
·
#97039
·
|