Re: [oe] [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 1.9.4 -> 2.0.1

2020-06-09 Thread Tim Orling
On Tue, Jun 9, 2020 at 6:43 AM Leon Anavi  wrote:

> Upgrade to release 2.0.1.


I would like to see more information in the commit message for major
version upgrades (or any upgrades for that matter).

If you simply go to the source and look for Changelog or similar and copy
paste it takes 10-30 seconds and adds a lot of value for quickly reviewing.

Not picking on you, but the nearly empty commit messages on upgrades are
not doing any of us any favors. It is simply bad practice and if we had
patchtest running on meta-OpenEmbedded these would get Nacked.


>
> Signed-off-by: Leon Anavi 
> ---
>  ...{python3-soupsieve_1.9.4.bb => python3-soupsieve_2.0.1.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-soupsieve_1.9.4.bb
> => python3-soupsieve_2.0.1.bb} (65%)
>
> diff --git a/meta-python/recipes-devtools/python/
> python3-soupsieve_1.9.4.bb b/meta-python/recipes-devtools/python/
> python3-soupsieve_2.0.1.bb
> similarity index 65%
> rename from meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
> rename to meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
> index df69e007f..aa087c920 100644
> --- a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve";
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
> "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
>
> -SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
> -SRC_URI[sha256sum] =
> "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
> +SRC_URI[md5sum] = "62a7481c7dbf6d8cc21e4e3a79c72034"
> +SRC_URI[sha256sum] =
> "a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"
>
>  inherit pypi setuptools3
>
> --
> 2.17.1
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84928): 
https://lists.openembedded.org/g/openembedded-devel/message/84928
Mute This Topic: https://lists.openembedded.org/mt/74774158/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-oe][PATCH] toybox-inittab: Get rid of bashism

2020-06-09 Thread Martin Jansa
Thanks, my world builds will be green again! .. maybe.. :)

On Wed, Jun 10, 2020 at 3:26 AM Khem Raj  wrote:

> Be explicit about copying the files, makes it simpler for dash to handle
> it
>
> Signed-off-by: Khem Raj 
> Cc: Martin Jansa 
> Cc: Adam Miartus 
> ---
>  meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> index 8d7ff61e86..9af1e3f149 100644
> --- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> +++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
> @@ -26,8 +26,8 @@ do_patch[noexec] = "1"
>
>  do_configure() {
> # copy over files now to have a fresh start on each config
> -   for file in ${SRC_URI}; do
> -   cp ${WORKDIR}/${file/file:\/\//} ${S}
> +   for f in inittab rcK rcS; do
> +   cp ${WORKDIR}/$f ${S}
> done
>
> for config in ${PACKAGECONFIG_CONFARGS}; do
> --
> 2.27.0
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84927): 
https://lists.openembedded.org/g/openembedded-devel/message/84927
Mute This Topic: https://lists.openembedded.org/mt/74788425/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [dunfell 00/35] Merge Request

2020-06-09 Thread akuster


On 6/9/20 6:21 PM, Khem Raj wrote:
> On Tue, Jun 9, 2020 at 2:33 PM akuster808  wrote:
>>
>>
>> On 6/9/20 11:48 AM, Khem Raj wrote:
>>
>>
>>
>> On Tue, Jun 9, 2020 at 8:46 AM akuster  wrote:
>>>
>>>
>>> On 6/4/20 9:16 PM, akuster via lists.openembedded.org wrote:
>>>
>>> Ping.
>>>
>>> any issue with this merge request?
>>
>> I Am fine with these changes were you looking for wider feedback or is it 
>> ready to merge
>>
>>
>> Looking for it to be merged, this series was  from a review from last week.
>>
>> Not to be confused with the one sent out early this week.
>>
> Ah yes, I kind of squashed it in my mind.
Sorry. I was worried that may happen.
>  This one is merged now.

Thanks,
Armin
>
>> - armin
>>
>>
>>> -armin
>>>
>>> Please merge these changes to Dunfell
>>>
>>> Cover letter only
>>>
>>> The following changes since commit e413c1ef621688e69bb7830bb3151ed23b30b73e:
>>>
>>>   samba: upgrade 4.10.13 -> 4.10.15 (2020-05-20 16:50:45 +)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.openembedded.org/meta-openembedded dunfell-next
>>>   http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
>>>
>>> Adrian Bunk (2):
>>>   unicode-ucd: Stop broken license downloading
>>>   postfix: Upgrade 3.4.10 -> 3.4.12
>>>
>>> Andreas Müller (2):
>>>   gexiv2: upgrade 0.12.0 -> 0.12.1
>>>   thunar: upgrade 1.8.14 -> 1.8.15
>>>
>>> Andrew Geissler (1):
>>>   nlohmann-json: backport gcc10 fix
>>>
>>> Armin Kuster (1):
>>>   tremor: update SRC_URI as project moved to gitlab
>>>
>>> Christoph Steiger (1):
>>>   python-periphery: Add python-mmap to RDEPENDS
>>>
>>> Domarys Correa (1):
>>>   python3-jinja2: Update 2.11.1 -> 2.11.2
>>>
>>> Kai Kang (3):
>>>   xfconf: 4.14.2 -> 4.14.3
>>>   thunar: 1.8.12 -> 1.8.14
>>>   catfish: 1.4.11 -> 1.4.13
>>>
>>> Khem Raj (4):
>>>   netplan: Depend on systemd if it is in distro
>>>   uim: Add patch to fix -fno-common link error
>>>   postfix: Upgrade to 3.4.10 and compile with -fcommon
>>>   safec: Update to latest on 3.5.1 release tags
>>>
>>> Leon Anavi (5):
>>>   python3-gmqtt: Upgrade to 0.6.5
>>>   python3-appdirs: Upgrade to 1.4.4
>>>   python3-pandas: Upgrade 1.0.1 -> 1.0.3
>>>   python3-parallax: Upgrade 1.0.5 -> 1.0.6
>>>   python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
>>>
>>> Pierre-Jean Texier (3):
>>>   librsync: upgrade 2.3.0 -> 2.3.1
>>>   ser2net: fix upstream check URL
>>>   ser2net: upgrade 4.1.5 -> 4.1.8
>>>
>>> Trevor Gamblin (1):
>>>   python3-iso8601: add python3-numbers to RDEPENDS
>>>
>>> Wang Mingyu (4):
>>>   jansson: upgrade 2.12 -> 2.13.1
>>>   openldap: upgrade 2.4.49 -> 2.4.50
>>>   python3-pycparser: upgrade 2.19 -> 2.20
>>>   cryptsetup: upgrade 2.3.1 -> 2.3.2
>>>
>>> Yanfei Xu (1):
>>>   turbostat: fix the build failure for new v5.7-rc6 kernel
>>>
>>> Yi Zhao (1):
>>>   apache2: create log/run directory via pkg_postinst
>>>
>>> Zang Ruochen (2):
>>>   dnsmasq: upgrade 2.80 -> 2.81
>>>   fetchmail: upgrade 6.4.3 -> 6.4.4
>>>
>>> Zheng Ruoqin (3):
>>>   dstat: Fix runtime error that depend python.
>>>   kea: upgrade 1.7.6 -> 1.7.7
>>>   libqmi: upgrade 1.24.8 -> 1.24.12
>>>
>>>  .../{gexiv2_0.12.0.bb => gexiv2_0.12.1.bb}|  4 +-
>>>  .../tremor/tremor_20180319.bb |  2 +-
>>>  .../kea/{kea_1.7.6.bb => kea_1.7.7.bb}|  4 +-
>>>  .../netplan/netplan_0.98.bb   |  3 +-
>>>  ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 ---
>>>  .../{postfix_3.4.8.bb => postfix_3.4.12.bb}   |  5 +-
>>>  ...nsmasq-fix-build-against-5.2-headers.patch | 31 --
>>>  ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49 -
>>>  .../recipes-support/dnsmasq/dnsmasq_2.80.bb   | 10 --
>>>  .../recipes-support/dnsmasq/dnsmasq_2.81.bb   |  8 ++
>>>  ...{fetchmail_6.4.3.bb => fetchmail_6.4.4.bb} |  4 +-
>>>  .../{libqmi_1.24.8.bb => libqmi_1.24.12.bb}   |  3 +-
>>>  .../{ser2net_4.1.5.bb => ser2net_4.1.8.bb}|  5 +-
>>>  ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 --
>>>  .../safec/{safec_3.5.bb => safec_3.5.1.bb}|  8 +-
>>>  ...ryptsetup_2.3.1.bb => cryptsetup_2.3.2.bb} |  4 +-
>>>  ...latize-basic_json-ctor-from-json_ref.patch | 99 +++
>>>  .../nlohmann-json/0001-typo-fix.patch | 43 
>>>  .../nlohmann-json/nlohmann-json_3.7.3.bb  |  5 +-
>>>  .../{jansson_2.12.bb => jansson_2.13.1.bb}|  6 +-
>>>  .../recipes-kernel/turbostat/turbostat_3.4.bb | 20 +++-
>>>  .../dstat/0001-change-dstat-to-python3.patch  | 89 +
>>>  meta-oe/recipes-support/dstat/dstat_0.7.4.bb  |  4 +-
>>>  .../{librsync_2.3.0.bb => librsync_2.3.1.bb}  |  2 +-
>>>  ...{openldap_2.4.49.bb => openldap_2.4.50.bb} |  4 +-
>>>  .../uim/uim/JMP_BUF_GC_jmp_buf.patch  | 15 +++
>>>  meta-oe/recipes-support/uim/uim_1.8.8.bb  |  1 +
>>>  .../unicode-ucd/files/license.html| 98 ++
>>>  .../unicode-ucd/unicode-ucd_12.1.0.bb |  7 +-
>>>  .../python/python-iso8601.inc |  1 +
>>>  .../python/python-periphery.inc   

[oe] [meta-oe][PATCH] toybox-inittab: Get rid of bashism

2020-06-09 Thread Khem Raj
Be explicit about copying the files, makes it simpler for dash to handle
it

Signed-off-by: Khem Raj 
Cc: Martin Jansa 
Cc: Adam Miartus 
---
 meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb 
