Re: [oe] [meta-gnome][PATCH] libuvc: add recipe

2020-09-30 Thread Khem Raj
Thanks for submitting the patch please add it to relevant packagegroup as well in packagegroup-meta-gnome.bb On Wed, Sep 30, 2020 at 4:20 PM Zig Globulin wrote: > Signed-off-by: Zig Globulin > > --- > > meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 13 + > > 1 file changed,

[oe] [meta-gnome][PATCH] libuvc: add recipe

2020-09-30 Thread Zig Globulin
Signed-off-by: Zig Globulin --- meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/libuvc/libuvc.bb diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/rec

[oe] [meta-oe][PATCH] numactl: Link with libatomic on rv64

2020-09-30 Thread Khem Raj
Fixes riscv64-yoe-linux/10.2.0/ld: ./.libs/libnuma.so: undefined reference to `__atomic_fetch_and_1' Signed-off-by: Khem Raj --- meta-oe/recipes-support/numactl/numactl_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb b/meta-oe/recipes

Re: [oe] [meta-python][PATCH 2/2] python3-djangorestframework: Upgrade 3.11.1 -> 3.12.1

2020-09-30 Thread Trevor Gamblin
On 9/29/20 4:26 AM, Leon Anavi wrote: Upgrade to release 3.12.1: - Add --file option to generateschema command. - Support tags for OpenAPI schema generation. See the schema docs. - Support customising the operation ID for schema generation. See the schema docs. - Support OpenAPI components f

Re: [oe] [meta-python][PATCH 1/2] python3-regex: Upgrade 2020.7.14 -> 2020.9.27

2020-09-30 Thread Trevor Gamblin
On 9/29/20 4:26 AM, Leon Anavi wrote: Upgrade to release 2020.9.27: - Fix Memory Error - regex.findall. The problem was caused by a lazy repeat looping forever, growing the backtracking stack. Greedy repeats were OK. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python

Re: [oe] [meta-python][PATCH 4/6] python3-argcomplete: Upgrade 1.12.0 -> 1.12.1

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 1.12.1: - Update importlib-metadata dependency version range - Bash nounset mode fixes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...n3-argcomplete_1.12.0.bb => python3-argcomplete_1.12.1.bb} | 4 ++-- 1 file changed,

Re: [oe] [meta-python][PATCH 5/6] python3-luma-core: Upgrade 1.16.2 -> 1.17.1

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 1.17.1: - Add cmdline opt: "pcf8574" and "bitbang_6800" interfaces - Added --inverse option for ST7735 to cmdline opt - Allow SPI interface to define reset duration - Change bitmap_font to be compatible with Pillow < 7.0 Signed-off-by: L

Re: [oe] [meta-python][PATCH 3/6] python3-tqdm: Upgrade 4.49.0 -> 4.50.0

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 4.50.0: - add bar colour option - for notebook as well as std/CLI - plain text as well as hex (e.g. 'green' or '#00ff00') - notebook improvements: split bar description into separate widget and improve reset() (handle width and colour)

Re: [oe] [meta-python][PATCH 6/6] python3-luma-oled: Upgrade 3.5.0 -> 3.6.0

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 3.6.0: - Add support for Winstar OLED displays Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-luma-oled_3.5.0.bb => python3-luma-oled_3.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 1/6] python3-pychromecast: Upgrade 7.3.0 -> 7.5.0

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: Upgrade to release 7.5.0: - Allow passing additional media information through to play_media - Add support for lists, playQueues, and playlists on Plex controller - Misc spelling changes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...n3

Re: [oe] [meta-python][PATCH 2/6] python3-beautifulsoup4: Upgrade 4.9.1 -> 4.9.2

2020-09-30 Thread Trevor Gamblin
On 9/28/20 4:00 AM, Leon Anavi wrote: - Fixed a bug that caused too many tags to be popped from the tag stack during tree building, when encountering a closing tag that had no matching opening tag. - Fixed a bug that inconsistently moved elements over when passing a Tag, rather than a l

Re: [oe] [meta-python][PATCH v2 2/2] python3-pytest: 5.4.3 -> 6.1.0

2020-09-30 Thread Trevor Gamblin
On 9/27/20 4:43 AM, kai wrote: From: Kai Kang Upgrade python3-pytest from 5.4.3 to 6.1.0 * add runtime dependency python3-iniconfig And the release changelog is at: https://docs.pytest.org/en/stable/changelog.html#pytest-6-1-0-2020-09-26 Signed-off-by: Kai Kang Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH v2 1/2] python3-iniconfig: add recipe

2020-09-30 Thread Trevor Gamblin
On 9/27/20 4:43 AM, kai wrote: From: Kai Kang python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang Acked-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3

[oe] [meta-python][PATCH v2] python3-pybind11: extend to native and nativesdk

2020-09-30 Thread Andrey Zhizhikin
Extend this recipe with native and nativesdk classes to be able to provide a package in SDK and run on the build system. Signed-off-by: Andrey Zhizhikin --- meta-python/recipes-devtools/python/python3-pybind11_2.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-dev

Re: [oe] [meta-python][PATCH] python3-pybind11: extend to nativesdk and consolidate inc with bb

2020-09-30 Thread Andrey Zhizhikin
On Wed, Sep 30, 2020 at 5:59 PM Khem Raj wrote: > > its already done in master > https://git.openembedded.org/meta-openembedded/commit/?id=c855e5be160d24c80303a30b99b34e45c6af1038 Ah OK, thanks for pointing this out! I was looking at dunfell then, that is why I saw that there is still an .inc fil

Re: [oe] [meta-python][PATCH] python3-pybind11: extend to nativesdk and consolidate inc with bb

2020-09-30 Thread Khem Raj
its already done in master https://git.openembedded.org/meta-openembedded/commit/?id=c855e5be160d24c80303a30b99b34e45c6af1038 On Wed, Sep 30, 2020 at 7:27 AM Andrey Zhizhikin wrote: > > Extend this recipe with native and nativesdk classes to be able to > provide a package in SDK. > > Consolidate

[oe] [meta-python][PATCH] python3-pybind11: extend to nativesdk and consolidate inc with bb

2020-09-30 Thread Andrey Zhizhikin
Extend this recipe with native and nativesdk classes to be able to provide a package in SDK. Consolidate inc and bb files into one single recipe. Signed-off-by: Andrey Zhizhikin --- .../recipes-devtools/python/python-pybind11.inc | 7 --- .../recipes-devtools/python/python3-pybind11_

[oe] [PATCH][meta-oe] tbb: improve reproducibility

2020-09-30 Thread Lee Chee Yang
From: Lee Chee Yang remove WORKDIR from generated version_string.ver and use SOURCE_DATE_EPOCH as DATETIME wherever possible to improve reproducibility Signed-off-by: Lee Chee Yang --- .../tbb/tbb/improve-reproducibility.patch | 30 +++ meta-oe/recipes-support/tbb/tbb_2020.