b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
index 8d7ff61e86..9af1e3f149 100644
--- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb
@@ -26,8 +26,8 @@ do_patch[noexec] = "1"
 
 do_configure() {
# copy over files now to have a fresh start on each config
-   for file in ${SRC_URI}; do
-   cp ${WORKDIR}/${file/file:\/\//} ${S}
+   for f in inittab rcK rcS; do
+   cp ${WORKDIR}/$f ${S}
done
 
for config in ${PACKAGECONFIG_CONFARGS}; do
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84925): 
https://lists.openembedded.org/g/openembedded-devel/message/84925
Mute This Topic: https://lists.openembedded.org/mt/74788425/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [dunfell 00/35] Merge Request

2020-06-09 Thread Khem Raj
On Tue, Jun 9, 2020 at 2:33 PM akuster808  wrote:
>
>
>
> On 6/9/20 11:48 AM, Khem Raj wrote:
>
>
>
> On Tue, Jun 9, 2020 at 8:46 AM akuster  wrote:
>>
>>
>>
>> On 6/4/20 9:16 PM, akuster via lists.openembedded.org wrote:
>>
>> Ping.
>>
>> any issue with this merge request?
>
>
> I Am fine with these changes were you looking for wider feedback or is it 
> ready to merge
>
>
> Looking for it to be merged, this series was  from a review from last week.
>
> Not to be confused with the one sent out early this week.
>

Ah yes, I kind of squashed it in my mind. This one is merged now.

> - armin
>
>
>>
>> -armin
>>
>> Please merge these changes to Dunfell
>>
>> Cover letter only
>>
>> The following changes since commit e413c1ef621688e69bb7830bb3151ed23b30b73e:
>>
>>   samba: upgrade 4.10.13 -> 4.10.15 (2020-05-20 16:50:45 +)
>>
>> are available in the Git repository at:
>>
>>   git://git.openembedded.org/meta-openembedded dunfell-next
>>   http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
>>
>> Adrian Bunk (2):
>>   unicode-ucd: Stop broken license downloading
>>   postfix: Upgrade 3.4.10 -> 3.4.12
>>
>> Andreas Müller (2):
>>   gexiv2: upgrade 0.12.0 -> 0.12.1
>>   thunar: upgrade 1.8.14 -> 1.8.15
>>
>> Andrew Geissler (1):
>>   nlohmann-json: backport gcc10 fix
>>
>> Armin Kuster (1):
>>   tremor: update SRC_URI as project moved to gitlab
>>
>> Christoph Steiger (1):
>>   python-periphery: Add python-mmap to RDEPENDS
>>
>> Domarys Correa (1):
>>   python3-jinja2: Update 2.11.1 -> 2.11.2
>>
>> Kai Kang (3):
>>   xfconf: 4.14.2 -> 4.14.3
>>   thunar: 1.8.12 -> 1.8.14
>>   catfish: 1.4.11 -> 1.4.13
>>
>> Khem Raj (4):
>>   netplan: Depend on systemd if it is in distro
>>   uim: Add patch to fix -fno-common link error
>>   postfix: Upgrade to 3.4.10 and compile with -fcommon
>>   safec: Update to latest on 3.5.1 release tags
>>
>> Leon Anavi (5):
>>   python3-gmqtt: Upgrade to 0.6.5
>>   python3-appdirs: Upgrade to 1.4.4
>>   python3-pandas: Upgrade 1.0.1 -> 1.0.3
>>   python3-parallax: Upgrade 1.0.5 -> 1.0.6
>>   python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
>>
>> Pierre-Jean Texier (3):
>>   librsync: upgrade 2.3.0 -> 2.3.1
>>   ser2net: fix upstream check URL
>>   ser2net: upgrade 4.1.5 -> 4.1.8
>>
>> Trevor Gamblin (1):
>>   python3-iso8601: add python3-numbers to RDEPENDS
>>
>> Wang Mingyu (4):
>>   jansson: upgrade 2.12 -> 2.13.1
>>   openldap: upgrade 2.4.49 -> 2.4.50
>>   python3-pycparser: upgrade 2.19 -> 2.20
>>   cryptsetup: upgrade 2.3.1 -> 2.3.2
>>
>> Yanfei Xu (1):
>>   turbostat: fix the build failure for new v5.7-rc6 kernel
>>
>> Yi Zhao (1):
>>   apache2: create log/run directory via pkg_postinst
>>
>> Zang Ruochen (2):
>>   dnsmasq: upgrade 2.80 -> 2.81
>>   fetchmail: upgrade 6.4.3 -> 6.4.4
>>
>> Zheng Ruoqin (3):
>>   dstat: Fix runtime error that depend python.
>>   kea: upgrade 1.7.6 -> 1.7.7
>>   libqmi: upgrade 1.24.8 -> 1.24.12
>>
>>  .../{gexiv2_0.12.0.bb => gexiv2_0.12.1.bb}|  4 +-
>>  .../tremor/tremor_20180319.bb |  2 +-
>>  .../kea/{kea_1.7.6.bb => kea_1.7.7.bb}|  4 +-
>>  .../netplan/netplan_0.98.bb   |  3 +-
>>  ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 ---
>>  .../{postfix_3.4.8.bb => postfix_3.4.12.bb}   |  5 +-
>>  ...nsmasq-fix-build-against-5.2-headers.patch | 31 --
>>  ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49 -
>>  .../recipes-support/dnsmasq/dnsmasq_2.80.bb   | 10 --
>>  .../recipes-support/dnsmasq/dnsmasq_2.81.bb   |  8 ++
>>  ...{fetchmail_6.4.3.bb => fetchmail_6.4.4.bb} |  4 +-
>>  .../{libqmi_1.24.8.bb => libqmi_1.24.12.bb}   |  3 +-
>>  .../{ser2net_4.1.5.bb => ser2net_4.1.8.bb}|  5 +-
>>  ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 --
>>  .../safec/{safec_3.5.bb => safec_3.5.1.bb}|  8 +-
>>  ...ryptsetup_2.3.1.bb => cryptsetup_2.3.2.bb} |  4 +-
>>  ...latize-basic_json-ctor-from-json_ref.patch | 99 +++
>>  .../nlohmann-json/0001-typo-fix.patch | 43 
>>  .../nlohmann-json/nlohmann-json_3.7.3.bb  |  5 +-
>>  .../{jansson_2.12.bb => jansson_2.13.1.bb}|  6 +-
>>  .../recipes-kernel/turbostat/turbostat_3.4.bb | 20 +++-
>>  .../dstat/0001-change-dstat-to-python3.patch  | 89 +
>>  meta-oe/recipes-support/dstat/dstat_0.7.4.bb  |  4 +-
>>  .../{librsync_2.3.0.bb => librsync_2.3.1.bb}  |  2 +-
>>  ...{openldap_2.4.49.bb => openldap_2.4.50.bb} |  4 +-
>>  .../uim/uim/JMP_BUF_GC_jmp_buf.patch  | 15 +++
>>  meta-oe/recipes-support/uim/uim_1.8.8.bb  |  1 +
>>  .../unicode-ucd/files/license.html| 98 ++
>>  .../unicode-ucd/unicode-ucd_12.1.0.bb |  7 +-
>>  .../python/python-iso8601.inc |  1 +
>>  .../python/python-periphery.inc   |  2 +
>>  ...dirs_1.4.3.bb => python3-appdirs_1.4.4.bb} |  4 +-
>>  ...-gmqtt_0.6.2.bb => python3-gmqtt_0.6.5.bb} |  4 +-
>>  .../python/python3-jinja2_2.11.1.bb   |  4 -
>>  ...on-jinja2.inc => python3-jinja2

Re: [oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-09 Thread Denys Dmytriyenko
On Tue, Jun 09, 2020 at 04:19:31PM +0100, Ross Burton wrote:
> Also I guess you should mention that this is basically copied from
> meta-intel, and talk about how to handle duplicate recipes.
> 
> Ross
> 
> On Tue, 9 Jun 2020 at 15:30, Arthur She  wrote:
> >
> > igt-gpu-tools is a collection of tools for development and testing of the 
> > DRM
> > drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools)
> >
> > Signed-off-by: Arthur She 
> > ---
> >  .../igt-gpu-tools/igt-gpu-tools_git.bb| 46 +++
> >  1 file changed, 46 insertions(+)
> >  create mode 100644 
> > meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> >
> > diff --git a/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb 
> > b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> > new file mode 100644
> > index 0..761df1cbb
> > --- /dev/null
> > +++ b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> > @@ -0,0 +1,46 @@
> > +SUMMARY = "IGT GPU Tools"
> > +DESCRIPTION = "IGT GPU Tools is a collection of tools for development and 
> > testing of the DRM drivers"
> > +
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
> > +
> > +LICENSE_append = " & ISC"

Huh?


> > +inherit meson gtk-doc
> > +
> > +SRCREV = "${AUTOREV}"
> > +
> > +SRC_URI = 
> > "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod 
> > openssl xmlrpc-c gsl elfutils alsa-lib json-c bison-native"
> > +RDEPENDS_${PN} += "bash python3-mako python3-six git net-snmp"
> > +
> > +PACKAGE_BEFORE_PN = "${PN}-benchmarks"
> > +
> > +EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dchamelium=enabled"
> > +COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
> > +COMPATIBLE_HOST_libc-musl_class-target = "null"
> > +
> > +gputools_sysroot_preprocess() {
> > +   rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
> > +}
> > +SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
> > +
> > +do_install_append() {
> > +install -d ${D}/usr/share/${BPN}/scripts
> > +install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
> > +install -d ${D}/usr/share/${BPN}/runner
> > +install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
> > +install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
> > +}
> > +
> > +FILES_${PN} += "\
> > +${libexecdir}/${BPN}/*\
> > +${libdir}/intel_aubdump.so \
> > +${datadir}/${BPN}/1080p-right.png \
> > +${datadir}/${BPN}/1080p-left.png \
> > +${datadir}/${BPN}/pass.png \
> > +${datadir}/${BPN}/test-list.txt \
> > +${libexecdir}/${BPN}/benchmarks \
> > +"
> > --
> > 2.25.1
> >
> > 

> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84923): 
https://lists.openembedded.org/g/openembedded-devel/message/84923
Mute This Topic: https://lists.openembedded.org/mt/74775294/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [dunfell 00/35] Merge Request

2020-06-09 Thread akuster


On 6/9/20 11:48 AM, Khem Raj wrote:
>
>
> On Tue, Jun 9, 2020 at 8:46 AM akuster  > wrote:
>
>
>
> On 6/4/20 9:16 PM, akuster via lists.openembedded.org
>  wrote:
>
> Ping.
>
> any issue with this merge request?
>
>
> I Am fine with these changes were you looking for wider feedback or is
> it ready to merge

Looking for it to be merged, this series was  from a review from last
week. 

Not to be confused with the one sent out early this week.

- armin
>
>
> -armin
>> Please merge these changes to Dunfell
>>
>> Cover letter only
>>
>> The following changes since commit 
>> e413c1ef621688e69bb7830bb3151ed23b30b73e:
>>
>>   samba: upgrade 4.10.13 -> 4.10.15 (2020-05-20 16:50:45 +)
>>
>> are available in the Git repository at:
>>
>>   git://git.openembedded.org/meta-openembedded 
>>  dunfell-next
>>   http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
>>
>> Adrian Bunk (2):
>>   unicode-ucd: Stop broken license downloading
>>   postfix: Upgrade 3.4.10 -> 3.4.12
>>
>> Andreas Müller (2):
>>   gexiv2: upgrade 0.12.0 -> 0.12.1
>>   thunar: upgrade 1.8.14 -> 1.8.15
>>
>> Andrew Geissler (1):
>>   nlohmann-json: backport gcc10 fix
>>
>> Armin Kuster (1):
>>   tremor: update SRC_URI as project moved to gitlab
>>
>> Christoph Steiger (1):
>>   python-periphery: Add python-mmap to RDEPENDS
>>
>> Domarys Correa (1):
>>   python3-jinja2: Update 2.11.1 -> 2.11.2
>>
>> Kai Kang (3):
>>   xfconf: 4.14.2 -> 4.14.3
>>   thunar: 1.8.12 -> 1.8.14
>>   catfish: 1.4.11 -> 1.4.13
>>
>> Khem Raj (4):
>>   netplan: Depend on systemd if it is in distro
>>   uim: Add patch to fix -fno-common link error
>>   postfix: Upgrade to 3.4.10 and compile with -fcommon
>>   safec: Update to latest on 3.5.1 release tags
>>
>> Leon Anavi (5):
>>   python3-gmqtt: Upgrade to 0.6.5
>>   python3-appdirs: Upgrade to 1.4.4
>>   python3-pandas: Upgrade 1.0.1 -> 1.0.3
>>   python3-parallax: Upgrade 1.0.5 -> 1.0.6
>>   python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
>>
>> Pierre-Jean Texier (3):
>>   librsync: upgrade 2.3.0 -> 2.3.1
>>   ser2net: fix upstream check URL
>>   ser2net: upgrade 4.1.5 -> 4.1.8
>>
>> Trevor Gamblin (1):
>>   python3-iso8601: add python3-numbers to RDEPENDS
>>
>> Wang Mingyu (4):
>>   jansson: upgrade 2.12 -> 2.13.1
>>   openldap: upgrade 2.4.49 -> 2.4.50
>>   python3-pycparser: upgrade 2.19 -> 2.20
>>   cryptsetup: upgrade 2.3.1 -> 2.3.2
>>
>> Yanfei Xu (1):
>>   turbostat: fix the build failure for new v5.7-rc6 kernel
>>
>> Yi Zhao (1):
>>   apache2: create log/run directory via pkg_postinst
>>
>> Zang Ruochen (2):
>>   dnsmasq: upgrade 2.80 -> 2.81
>>   fetchmail: upgrade 6.4.3 -> 6.4.4
>>
>> Zheng Ruoqin (3):
>>   dstat: Fix runtime error that depend python.
>>   kea: upgrade 1.7.6 -> 1.7.7
>>   libqmi: upgrade 1.24.8 -> 1.24.12
>>
>>  .../{gexiv2_0.12.0.bb  => gexiv2_0.12.1.bb 
>> }|  4 +-
>>  .../tremor/tremor_20180319.bb    
>>   |  2 +-
>>  .../kea/{kea_1.7.6.bb  => kea_1.7.7.bb 
>> }|  4 +-
>>  .../netplan/netplan_0.98.bb    
>> |  3 +-
>>  ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 ---
>>  .../{postfix_3.4.8.bb  => postfix_3.4.12.bb 
>> }   |  5 +-
>>  ...nsmasq-fix-build-against-5.2-headers.patch | 31 --
>>  ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49 -
>>  .../recipes-support/dnsmasq/dnsmasq_2.80.bb    
>> | 10 --
>>  .../recipes-support/dnsmasq/dnsmasq_2.81.bb    
>> |  8 ++
>>  ...{fetchmail_6.4.3.bb  => 
>> fetchmail_6.4.4.bb } |  4 +-
>>  .../{libqmi_1.24.8.bb  => libqmi_1.24.12.bb 
>> }   |  3 +-
>>  .../{ser2net_4.1.5.bb  => ser2net_4.1.8.bb 
>> }|  5 +-
>>  ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 --
>>  .../safec/{safec_3.5.bb  => safec_3.5.1.bb 
>> }|  8 +-
>>  ...ryptsetup_2.3.1.bb  => 
>> cryptsetup_2.3.2.bb } |  4 +-
>>  ...latize-basic_json-ctor-from-json_ref.patch | 99 +++
>>  .../nlohmann-json/0001-typo-fix.patch | 43 
>>  .../nlohmann-json/nlohmann-json_3.7.3.bb 
>>   |  5 +-
>>  .../{jansson_2.12.bb 

Re: [oe] [dunfell 00/35] Merge Request

2020-06-09 Thread Khem Raj
On Tue, Jun 9, 2020 at 8:46 AM akuster  wrote:

>
>
> On 6/4/20 9:16 PM, akuster via lists.openembedded.org wrote:
>
> Ping.
>
> any issue with this merge request?
>

I Am fine with these changes were you looking for wider feedback or is it
ready to merge


> -armin
>
> Please merge these changes to Dunfell
>
> Cover letter only
>
> The following changes since commit e413c1ef621688e69bb7830bb3151ed23b30b73e:
>
>   samba: upgrade 4.10.13 -> 4.10.15 (2020-05-20 16:50:45 +)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded dunfell-next
>   http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
>
> Adrian Bunk (2):
>   unicode-ucd: Stop broken license downloading
>   postfix: Upgrade 3.4.10 -> 3.4.12
>
> Andreas Müller (2):
>   gexiv2: upgrade 0.12.0 -> 0.12.1
>   thunar: upgrade 1.8.14 -> 1.8.15
>
> Andrew Geissler (1):
>   nlohmann-json: backport gcc10 fix
>
> Armin Kuster (1):
>   tremor: update SRC_URI as project moved to gitlab
>
> Christoph Steiger (1):
>   python-periphery: Add python-mmap to RDEPENDS
>
> Domarys Correa (1):
>   python3-jinja2: Update 2.11.1 -> 2.11.2
>
> Kai Kang (3):
>   xfconf: 4.14.2 -> 4.14.3
>   thunar: 1.8.12 -> 1.8.14
>   catfish: 1.4.11 -> 1.4.13
>
> Khem Raj (4):
>   netplan: Depend on systemd if it is in distro
>   uim: Add patch to fix -fno-common link error
>   postfix: Upgrade to 3.4.10 and compile with -fcommon
>   safec: Update to latest on 3.5.1 release tags
>
> Leon Anavi (5):
>   python3-gmqtt: Upgrade to 0.6.5
>   python3-appdirs: Upgrade to 1.4.4
>   python3-pandas: Upgrade 1.0.1 -> 1.0.3
>   python3-parallax: Upgrade 1.0.5 -> 1.0.6
>   python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
>
> Pierre-Jean Texier (3):
>   librsync: upgrade 2.3.0 -> 2.3.1
>   ser2net: fix upstream check URL
>   ser2net: upgrade 4.1.5 -> 4.1.8
>
> Trevor Gamblin (1):
>   python3-iso8601: add python3-numbers to RDEPENDS
>
> Wang Mingyu (4):
>   jansson: upgrade 2.12 -> 2.13.1
>   openldap: upgrade 2.4.49 -> 2.4.50
>   python3-pycparser: upgrade 2.19 -> 2.20
>   cryptsetup: upgrade 2.3.1 -> 2.3.2
>
> Yanfei Xu (1):
>   turbostat: fix the build failure for new v5.7-rc6 kernel
>
> Yi Zhao (1):
>   apache2: create log/run directory via pkg_postinst
>
> Zang Ruochen (2):
>   dnsmasq: upgrade 2.80 -> 2.81
>   fetchmail: upgrade 6.4.3 -> 6.4.4
>
> Zheng Ruoqin (3):
>   dstat: Fix runtime error that depend python.
>   kea: upgrade 1.7.6 -> 1.7.7
>   libqmi: upgrade 1.24.8 -> 1.24.12
>
>  .../{gexiv2_0.12.0.bb => gexiv2_0.12.1.bb}|  4 +-
>  .../tremor/tremor_20180319.bb |  2 +-
>  .../kea/{kea_1.7.6.bb => kea_1.7.7.bb}|  4 +-
>  .../netplan/netplan_0.98.bb   |  3 +-
>  ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 ---
>  .../{postfix_3.4.8.bb => postfix_3.4.12.bb}   |  5 +-
>  ...nsmasq-fix-build-against-5.2-headers.patch | 31 --
>  ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49 -
>  .../recipes-support/dnsmasq/dnsmasq_2.80.bb   | 10 --
>  .../recipes-support/dnsmasq/dnsmasq_2.81.bb   |  8 ++
>  ...{fetchmail_6.4.3.bb => fetchmail_6.4.4.bb} |  4 +-
>  .../{libqmi_1.24.8.bb => libqmi_1.24.12.bb}   |  3 +-
>  .../{ser2net_4.1.5.bb => ser2net_4.1.8.bb}|  5 +-
>  ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 --
>  .../safec/{safec_3.5.bb => safec_3.5.1.bb}|  8 +-
>  ...ryptsetup_2.3.1.bb => cryptsetup_2.3.2.bb} |  4 +-
>  ...latize-basic_json-ctor-from-json_ref.patch | 99 +++
>  .../nlohmann-json/0001-typo-fix.patch | 43 
>  .../nlohmann-json/nlohmann-json_3.7.3.bb  |  5 +-
>  .../{jansson_2.12.bb => jansson_2.13.1.bb}|  6 +-
>  .../recipes-kernel/turbostat/turbostat_3.4.bb | 20 +++-
>  .../dstat/0001-change-dstat-to-python3.patch  | 89 +
>  meta-oe/recipes-support/dstat/dstat_0.7.4.bb  |  4 +-
>  .../{librsync_2.3.0.bb => librsync_2.3.1.bb}  |  2 +-
>  ...{openldap_2.4.49.bb => openldap_2.4.50.bb} |  4 +-
>  .../uim/uim/JMP_BUF_GC_jmp_buf.patch  | 15 +++
>  meta-oe/recipes-support/uim/uim_1.8.8.bb  |  1 +
>  .../unicode-ucd/files/license.html| 98 ++
>  .../unicode-ucd/unicode-ucd_12.1.0.bb |  7 +-
>  .../python/python-iso8601.inc |  1 +
>  .../python/python-periphery.inc   |  2 +
>  ...dirs_1.4.3.bb => python3-appdirs_1.4.4.bb} |  4 +-
>  ...-gmqtt_0.6.2.bb => python3-gmqtt_0.6.5.bb} |  4 +-
>  .../python/python3-jinja2_2.11.1.bb   |  4 -
>  ...on-jinja2.inc => python3-jinja2_2.11.2.bb} | 40 +---
>  ...yxl_2.6.3.bb => python3-openpyxl_3.0.3.bb} |  6 +-
>  .../python/python3-pandas_1.0.1.bb|  2 -
>  ...hon-pandas.inc => python3-pandas_1.0.3.bb} |  6 +-
>  ...lax_1.0.5.bb => python3-parallax_1.0.6.bb} |  4 +-
>  ...rser_2.19.bb => python3-pycparser_2.20.bb} |  4 +-
>  .../recipes-httpd/apache2/apache2_2.4.43.bb   | 18 
>  .../apache2/files/apache2-volatile.conf   |  2 +
>  .../apache2/files/apache2.service  

[oe] [meta-oe][PATCH] haveged: upgrade 1.9.8 -> 1.9.9

2020-06-09 Thread Pierre-Jean Texier via lists.openembedded.org
Signed-off-by: Pierre-Jean Texier 
---
 .../recipes-extended/haveged/{haveged_1.9.8.bb => haveged_1.9.9.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/haveged/{haveged_1.9.8.bb => haveged_1.9.9.bb} 
(96%)

diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.8.bb 
b/meta-oe/recipes-extended/haveged/haveged_1.9.9.bb
similarity index 96%
rename from meta-oe/recipes-extended/haveged/haveged_1.9.8.bb
rename to meta-oe/recipes-extended/haveged/haveged_1.9.9.bb
index 403956e..c1839b3 100644
--- a/meta-oe/recipes-extended/haveged/haveged_1.9.8.bb
+++ b/meta-oe/recipes-extended/haveged/haveged_1.9.9.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "http://www.issihosts.com/haveged/index.html";
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-# v1.9.8
-SRCREV = "8cd0266472aff59821718c4410e80f28978310f9"
+# v1.9.9
+SRCREV = "6da706c8026b629d9bb7ebebc32239305a03da8e"
 SRC_URI = "git://github.com/jirka-h/haveged.git \
 "
 S = "${WORKDIR}/git"
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84920): 
https://lists.openembedded.org/g/openembedded-devel/message/84920
Mute This Topic: https://lists.openembedded.org/mt/74779114/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [dunfell 00/35] Merge Request

2020-06-09 Thread akuster


On 6/4/20 9:16 PM, akuster via lists.openembedded.org wrote:

Ping.

any issue with this merge request?

-armin
> Please merge these changes to Dunfell
>
> Cover letter only
>
> The following changes since commit e413c1ef621688e69bb7830bb3151ed23b30b73e:
>
>   samba: upgrade 4.10.13 -> 4.10.15 (2020-05-20 16:50:45 +)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded dunfell-next
>   http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
>
> Adrian Bunk (2):
>   unicode-ucd: Stop broken license downloading
>   postfix: Upgrade 3.4.10 -> 3.4.12
>
> Andreas Müller (2):
>   gexiv2: upgrade 0.12.0 -> 0.12.1
>   thunar: upgrade 1.8.14 -> 1.8.15
>
> Andrew Geissler (1):
>   nlohmann-json: backport gcc10 fix
>
> Armin Kuster (1):
>   tremor: update SRC_URI as project moved to gitlab
>
> Christoph Steiger (1):
>   python-periphery: Add python-mmap to RDEPENDS
>
> Domarys Correa (1):
>   python3-jinja2: Update 2.11.1 -> 2.11.2
>
> Kai Kang (3):
>   xfconf: 4.14.2 -> 4.14.3
>   thunar: 1.8.12 -> 1.8.14
>   catfish: 1.4.11 -> 1.4.13
>
> Khem Raj (4):
>   netplan: Depend on systemd if it is in distro
>   uim: Add patch to fix -fno-common link error
>   postfix: Upgrade to 3.4.10 and compile with -fcommon
>   safec: Update to latest on 3.5.1 release tags
>
> Leon Anavi (5):
>   python3-gmqtt: Upgrade to 0.6.5
>   python3-appdirs: Upgrade to 1.4.4
>   python3-pandas: Upgrade 1.0.1 -> 1.0.3
>   python3-parallax: Upgrade 1.0.5 -> 1.0.6
>   python3-openpyxl: Upgrade 2.6.3 -> 3.0.3
>
> Pierre-Jean Texier (3):
>   librsync: upgrade 2.3.0 -> 2.3.1
>   ser2net: fix upstream check URL
>   ser2net: upgrade 4.1.5 -> 4.1.8
>
> Trevor Gamblin (1):
>   python3-iso8601: add python3-numbers to RDEPENDS
>
> Wang Mingyu (4):
>   jansson: upgrade 2.12 -> 2.13.1
>   openldap: upgrade 2.4.49 -> 2.4.50
>   python3-pycparser: upgrade 2.19 -> 2.20
>   cryptsetup: upgrade 2.3.1 -> 2.3.2
>
> Yanfei Xu (1):
>   turbostat: fix the build failure for new v5.7-rc6 kernel
>
> Yi Zhao (1):
>   apache2: create log/run directory via pkg_postinst
>
> Zang Ruochen (2):
>   dnsmasq: upgrade 2.80 -> 2.81
>   fetchmail: upgrade 6.4.3 -> 6.4.4
>
> Zheng Ruoqin (3):
>   dstat: Fix runtime error that depend python.
>   kea: upgrade 1.7.6 -> 1.7.7
>   libqmi: upgrade 1.24.8 -> 1.24.12
>
>  .../{gexiv2_0.12.0.bb => gexiv2_0.12.1.bb}|  4 +-
>  .../tremor/tremor_20180319.bb |  2 +-
>  .../kea/{kea_1.7.6.bb => kea_1.7.7.bb}|  4 +-
>  .../netplan/netplan_0.98.bb   |  3 +-
>  ...ure-with-glibc-2.30-due-to-dropped-R.patch | 37 ---
>  .../{postfix_3.4.8.bb => postfix_3.4.12.bb}   |  5 +-
>  ...nsmasq-fix-build-against-5.2-headers.patch | 31 --
>  ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49 -
>  .../recipes-support/dnsmasq/dnsmasq_2.80.bb   | 10 --
>  .../recipes-support/dnsmasq/dnsmasq_2.81.bb   |  8 ++
>  ...{fetchmail_6.4.3.bb => fetchmail_6.4.4.bb} |  4 +-
>  .../{libqmi_1.24.8.bb => libqmi_1.24.12.bb}   |  3 +-
>  .../{ser2net_4.1.5.bb => ser2net_4.1.8.bb}|  5 +-
>  ...r-Use-_ISOC11_SOURCE-only-with-glibc.patch | 30 --
>  .../safec/{safec_3.5.bb => safec_3.5.1.bb}|  8 +-
>  ...ryptsetup_2.3.1.bb => cryptsetup_2.3.2.bb} |  4 +-
>  ...latize-basic_json-ctor-from-json_ref.patch | 99 +++
>  .../nlohmann-json/0001-typo-fix.patch | 43 
>  .../nlohmann-json/nlohmann-json_3.7.3.bb  |  5 +-
>  .../{jansson_2.12.bb => jansson_2.13.1.bb}|  6 +-
>  .../recipes-kernel/turbostat/turbostat_3.4.bb | 20 +++-
>  .../dstat/0001-change-dstat-to-python3.patch  | 89 +
>  meta-oe/recipes-support/dstat/dstat_0.7.4.bb  |  4 +-
>  .../{librsync_2.3.0.bb => librsync_2.3.1.bb}  |  2 +-
>  ...{openldap_2.4.49.bb => openldap_2.4.50.bb} |  4 +-
>  .../uim/uim/JMP_BUF_GC_jmp_buf.patch  | 15 +++
>  meta-oe/recipes-support/uim/uim_1.8.8.bb  |  1 +
>  .../unicode-ucd/files/license.html| 98 ++
>  .../unicode-ucd/unicode-ucd_12.1.0.bb |  7 +-
>  .../python/python-iso8601.inc |  1 +
>  .../python/python-periphery.inc   |  2 +
>  ...dirs_1.4.3.bb => python3-appdirs_1.4.4.bb} |  4 +-
>  ...-gmqtt_0.6.2.bb => python3-gmqtt_0.6.5.bb} |  4 +-
>  .../python/python3-jinja2_2.11.1.bb   |  4 -
>  ...on-jinja2.inc => python3-jinja2_2.11.2.bb} | 40 +---
>  ...yxl_2.6.3.bb => python3-openpyxl_3.0.3.bb} |  6 +-
>  .../python/python3-pandas_1.0.1.bb|  2 -
>  ...hon-pandas.inc => python3-pandas_1.0.3.bb} |  6 +-
>  ...lax_1.0.5.bb => python3-parallax_1.0.6.bb} |  4 +-
>  ...rser_2.19.bb => python3-pycparser_2.20.bb} |  4 +-
>  .../recipes-httpd/apache2/apache2_2.4.43.bb   | 18 
>  .../apache2/files/apache2-volatile.conf   |  2 +
>  .../apache2/files/apache2.service |  4 -
>  .../recipes-httpd/apache2/files/init  |  5 -
>  .../apache2/files/volatiles.04_apache2|  3 +
>  .../{catfish_1.4.11.bb

Re: [oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-09 Thread Ross Burton
Also I guess you should mention that this is basically copied from
meta-intel, and talk about how to handle duplicate recipes.

Ross

On Tue, 9 Jun 2020 at 15:30, Arthur She  wrote:
>
> igt-gpu-tools is a collection of tools for development and testing of the DRM
> drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools)
>
> Signed-off-by: Arthur She 
> ---
>  .../igt-gpu-tools/igt-gpu-tools_git.bb| 46 +++
>  1 file changed, 46 insertions(+)
>  create mode 100644 
> meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
>
> diff --git a/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb 
> b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> new file mode 100644
> index 0..761df1cbb
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> @@ -0,0 +1,46 @@
> +SUMMARY = "IGT GPU Tools"
> +DESCRIPTION = "IGT GPU Tools is a collection of tools for development and 
> testing of the DRM drivers"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
> +
> +LICENSE_append = " & ISC"
> +
> +inherit meson gtk-doc
> +
> +SRCREV = "${AUTOREV}"
> +
> +SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
> +
> +S = "${WORKDIR}/git"
> +
> +DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod 
> openssl xmlrpc-c gsl elfutils alsa-lib json-c bison-native"
> +RDEPENDS_${PN} += "bash python3-mako python3-six git net-snmp"
> +
> +PACKAGE_BEFORE_PN = "${PN}-benchmarks"
> +
> +EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dchamelium=enabled"
> +COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
> +COMPATIBLE_HOST_libc-musl_class-target = "null"
> +
> +gputools_sysroot_preprocess() {
> +   rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
> +}
> +SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
> +
> +do_install_append() {
> +install -d ${D}/usr/share/${BPN}/scripts
> +install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
> +install -d ${D}/usr/share/${BPN}/runner
> +install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
> +install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
> +}
> +
> +FILES_${PN} += "\
> +${libexecdir}/${BPN}/*\
> +${libdir}/intel_aubdump.so \
> +${datadir}/${BPN}/1080p-right.png \
> +${datadir}/${BPN}/1080p-left.png \
> +${datadir}/${BPN}/pass.png \
> +${datadir}/${BPN}/test-list.txt \
> +${libexecdir}/${BPN}/benchmarks \
> +"
> --
> 2.25.1
>
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84918): 
https://lists.openembedded.org/g/openembedded-devel/message/84918
Mute This Topic: https://lists.openembedded.org/mt/74775294/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-09 Thread Ross Burton
On Tue, 9 Jun 2020 at 15:30, Arthur She  wrote:
> +SRCREV = "${AUTOREV}"

No.

Either use a release tag, of if you really need git HEAD then use a
specific SHA instead of autorev.

AUTOREV means a network operation on every parse, and reproducible
builds become impossible.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84917): 
https://lists.openembedded.org/g/openembedded-devel/message/84917
Mute This Topic: https://lists.openembedded.org/mt/74775294/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig

2020-06-09 Thread Fabio Berton
libxtst-native it's needed to build openjdk-8-native.

Signed-off-by: Fabio Berton 
---
 recipes-core/openjdk/openjdk-8-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-8-native.inc 
b/recipes-core/openjdk/openjdk-8-native.inc
index 321a43d..f6d617a 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -8,8 +8,8 @@ DEPENDS = "\
 "
 
 PACKAGECONFIG ??= "gif jpeg png zlib"
-PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native 
libxext-native libxrender-native"
 PACKAGECONFIG[cups] = "--with-cups,,cups"
+PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native 
libxext-native libxrender-native libxtst-native"
 PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
 PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
 PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84915): 
https://lists.openembedded.org/g/openembedded-devel/message/84915
Mute This Topic: https://lists.openembedded.org/mt/74775905/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig

2020-06-09 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-core/openjdk/openjdk-8-native.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/openjdk/openjdk-8-native.inc 
b/recipes-core/openjdk/openjdk-8-native.inc
index f6d617a..24b6f20 100644
--- a/recipes-core/openjdk/openjdk-8-native.inc
+++ b/recipes-core/openjdk/openjdk-8-native.inc
@@ -8,8 +8,8 @@ DEPENDS = "\
 "
 
 PACKAGECONFIG ??= "gif jpeg png zlib"
-PACKAGECONFIG[cups] = "--with-cups,,cups"
 PACKAGECONFIG[x11] = "--with-x,,libx11-native xorgproto-native libxt-native 
libxext-native libxrender-native libxtst-native"
+PACKAGECONFIG[cups] = "--with-cups,,cups-native"
 PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
 PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib-native"
 PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
-- 
2.26.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84916): 
https://lists.openembedded.org/g/openembedded-devel/message/84916
Mute This Topic: https://lists.openembedded.org/mt/74775906/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-09 Thread Arthur She
igt-gpu-tools is a collection of tools for development and testing of the DRM
drivers. (https://gitlab.freedesktop.org/drm/igt-gpu-tools)

Signed-off-by: Arthur She 
---
 .../igt-gpu-tools/igt-gpu-tools_git.bb| 46 +++
 1 file changed, 46 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb

diff --git a/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb 
b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
new file mode 100644
index 0..761df1cbb
--- /dev/null
+++ b/meta-oe/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
@@ -0,0 +1,46 @@
+SUMMARY = "IGT GPU Tools"
+DESCRIPTION = "IGT GPU Tools is a collection of tools for development and 
testing of the DRM drivers"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08"
+
+LICENSE_append = " & ISC"
+
+inherit meson gtk-doc
+
+SRCREV = "${AUTOREV}"
+
+SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
+
+S = "${WORKDIR}/git"
+
+DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod 
openssl xmlrpc-c gsl elfutils alsa-lib json-c bison-native"
+RDEPENDS_${PN} += "bash python3-mako python3-six git net-snmp"
+
+PACKAGE_BEFORE_PN = "${PN}-benchmarks"
+
+EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dchamelium=enabled"
+COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux"
+COMPATIBLE_HOST_libc-musl_class-target = "null"
+
+gputools_sysroot_preprocess() {
+   rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
+}
+SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess"
+
+do_install_append() {
+install -d ${D}/usr/share/${BPN}/scripts
+install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts
+install -d ${D}/usr/share/${BPN}/runner
+install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
+install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
+}
+
+FILES_${PN} += "\
+${libexecdir}/${BPN}/*\
+${libdir}/intel_aubdump.so \
+${datadir}/${BPN}/1080p-right.png \
+${datadir}/${BPN}/1080p-left.png \
+${datadir}/${BPN}/pass.png \
+${datadir}/${BPN}/test-list.txt \
+${libexecdir}/${BPN}/benchmarks \
+"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84914): 
https://lists.openembedded.org/g/openembedded-devel/message/84914
Mute This Topic: https://lists.openembedded.org/mt/74775294/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 2/3] python3-bitarray: Upgrade 1.2.1 -> 1.2.2

2020-06-09 Thread Leon Anavi
Upgrade to release 1.2.2. Change license checksum because of the
updated metadata stored in PKG-INFO. The license remains PSF.

Signed-off-by: Leon Anavi 
---
 .../recipes-devtools/python/python3-bitarray_1.2.1.bb | 11 ---
 .../recipes-devtools/python/python3-bitarray_1.2.2.bb | 11 +++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-bitarray_1.2.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb
deleted file mode 100644
index 2bf2937d1..0
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.2.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
-HOMEPAGE = "https://github.com/ilanschnell/bitarray";
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dc301a25ebe210dcc53b0a2d5a038eae"
-
-SRC_URI[md5sum] = "a46bf869f6adf34f5b0dc82b469793b7"
-SRC_URI[sha256sum] = 
"2ed675f460bb0d3d66fd8042a6f1f0d36cf213e52e72a745283ddb245da7b9cf"
-
-inherit setuptools3 pypi
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.2.2.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_1.2.2.bb
new file mode 100644
index 0..c495738c4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.2.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
+HOMEPAGE = "https://github.com/ilanschnell/bitarray";
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d331e1d54f5e78247388f5416c2ab928"
+
+SRC_URI[md5sum] = "81c48852b0bc538ac3ed25fae020360c"
+SRC_URI[sha256sum] = 
"27a69ffcee3b868abab3ce8b17c69e02b63e722d4d64ffd91d659f81e9984954"
+
+inherit setuptools3 pypi
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84912): 
https://lists.openembedded.org/g/openembedded-devel/message/84912
Mute This Topic: https://lists.openembedded.org/mt/74774157/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 1.9.4 -> 2.0.1

2020-06-09 Thread Leon Anavi
Upgrade to release 2.0.1.

Signed-off-by: Leon Anavi 
---
 ...{python3-soupsieve_1.9.4.bb => python3-soupsieve_2.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-soupsieve_1.9.4.bb => 
python3-soupsieve_2.0.1.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb 
b/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
rename to meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
index df69e007f..aa087c920 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_1.9.4.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
 
-SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
-SRC_URI[sha256sum] = 
"605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
+SRC_URI[md5sum] = "62a7481c7dbf6d8cc21e4e3a79c72034"
+SRC_URI[sha256sum] = 
"a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84913): 
https://lists.openembedded.org/g/openembedded-devel/message/84913
Mute This Topic: https://lists.openembedded.org/mt/74774158/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 1/3] python3-beautifulsoup4: Upgrade 4.8.2 -> 4.9.1

2020-06-09 Thread Leon Anavi
Upgrade to release 4.9.1.

Signed-off-by: Leon Anavi 
---
 ...eautifulsoup4_4.8.2.bb => python3-beautifulsoup4_4.9.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-beautifulsoup4_4.8.2.bb => 
python3-beautifulsoup4_4.9.1.bb} (71%)

diff --git 
a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.8.2.bb 
b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.1.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.8.2.bb
rename to meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.1.bb
index 63fbd0958..910de12f8 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.1.bb
@@ -3,8 +3,8 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=f2d38d8a40bf73fd4b3d16ca2e5882d1"
 
-SRC_URI[md5sum] = "5dbdb56c009e4632bae7bed1b385804b"
-SRC_URI[sha256sum] = 
"05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a"
+SRC_URI[md5sum] = "57502b5b34ccfd97b180260071f5799a"
+SRC_URI[sha256sum] = 
"73cc4d115b96f79c7d77c1c7f7a0a8d4c57860d1041df407dd1aae7f07a77fd7"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84911): 
https://lists.openembedded.org/g/openembedded-devel/message/84911
Mute This Topic: https://lists.openembedded.org/mt/74774156/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 4/4] mscgen: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
msgcgen is often used together with doxygen (which is already available
for native/nativesdk).

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb 
b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
index 276ad201f..49899edd7 100644
--- a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
+++ b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
@@ -16,3 +16,5 @@ inherit autotools gettext
 do_configure_prepend() {
sed -i 
"s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config],
 ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84909): 
https://lists.openembedded.org/g/openembedded-devel/message/84909
Mute This Topic: https://lists.openembedded.org/mt/74773257/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [meta-oe][PATCH 2/4] ttf-dejavu: Extend for native and nativesdk

2020-06-09 Thread Andreas Müller
On Tue, Jun 9, 2020 at 3:06 PM Christian Eggers  wrote:
>
> When using doxygen together with the "dot" tool (graphviz package), a
> ttf font package is additionally required.
>
> Probably this change could also be moved to ttf.inc.
Extend an allarch recipe to native - sounds odd to me...

Andreas
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84910): 
https://lists.openembedded.org/g/openembedded-devel/message/84910
Mute This Topic: https://lists.openembedded.org/mt/74773255/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 0/4] Extend graphviz and mscgen for nativesdk

2020-06-09 Thread Christian Eggers
doxygen (which is already available for native/nativesdk), is often used
together with the 'dot' tool (graphviz package) and mscgen.



 
[http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg] 


Get all the latest information from www.arri.com, 
Facebook, 
Twitter, Instagram 
and YouTube.

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: 
HRA 57918
Persönlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: 
HRB 54477
Geschäftsführer: Dr. Michael Neuhäuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84905): 
https://lists.openembedded.org/g/openembedded-devel/message/84905
Mute This Topic: https://lists.openembedded.org/mt/74769759/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 3/4] gd: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
gd is required for msgcgen which is often used together with doxygen.

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-support/gd/gd_2.3.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gd/gd_2.3.0.bb 
b/meta-oe/recipes-support/gd/gd_2.3.0.bb
index eec8a05ae..554e07fd3 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.0.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.0.bb
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
 
 DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
 
-do_install_append() {
+do_install_append_class-target() {
 # cleanup buildpaths from gdlib.pc
 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
 }
@@ -50,3 +50,5 @@ RPROVIDES_${PN}-tools = "${PN}-tools"
 RDEPENDS_${PN}-tools = "perl perl-module-strict"
 
 CVE_PRODUCT = "libgd"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84908): 
https://lists.openembedded.org/g/openembedded-devel/message/84908
Mute This Topic: https://lists.openembedded.org/mt/74773256/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 1/4] graphviz: Extend for nativesdk

2020-06-09 Thread Christian Eggers
The "dot" tool is often used together with doxygen which is already
available for nativesdk.

Cross compiling graphviz for nativesdk looks quite similar as building
for target. At installation time of the SDK, "dot -c" must be called in
order to create /usr/lib/graphviz/config6.

Signed-off-by: Christian Eggers 
---
 .../graphviz/graphviz/graphviz-setup.sh   |  6 +
 .../graphviz/graphviz_2.40.1.bb   | 24 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh

diff --git a/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh 
b/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh
new file mode 100644
index 0..df0be9e3e
--- /dev/null
+++ b/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Setting up graphviz..."
+
+# Create /usr/lib/graphviz/config6
+$OECORE_NATIVE_SYSROOT/usr/bin/dot -c
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb 
b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
index 12ecb9909..aa5c0c820 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
@@ -16,6 +16,7 @@ DEPENDS = " \
 freetype \
 "
 DEPENDS_append_class-target = " ${BPN}-native"
+DEPENDS_append_class-nativesdk = " ${BPN}-native"
 
 inherit autotools-brokensep pkgconfig gettext
 
@@ -33,6 +34,10 @@ SRC_URI_append_class-target = "\
file://0001-Use-native-mkdefs.patch \
file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch 
\
 "
+SRC_URI_append_class-nativesdk = "\
+   file://0001-Use-native-mkdefs.patch \
+   file://graphviz-setup.sh \
+"
 SRC_URI[md5sum] = "2acf30ca8e6cc8b001b0334db65fd072"
 SRC_URI[sha256sum] = 
"e6c3f8dbfde1c4523055403927bef29f97f9fc12715c1042b5dcf648a2c1c62a"
 
@@ -47,7 +52,17 @@ EXTRA_OECONF_class-target = "\
 --disable-r \
 --disable-sharp \
 "
+EXTRA_OECONF_class-nativesdk = "\
+--with-expatincludedir=${STAGING_INCDIR} \ 
+--with-expatlibdir=${STAGING_LIBDIR} \
+--without-included-ltdl \
+--disable-java \
+--disable-tcl \
+--disable-r \
+--disable-sharp \
+"
 CFLAGS_append_class-target = " -D_typ_ssize_t=1 -D_long_double=1"
+CFLAGS_append_class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1"
 do_configure_prepend() {
 cd ${S}
 # create version.m4 and ignore libtoolize errors
@@ -59,6 +74,13 @@ do_install_append_class-native() {
 install -m755 ${B}/lib/gvpr/mkdefs ${D}${bindir}
 }
 
+do_install_append_class-nativesdk() {
+# graphviz-setup.sh must be executed at SDK installation
+install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d
+install -m 0755 ${WORKDIR}/graphviz-setup.sh 
${D}${SDKPATHNATIVE}/post-relocate-setup.d
+}
+FILES_${PN}_class-nativesdk += "${SDKPATHNATIVE}"
+
 PACKAGES =+ "${PN}-python ${PN}-perl ${PN}-demo"
 
 FILES_${PN}-python += "${libdir}/python*/site-packages/ 
${libdir}/graphviz/python/"
@@ -74,4 +96,4 @@ INSANE_SKIP_${PN}-python = "dev-so"
 
 FILES_SOLIBSDEV_append = " ${libdir}/graphviz/lib*${SOLIBSDEV}"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84906): 
https://lists.openembedded.org/g/openembedded-devel/message/84906
Mute This Topic: https://lists.openembedded.org/mt/74773254/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 2/4] ttf-dejavu: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
When using doxygen together with the "dot" tool (graphviz package), a
ttf font package is additionally required.

Probably this change could also be moved to ttf.inc.

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb 
b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
index f74e5ce6c..03f30bf4a 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
@@ -45,3 +45,9 @@ FILES_${PN}-common  = "${sysconfdir}"
 
 SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c"
 SRC_URI[sha256sum] = 
"fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
+
+BBCLASSEXTEND = "native nativesdk"
+
+# Allow installation of fonts into recipe-sysroot-native
+SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts"
+
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84907): 
https://lists.openembedded.org/g/openembedded-devel/message/84907
Mute This Topic: https://lists.openembedded.org/mt/74773255/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 2/2] python3-twine: Upgrade 1.13.0 -> 3.1.1

2020-06-09 Thread Leon Anavi
Upgrade to release 3.1.1. Fix homepage, summary and license which
is Apache-2.0. It seems that previously there was a mismatch and
this information was referencing python six package, not twine.

Signed-off-by: Leon Anavi 
---
 .../python/python3-twine_1.13.0.bb| 11 ---
 .../python/python3-twine_3.1.1.bb | 15 +++
 2 files changed, 15 insertions(+), 11 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-twine_1.13.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-twine_3.1.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-twine_1.13.0.bb 
b/meta-python/recipes-devtools/python/python3-twine_1.13.0.bb
deleted file mode 100644
index f5cc70f98..0
--- a/meta-python/recipes-devtools/python/python3-twine_1.13.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "Six is a Python 2 and 3 compatibility library"
-HOMEPAGE = "https://github.com/benjaminp/six";
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.rst;md5=3963bdcee7562bedae1effa09e7542b2"
-
-SRC_URI[md5sum] = "6fb4da0c7d81ddfd48f619b8caa1493c"
-SRC_URI[sha256sum] = 
"d6c29c933ecfc74e9b1d9fa13aa1f87c5d5770e119f5a4ce032092f0ff5b14dc"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-twine_3.1.1.bb 
b/meta-python/recipes-devtools/python/python3-twine_3.1.1.bb
new file mode 100644
index 0..31b55302a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-twine_3.1.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Utilities for interacting with PyPI"
+HOMEPAGE = "https://twine.readthedocs.io/";
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3d1106b253a8d50dd82a4202a045b4c"
+
+SRC_URI[md5sum] = "faf033a3458de37df6cdecceb6da2c2b"
+SRC_URI[sha256sum] = 
"d561a5e511f70275e5a485a6275ff61851c16ffcb3a95a602189161112d9f160"
+
+inherit pypi setuptools3
+
+DEPENDS += "\
+${PYTHON_PN}-setuptools-scm-native \
+"
+
+BBCLASSEXTEND = "native"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84904): 
https://lists.openembedded.org/g/openembedded-devel/message/84904
Mute This Topic: https://lists.openembedded.org/mt/74773098/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 1/2] python3-wcwidth: Upgrade 0.1.8 -> 0.2.4

2020-06-09 Thread Leon Anavi
Upgrade to release 0.2.4. The license file has been renamed but
the source code remains avaiable under MIT. Add a description
and a homepage.

Signed-off-by: Leon Anavi 
---
 .../recipes-devtools/python/python3-wcwidth_0.1.8.bb | 10 --
 .../recipes-devtools/python/python3-wcwidth_0.2.4.bb | 12 
 2 files changed, 12 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb 
b/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb
deleted file mode 100644
index f9f6474ad..0
--- a/meta-python/recipes-devtools/python/python3-wcwidth_0.1.8.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Library for building powerful interactive command lines in Python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11fba47286258744a6bc6e43530c32a1"
-
-SRC_URI[md5sum] = "dc6677d099e6f49c0f6fbc310de261e9"
-SRC_URI[sha256sum] = 
"f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.2.4.bb 
b/meta-python/recipes-devtools/python/python3-wcwidth_0.2.4.bb
new file mode 100644
index 0..48ff37654
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-wcwidth_0.2.4.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Library for building powerful interactive command lines in Python"
+DESCRIPTION = "Measures the displayed width of unicode strings in a terminal"
+HOMEPAGE = "https://github.com/jquast/wcwidth";
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b15979c39a2543892fca8cd86b4b52cb"
+
+SRC_URI[md5sum] = "5e6cd8cd008a7ad2c2578ac49a9d87a1"
+SRC_URI[sha256sum] = 
"8c6b5b6ee1360b842645f336d9e5d68c55817c26d3050f46b235ef2bc650e48f"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84903): 
https://lists.openembedded.org/g/openembedded-devel/message/84903
Mute This Topic: https://lists.openembedded.org/mt/74773097/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 6/6] python3-wheel: Upgrade 0.33.6 -> 0.34.2

2020-06-09 Thread Leon Anavi
Upgrade to release 0.34.2 and inherit pypi.

Signed-off-by: Leon Anavi 
---
 .../{python3-wheel_0.33.6.bb => python3-wheel_0.34.2.bb} | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-wheel_0.33.6.bb => 
python3-wheel_0.34.2.bb} (60%)

diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb 
b/meta-python/recipes-devtools/python/python3-wheel_0.34.2.bb
similarity index 60%
rename from meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
rename to meta-python/recipes-devtools/python/python3-wheel_0.34.2.bb
index 025b2eea9..8633a4fc9 100644
--- a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
+++ b/meta-python/recipes-devtools/python/python3-wheel_0.34.2.bb
@@ -4,13 +4,10 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752"
 
-SRC_URI = "git://github.com/pypa/wheel.git"
-SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0"
+SRC_URI[md5sum] = "ce2a27f99c130a927237b5da1ff5ceaf"
+SRC_URI[sha256sum] = 
"8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96"
 
-
-inherit setuptools3
-
-S = "${WORKDIR}/git"
+inherit pypi setuptools3
 
 BBCLASSEXTEND = "native"
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84902): 
https://lists.openembedded.org/g/openembedded-devel/message/84902
Mute This Topic: https://lists.openembedded.org/mt/74771669/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 3/6] python3-waitress: Upgrade 1.4.3 -> 1.4.4

2020-06-09 Thread Leon Anavi
Upgrade to release 1.4.4.

Signed-off-by: Leon Anavi 
---
 .../{python3-waitress_1.4.3.bb => python3-waitress_1.4.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-waitress_1.4.3.bb => 
python3-waitress_1.4.4.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.4.3.bb 
b/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-waitress_1.4.3.bb
rename to meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
index 8ac3e928e..3e207de4f 100644
--- a/meta-python/recipes-devtools/python/python3-waitress_1.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
 LICENSE = "ZPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
 
-SRC_URI[md5sum] = "4bffad7009d3824ae61ea6c0696e45f6"
-SRC_URI[sha256sum] = 
"045b3efc3d97c93362173ab1dfc159b52cfa22b46c3334ffc805dbdbf0e4309e"
+SRC_URI[md5sum] = "079c3c4902b1cb5d0a917276ee70f1df"
+SRC_URI[sha256sum] = 
"1bb436508a7487ac6cb097ae7a7fe5413aefca610550baf58f0940e51ecfb261"
 
 inherit setuptools3 pypi
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84899): 
https://lists.openembedded.org/g/openembedded-devel/message/84899
Mute This Topic: https://lists.openembedded.org/mt/74771665/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 5/6] python3-ujson: Upgrade 2.0.3 -> 3.0.0

2020-06-09 Thread Leon Anavi
Upgrade to release 3.0.0.

Signed-off-by: Leon Anavi 
---
 .../python/{python3-ujson_2.0.3.bb => python3-ujson_3.0.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ujson_2.0.3.bb => 
python3-ujson_3.0.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-ujson_2.0.3.bb 
b/meta-python/recipes-devtools/python/python3-ujson_3.0.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-ujson_2.0.3.bb
rename to meta-python/recipes-devtools/python/python3-ujson_3.0.0.bb
index be3dc8e64..352aedcf9 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_3.0.0.bb
@@ -4,8 +4,8 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and 
decoder written in pu
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe"
 
-SRC_URI[md5sum] = "80d288c186dd02579e1561494b45aa41"
-SRC_URI[sha256sum] = 
"bd2deffc983827510e5145fb66e4cc0f577480c62fe0b4882139f8f7d27ae9a3"
+SRC_URI[md5sum] = "1c13a485776a2a0dfa1795d101bb3d57"
+SRC_URI[sha256sum] = 
"e0199849d61cc6418f94d52a314c6a27524d65e82174d2a043fb718f73d1520d"
 
 inherit pypi ptest setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84901): 
https://lists.openembedded.org/g/openembedded-devel/message/84901
Mute This Topic: https://lists.openembedded.org/mt/74771668/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 4/6] python3-urllib3: Upgrade 1.25.7 -> 1.25.9

2020-06-09 Thread Leon Anavi
Upgrade to release 1.25.9.

Signed-off-by: Leon Anavi 
---
 .../{python3-urllib3_1.25.7.bb => python3-urllib3_1.25.9.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-urllib3_1.25.7.bb => 
python3-urllib3_1.25.9.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb 
b/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb
rename to meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
index 34c15b6c2..8cbc1f9f9 100644
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.7.bb
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.25.9.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/shazow/urllib3";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e"
 
-SRC_URI[md5sum] = "85e1e3925f8c1095172bff343f3312ed"
-SRC_URI[sha256sum] = 
"f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745"
+SRC_URI[md5sum] = "dbf9b868b90880b24b1ac278094e912e"
+SRC_URI[sha256sum] = 
"3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84900): 
https://lists.openembedded.org/g/openembedded-devel/message/84900
Mute This Topic: https://lists.openembedded.org/mt/74771667/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 2/6] python3-tornado: Upgrade 6.0.3 -> 6.0.4

2020-06-09 Thread Leon Anavi
Upgrade to release 6.0.4. Update the checksum of the LICENCE file
although the license hasn't been changed and remains Apache
Software License 2.0.

Signed-off-by: Leon Anavi 
---
 .../{python3-tornado_6.0.3.bb => python3-tornado_6.0.4.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-tornado_6.0.3.bb => 
python3-tornado_6.0.4.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb 
b/meta-python/recipes-devtools/python/python3-tornado_6.0.4.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb
rename to meta-python/recipes-devtools/python/python3-tornado_6.0.4.bb
index 04f6314d0..db6b56744 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.0.4.bb
@@ -4,10 +4,10 @@ By using non-blocking network I/O, Tornado can scale to tens 
of thousands of ope
 polling, WebSockets, and other applications that require a long-lived 
connection to each user."
 HOMEPAGE = "http://www.tornadoweb.org/en/stable/";
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
 
-SRC_URI[md5sum] = "cab4b11480f6d032e46465586192d343"
-SRC_URI[sha256sum] = 
"c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9"
+SRC_URI[md5sum] = "cf39425f3d7eba9a54287f3e795a2f23"
+SRC_URI[sha256sum] = 
"0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84898): 
https://lists.openembedded.org/g/openembedded-devel/message/84898
Mute This Topic: https://lists.openembedded.org/mt/74771664/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 1/6] python3-tornado: Consolidate in a single file

2020-06-09 Thread Leon Anavi
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi 
---
 .../python/python-tornado.inc | 25 
 .../python/python3-tornado_6.0.3.bb   | 29 ---
 2 files changed, 25 insertions(+), 29 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-tornado.inc

diff --git a/meta-python/recipes-devtools/python/python-tornado.inc 
b/meta-python/recipes-devtools/python/python-tornado.inc
deleted file mode 100644
index 7cb61931a..0
--- a/meta-python/recipes-devtools/python/python-tornado.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY  = "Tornado is an open source version of the scalable, non-blocking 
web server and tools that power FriendFeed."
-DESCRIPTION = "Tornado is a Python web framework and asynchronous networking 
library, originally developed at FriendFeed. \
-By using non-blocking network I/O, Tornado can scale to tens of thousands of 
open connections, making it ideal for long \
-polling, WebSockets, and other applications that require a long-lived 
connection to each user."
-HOMEPAGE = "http://www.tornadoweb.org/en/stable/";
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-
-SRC_URI[md5sum] = "cab4b11480f6d032e46465586192d343"
-SRC_URI[sha256sum] = 
"c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers 
${PYTHON_PN}-email \
-   ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json 
${PYTHON_PN}-certifi ${PYTHON_PN}-threading \
-   ${PYTHON_PN}-ctypes"
-
-RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest"
-
-PACKAGES =+ "\
-${PN}-test \
-"
-
-FILES_${PN}-test = " \
-${libdir}/${PYTHON_DIR}/site-packages/*/test \
-${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \
-"
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb 
b/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb
index 77c9fb516..04f6314d0 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.0.3.bb
@@ -1,7 +1,28 @@
+SUMMARY  = "Tornado is an open source version of the scalable, non-blocking 
web server and tools that power FriendFeed."
+DESCRIPTION = "Tornado is a Python web framework and asynchronous networking 
library, originally developed at FriendFeed. \
+By using non-blocking network I/O, Tornado can scale to tens of thousands of 
open connections, making it ideal for long \
+polling, WebSockets, and other applications that require a long-lived 
connection to each user."
+HOMEPAGE = "http://www.tornadoweb.org/en/stable/";
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "cab4b11480f6d032e46465586192d343"
+SRC_URI[sha256sum] = 
"c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9"
+
 inherit pypi setuptools3
-require python-tornado.inc
 
 # Requires _compression which is currently located in misc
-RDEPENDS_${PN} += "\
-${PYTHON_PN}-misc \
-"
+RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers 
${PYTHON_PN}-email \
+   ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json 
${PYTHON_PN}-certifi ${PYTHON_PN}-threading \
+   ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc"
+
+RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest"
+
+PACKAGES =+ "\
+${PN}-test \
+"
+
+FILES_${PN}-test = " \
+${libdir}/${PYTHON_DIR}/site-packages/*/test \
+${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \
+"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84897): 
https://lists.openembedded.org/g/openembedded-devel/message/84897
Mute This Topic: https://lists.openembedded.org/mt/74771662/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe] [PATCH] mm-common: upgrade 1.0..0 -> 1.0.1

2020-06-09 Thread zangrc
Signed-off-by: Zang Ruochen 
---
 .../mm-common/{mm-common_1.0.0.bb => mm-common_1.0.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/mm-common/{mm-common_1.0.0.bb => 
mm-common_1.0.1.bb} (66%)

diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb 
b/meta-oe/recipes-core/mm-common/mm-common_1.0.1.bb
similarity index 66%
rename from meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb
rename to meta-oe/recipes-core/mm-common/mm-common_1.0.1.bb
index c7d1f2b73..64b58db54 100644
--- a/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb
+++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.1.bb
@@ -6,8 +6,8 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase
 
-SRC_URI[archive.md5sum] = "9087b8612d75cbc1fad0c99e15c2a718"
-SRC_URI[archive.sha256sum] = 
"b97d9b041e5952486cab620b44ab09f6013a478f43b6699ae899b8a4da189cd4"
+SRC_URI[archive.md5sum] = "5b5a589f648bd83bfa6291081ebf5864"
+SRC_URI[archive.sha256sum] = 
"28a2d775afbf05c5c957b24b220ed6e9b2023179b98ecde471d89e9754ea5ac9"
 SRC_URI += 
"file://0001-meson.build-do-not-ask-for-python-installation-versi.patch"
 
 BBCLASSEXTEND = "native"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84896): 
https://lists.openembedded.org/g/openembedded-devel/message/84896
Mute This Topic: https://lists.openembedded.org/mt/74770773/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python] [PATCH] python3-inflection: upgrade 0.3.1 -> 0.5.0

2020-06-09 Thread zhengruoqin
-Enable ptest.

-Consolidate into a single file.

-License-Update: Copyright year updated to 2020.

Signed-off-by: Zheng Ruoqin 
---
 .../python/python-inflection.inc  | 14 --
 .../python/python3-inflection/run-ptest   |  4 +++
 .../python/python3-inflection_0.3.1.bb|  2 --
 .../python/python3-inflection_0.5.0.bb| 27 +++
 4 files changed, 31 insertions(+), 16 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-inflection.inc
 create mode 100644 
meta-python/recipes-devtools/python/python3-inflection/run-ptest
 delete mode 100644 
meta-python/recipes-devtools/python/python3-inflection_0.3.1.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb

diff --git a/meta-python/recipes-devtools/python/python-inflection.inc 
b/meta-python/recipes-devtools/python/python-inflection.inc
deleted file mode 100644
index 556b26820..0
--- a/meta-python/recipes-devtools/python/python-inflection.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "A port of Ruby on Rails' inflection to Python."
-HOMEPAGE = "https://pypi.org/project/inflection";
-LICENSE = "MIT"
-SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=de7833d9c2ce0052a4073928c76a13d7"
-
-SRC_URI[md5sum] = "7941165e9f148e0520023941c0886b40"
-SRC_URI[sha256sum] = 
"18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-pytest"
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-inflection/run-ptest 
b/meta-python/recipes-devtools/python/python3-inflection/run-ptest
new file mode 100644
index 0..0caffb794
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-inflection/run-ptest
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pytest -o log_cli=true -o log_cli_level=INFO test_inflection.py | sed -e 
's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 
's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || 
$NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk 
'{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || 
$NF=="XPASS") {$NF="";print $0}else{print}}'
+
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.3.1.bb 
b/meta-python/recipes-devtools/python/python3-inflection_0.3.1.bb
deleted file mode 100644
index cc36a02a7..0
--- a/meta-python/recipes-devtools/python/python3-inflection_0.3.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-inflection.inc
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb 
b/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
new file mode 100644
index 0..0a3b7734c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.0.bb
@@ -0,0 +1,27 @@
+SUMMARY = "A port of Ruby on Rails' inflection to Python."
+HOMEPAGE = "https://pypi.org/project/inflection";
+LICENSE = "MIT"
+SECTION = "devel/python"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
+
+SRC_URI[md5sum] = "87b2ab6ffdd6e15aa31d109ce5ff10bb"
+SRC_URI[sha256sum] = 
"f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924"
+
+inherit pypi setuptools3 ptest
+
+SRC_URI +=" \
+   file://run-ptest \
+"
+
+RDEPENDS_${PN}_ptest +=" \
+   ${PYTHON_PN}_pytest \
+"
+
+do_install_ptest() {
+   cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/
+}
+
+
+RDEPENDS_${PN} += "${PYTHON_PN}-pytest"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84895): 
https://lists.openembedded.org/g/openembedded-devel/message/84895
Mute This Topic: https://lists.openembedded.org/mt/74770705/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-networking] [PATCH] nghttp2: upgrade 1.40.0 -> 1.41.0

2020-06-09 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../nghttp2/{nghttp2_1.40.0.bb => nghttp2_1.41.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/nghttp2/{nghttp2_1.40.0.bb => 
nghttp2_1.41.0.bb} (90%)

diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb 
b/meta-networking/recipes-support/nghttp2/nghttp2_1.41.0.bb
similarity index 90%
rename from meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb
rename to meta-networking/recipes-support/nghttp2/nghttp2_1.41.0.bb
index 9ed8c5642..29ab0b75a 100644
--- a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb
+++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.41.0.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
 
https://github.com/nghttp2/nghttp2/releases/download/v${PV}/nghttp2-${PV}.tar.xz
 \
 file://0001-fetch-ocsp-response-use-python3.patch \
 "
-SRC_URI[md5sum] = "8d1a6b96760254e4dd142d7176e8fb7c"
-SRC_URI[sha256sum] = 
"09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073"
+SRC_URI[md5sum] = "549db3507a7637b28ca467c7f3e9e023"
+SRC_URI[sha256sum] = 
"abc25b8dc601f5b3fefe084ce50fcbdc63e3385621bee0cbfa7b57f9ec3e67c2"
 
 inherit cmake manpages python3native
 PACKAGECONFIG[manpages] = ""
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84894): 
https://lists.openembedded.org/g/openembedded-devel/message/84894
Mute This Topic: https://lists.openembedded.org/mt/74770704/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 2/3] python3-oauthlib: Consolidate in a single file

2020-06-09 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Inherit pypi.

Signed-off-by: Leon Anavi 
---
 .../python/python-oauthlib.inc| 25 ---
 .../python/python3-oauthlib_2.0.6.bb  | 25 +--
 2 files changed, 23 insertions(+), 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-oauthlib.inc

diff --git a/meta-python/recipes-devtools/python/python-oauthlib.inc 
b/meta-python/recipes-devtools/python/python-oauthlib.inc
deleted file mode 100644
index fea071449..0
--- a/meta-python/recipes-devtools/python/python-oauthlib.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
-HOMEPAGE = "https://github.com/idan/oauthlib";
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
-
-SRC_URI = 
"https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754/oauthlib-${PV}.tar.gz";
-SRC_URI[md5sum] = "277a9a966cc8c72e492b4eeb41332445"
-SRC_URI[sha256sum] = 
"ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1"
-
-S = "${WORKDIR}/oauthlib-${PV}"
-
-# The following configs & dependencies are from setuptools extras_require.
-# These dependencies are optional, hence can be controlled via PACKAGECONFIG.
-# The upstream names may not correspond exactly to bitbake package names.
-#
-# Uncomment this line to enable all the optional features.
-#PACKAGECONFIG ?= "test signedtoken signals rsa"
-PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography 
${PYTHON_PN}-nose ${PYTHON_PN}-pyjwt"
-PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt"
-PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker"
-PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime 
${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient 
${PYTHON_PN}-unittest"
-
diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb 
b/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb
index da13b55d8..73fd30cb3 100644
--- a/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb
@@ -1,2 +1,23 @@
-inherit setuptools3
-require python-oauthlib.inc
+SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
+HOMEPAGE = "https://github.com/idan/oauthlib";
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
+
+SRC_URI[md5sum] = "277a9a966cc8c72e492b4eeb41332445"
+SRC_URI[sha256sum] = 
"ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1"
+
+inherit pypi setuptools3
+
+# The following configs & dependencies are from setuptools extras_require.
+# These dependencies are optional, hence can be controlled via PACKAGECONFIG.
+# The upstream names may not correspond exactly to bitbake package names.
+#
+# Uncomment this line to enable all the optional features.
+#PACKAGECONFIG ?= "test signedtoken signals rsa"
+PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography 
${PYTHON_PN}-nose ${PYTHON_PN}-pyjwt"
+PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt"
+PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker"
+PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime 
${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient 
${PYTHON_PN}-unittest"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84892): 
https://lists.openembedded.org/g/openembedded-devel/message/84892
Mute This Topic: https://lists.openembedded.org/mt/74770479/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 1/3] python3-evdev: Consolidate in a single file

2020-06-09 Thread Leon Anavi
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi 
---
 .../recipes-devtools/python/python-evdev.inc  | 25 ---
 .../python/python3-evdev_1.3.0.bb | 22 +++-
 2 files changed, 21 insertions(+), 26 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-evdev.inc

diff --git a/meta-python/recipes-devtools/python/python-evdev.inc 
b/meta-python/recipes-devtools/python/python-evdev.inc
deleted file mode 100644
index 5f5426aac..0
--- a/meta-python/recipes-devtools/python/python-evdev.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Python evdev lib"
-HOMEPAGE = "https://github.com/gvalkov/python-evdev";
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/python-evdev:"
-
-SRC_URI = "${PYPI_SRC_URI}"
-
-SRC_URI[md5sum] = "05f9e900d6e11e1674475d2dd2668f0d"
-SRC_URI[sha256sum] = 
"b1c649b4fed7252711011da235782b2c260b32e004058d62473471e5cd30634d"
-
-do_compile_prepend() {
-rm -rf ${S}/evdev/ecodes.c
-}
-
-DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers 
${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h"
-
-RDEPENDS_${PN} += "\
-${PYTHON_PN}-ctypes \
-${PYTHON_PN}-fcntl \
-${PYTHON_PN}-io \
-${PYTHON_PN}-shell \
-${PYTHON_PN}-stringold \
-"
diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.3.0.bb 
b/meta-python/recipes-devtools/python/python3-evdev_1.3.0.bb
index d87bf2fec..fe11049ad 100644
--- a/meta-python/recipes-devtools/python/python3-evdev_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-evdev_1.3.0.bb
@@ -1,3 +1,23 @@
+SUMMARY = "Python evdev lib"
+HOMEPAGE = "https://github.com/gvalkov/python-evdev";
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
+
+SRC_URI[md5sum] = "05f9e900d6e11e1674475d2dd2668f0d"
+SRC_URI[sha256sum] = 
"b1c649b4fed7252711011da235782b2c260b32e004058d62473471e5cd30634d"
+
 inherit pypi setuptools3
-require python-evdev.inc
 
+do_compile_prepend() {
+rm -rf ${S}/evdev/ecodes.c
+}
+
+DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers 
${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h"
+
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-ctypes \
+${PYTHON_PN}-fcntl \
+${PYTHON_PN}-io \
+${PYTHON_PN}-shell \
+${PYTHON_PN}-stringold \
+"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84891): 
https://lists.openembedded.org/g/openembedded-devel/message/84891
Mute This Topic: https://lists.openembedded.org/mt/74770478/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 3/3] python3-oauthlib: Upgrade 2.0.6 -> 3.1.0

2020-06-09 Thread Leon Anavi
Upgrade to release 3.1.0. The year in file LICENCE has been
updated therefore the checksum has been changed but it still
remains a BSD license.

Signed-off-by: Leon Anavi 
---
 ...{python3-oauthlib_2.0.6.bb => python3-oauthlib_3.1.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-oauthlib_2.0.6.bb => 
python3-oauthlib_3.1.0.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb 
b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb
rename to meta-python/recipes-devtools/python/python3-oauthlib_3.1.0.bb
index 73fd30cb3..fe27e8e50 100644
--- a/meta-python/recipes-devtools/python/python3-oauthlib_2.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "A generic, spec-compliant, thorough implementation 
of the OAuth reque
 HOMEPAGE = "https://github.com/idan/oauthlib";
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=abd2675e944a2011aed7e505290ba482"
 
-SRC_URI[md5sum] = "277a9a966cc8c72e492b4eeb41332445"
-SRC_URI[sha256sum] = 
"ce57b501e906ff4f614e71c36a3ab9eacbb96d35c24d1970d2539bbc3ec70ce1"
+SRC_URI[md5sum] = "43cb2b5bac983712ee55076b61181cc2"
+SRC_URI[sha256sum] = 
"bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84893): 
https://lists.openembedded.org/g/openembedded-devel/message/84893
Mute This Topic: https://lists.openembedded.org/mt/74770480/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 4/4] mscgen: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
msgcgen is often used together with doxygen (which is already available
for native/nativesdk).

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb 
b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
index 276ad201f..49899edd7 100644
--- a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
+++ b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb
@@ -16,3 +16,5 @@ inherit autotools gettext
 do_configure_prepend() {
sed -i 
"s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config],
 ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84890): 
https://lists.openembedded.org/g/openembedded-devel/message/84890
Mute This Topic: https://lists.openembedded.org/mt/74769763/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 3/4] gd: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
gd is required for msgcgen which is often used together with doxygen.

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-support/gd/gd_2.3.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gd/gd_2.3.0.bb 
b/meta-oe/recipes-support/gd/gd_2.3.0.bb
index eec8a05ae..554e07fd3 100644
--- a/meta-oe/recipes-support/gd/gd_2.3.0.bb
+++ b/meta-oe/recipes-support/gd/gd_2.3.0.bb
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
 
 DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
 
-do_install_append() {
+do_install_append_class-target() {
 # cleanup buildpaths from gdlib.pc
 sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc
 }
@@ -50,3 +50,5 @@ RPROVIDES_${PN}-tools = "${PN}-tools"
 RDEPENDS_${PN}-tools = "perl perl-module-strict"
 
 CVE_PRODUCT = "libgd"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84889): 
https://lists.openembedded.org/g/openembedded-devel/message/84889
Mute This Topic: https://lists.openembedded.org/mt/74769762/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 2/4] ttf-dejavu: Extend for native and nativesdk

2020-06-09 Thread Christian Eggers
When using doxygen together with the "dot" tool (graphviz package), a
ttf font package is additionally required.

Probably this change could also be moved to ttf.inc.

Signed-off-by: Christian Eggers 
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb 
b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
index f74e5ce6c..03f30bf4a 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb
@@ -45,3 +45,9 @@ FILES_${PN}-common  = "${sysconfdir}"
 
 SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c"
 SRC_URI[sha256sum] = 
"fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
+
+BBCLASSEXTEND = "native nativesdk"
+
+# Allow installation of fonts into recipe-sysroot-native
+SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts"
+
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84888): 
https://lists.openembedded.org/g/openembedded-devel/message/84888
Mute This Topic: https://lists.openembedded.org/mt/74769761/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 0/4] Extend graphviz and mscgen for nativesdk

2020-06-09 Thread Christian Eggers
doxygen (which is already available for native/nativesdk), is often used
together with the 'dot' tool (graphviz package) and mscgen.



 
[http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg] 


Get all the latest information from www.arri.com, 
Facebook, 
Twitter, Instagram 
and YouTube.

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: 
HRA 57918
Persönlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: 
HRB 54477
Geschäftsführer: Dr. Michael Neuhäuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84886): 
https://lists.openembedded.org/g/openembedded-devel/message/84886
Mute This Topic: https://lists.openembedded.org/mt/74769759/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 1/4] graphviz: Extend for nativesdk

2020-06-09 Thread Christian Eggers
The "dot" tool is often used together with doxygen which is already
available for nativesdk.

Cross compiling graphviz for nativesdk looks quite similar as building
for target. At installation time of the SDK, "dot -c" must be called in
order to create /usr/lib/graphviz/config6.

Signed-off-by: Christian Eggers 
---
 .../graphviz/graphviz/graphviz-setup.sh   |  6 +
 .../graphviz/graphviz_2.40.1.bb   | 24 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh

diff --git a/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh 
b/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh
new file mode 100644
index 0..df0be9e3e
--- /dev/null
+++ b/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Setting up graphviz..."
+
+# Create /usr/lib/graphviz/config6
+$OECORE_NATIVE_SYSROOT/usr/bin/dot -c
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb 
b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
index 12ecb9909..aa5c0c820 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
@@ -16,6 +16,7 @@ DEPENDS = " \
 freetype \
 "
 DEPENDS_append_class-target = " ${BPN}-native"
+DEPENDS_append_class-nativesdk = " ${BPN}-native"
 
 inherit autotools-brokensep pkgconfig gettext
 
@@ -33,6 +34,10 @@ SRC_URI_append_class-target = "\
file://0001-Use-native-mkdefs.patch \
file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch 
\
 "
+SRC_URI_append_class-nativesdk = "\
+   file://0001-Use-native-mkdefs.patch \
+   file://graphviz-setup.sh \
+"
 SRC_URI[md5sum] = "2acf30ca8e6cc8b001b0334db65fd072"
 SRC_URI[sha256sum] = 
"e6c3f8dbfde1c4523055403927bef29f97f9fc12715c1042b5dcf648a2c1c62a"
 
@@ -47,7 +52,17 @@ EXTRA_OECONF_class-target = "\
 --disable-r \
 --disable-sharp \
 "
+EXTRA_OECONF_class-nativesdk = "\
+--with-expatincludedir=${STAGING_INCDIR} \ 
+--with-expatlibdir=${STAGING_LIBDIR} \
+--without-included-ltdl \
+--disable-java \
+--disable-tcl \
+--disable-r \
+--disable-sharp \
+"
 CFLAGS_append_class-target = " -D_typ_ssize_t=1 -D_long_double=1"
+CFLAGS_append_class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1"
 do_configure_prepend() {
 cd ${S}
 # create version.m4 and ignore libtoolize errors
@@ -59,6 +74,13 @@ do_install_append_class-native() {
 install -m755 ${B}/lib/gvpr/mkdefs ${D}${bindir}
 }
 
+do_install_append_class-nativesdk() {
+# graphviz-setup.sh must be executed at SDK installation
+install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d
+install -m 0755 ${WORKDIR}/graphviz-setup.sh 
${D}${SDKPATHNATIVE}/post-relocate-setup.d
+}
+FILES_${PN}_class-nativesdk += "${SDKPATHNATIVE}"
+
 PACKAGES =+ "${PN}-python ${PN}-perl ${PN}-demo"
 
 FILES_${PN}-python += "${libdir}/python*/site-packages/ 
${libdir}/graphviz/python/"
@@ -74,4 +96,4 @@ INSANE_SKIP_${PN}-python = "dev-so"
 
 FILES_SOLIBSDEV_append = " ${libdir}/graphviz/lib*${SOLIBSDEV}"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: 
HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; 
Markus Zeiler

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84887): 
https://lists.openembedded.org/g/openembedded-devel/message/84887
Mute This Topic: https://lists.openembedded.org/mt/74769760/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-