* [dunfell 00/27] Merge request #3
@ 2020-06-11 14:38 akuster
2020-06-11 17:31 ` [oe] " Denys Dmytriyenko
2020-06-11 18:52 ` Khem Raj
0 siblings, 2 replies; 7+ messages in thread
From: akuster @ 2020-06-11 14:38 UTC (permalink / raw)
To: openembedded-devel
Please merge these changes to dunfell
Cover letter only
The following changes since commit cc155826b0b4f202a8fa4ac103b7c38368d32734:
thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
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 (1):
python3-docutils: Remove, moved to OE-core
Andreas Müller (1):
fluidsynth: upgrade 2.1.2 -> 2.1.3
Denys Dmytriyenko (2):
python3-pycryptodome(x): moved to OE-Core, remove from meta-python
python3-pyelftools: moved to OE-Core, remove from meta-python
Domarys Correa (1):
python3-pyyaml: Update 5.3 -> 5.3.1
Hongxu Jia (1):
multipath-tools: fix compiling parallel issue
Kai Kang (1):
plymouth: disable systemd-integration for sysvinit
Khem Raj (1):
dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
Konrad Weihmann (6):
passwdqc: remove double modify operation
sound-theme-freedesktop: remove double depends
python3-cmd2: remove double colorama in RDEPENDS
python3-smbus2: remove duplicate RDEPENDS settings
python3-twisted: remove double var modification
proftpd: Fix typo for SRC_URI[md5sum]
Leon Anavi (1):
python3-colorama: Upgrade 0.4.1 -> 0.4.3
Maciej Pijanowski (1):
qpdf: fix typo in RDEPENDS
Martin Jansa (2):
irssi: package libirc_proxy.a in PN-staticdev
meta-python: depend on core version 12 or higher
Patrick Williams (1):
net-snmp: refresh patches
Zang Ruochen (4):
libgphoto2: upgrade 2.5.24 -> 2.5.25
mosquitto: upgrade 1.6.9 -> 1.6.10
snort: upgrade 2.9.15 -> 2.9.16
wireshark: upgrade 3.2.2 -> 3.2.4
Zheng Ruoqin (4):
nano: upgrade 4.9.2 -> 4.9.3
gsoap: upgrade 2.8.100 -> 2.8.103
logwatch: upgrade 7.5.1 -> 7.5.3
libnet-dns-perl: upgrade 1.23 -> 1.24
.../fluidsynth/fluidsynth.inc | 4 +-
...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
...deck-for-gettid-API-during-configure.patch | 48 -------------------
.../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
.../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
...upport-for-building-applications-and.patch | 24 +++++-----
.../0001-config_os_headers-Error-Fix.patch | 10 ++--
...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
.../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
.../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
.../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
.../sound-theme-freedesktop_0.8.bb | 2 +-
meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
.../passwdqc/passwdqc_1.3.1.bb | 2 +-
.../dfu-util/dfu-util-native_0.9.bb | 1 -
.../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
.../multipath-tools/multipath-tools_0.8.4.bb | 1 +
.../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
meta-python/conf/layer.conf | 2 +-
.../python/python-pycryptodome.inc | 29 -----------
.../python/python3-cmd2_0.9.23.bb | 1 -
...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
.../python/python3-docutils_0.15.2.bb | 15 ------
.../python/python3-pycryptodome_3.9.4.bb | 2 -
.../python/python3-pycryptodomex_3.9.4.bb | 10 ----
.../python/python3-pyelftools_0.25.bb | 14 ------
.../python/python3-pyyaml_5.3.1.bb | 18 +++++++
.../python/python3-pyyaml_5.3.bb | 19 --------
.../python/python3-smbus2_0.3.0.bb | 2 -
.../python/python3-twisted_19.10.0.bb | 4 +-
36 files changed, 144 insertions(+), 210 deletions(-)
rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
delete mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb => snort_2.9.16.bb} (95%)
rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb => wireshark_3.2.4.bb} (95%)
rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb => logwatch_7.5.3.bb} (95%)
rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} (91%)
rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb => gsoap_2.8.103.bb} (89%)
create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb} (80%)
rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb => libnet-dns-perl_1.24.bb} (92%)
delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome.inc
rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
delete mode 100644 meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-11 14:38 [dunfell 00/27] Merge request #3 akuster
@ 2020-06-11 17:31 ` Denys Dmytriyenko
2020-06-11 18:52 ` Khem Raj
1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2020-06-11 17:31 UTC (permalink / raw)
To: akuster; +Cc: openembedded-devel
On Thu, Jun 11, 2020 at 07:38:00AM -0700, akuster wrote:
> Please merge these changes to dunfell
> Cover letter only
Thanks, LGTM!
> The following changes since commit cc155826b0b4f202a8fa4ac103b7c38368d32734:
>
> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
>
> 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 (1):
> python3-docutils: Remove, moved to OE-core
>
> Andreas Müller (1):
> fluidsynth: upgrade 2.1.2 -> 2.1.3
>
> Denys Dmytriyenko (2):
> python3-pycryptodome(x): moved to OE-Core, remove from meta-python
> python3-pyelftools: moved to OE-Core, remove from meta-python
>
> Domarys Correa (1):
> python3-pyyaml: Update 5.3 -> 5.3.1
>
> Hongxu Jia (1):
> multipath-tools: fix compiling parallel issue
>
> Kai Kang (1):
> plymouth: disable systemd-integration for sysvinit
>
> Khem Raj (1):
> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
>
> Konrad Weihmann (6):
> passwdqc: remove double modify operation
> sound-theme-freedesktop: remove double depends
> python3-cmd2: remove double colorama in RDEPENDS
> python3-smbus2: remove duplicate RDEPENDS settings
> python3-twisted: remove double var modification
> proftpd: Fix typo for SRC_URI[md5sum]
>
> Leon Anavi (1):
> python3-colorama: Upgrade 0.4.1 -> 0.4.3
>
> Maciej Pijanowski (1):
> qpdf: fix typo in RDEPENDS
>
> Martin Jansa (2):
> irssi: package libirc_proxy.a in PN-staticdev
> meta-python: depend on core version 12 or higher
>
> Patrick Williams (1):
> net-snmp: refresh patches
>
> Zang Ruochen (4):
> libgphoto2: upgrade 2.5.24 -> 2.5.25
> mosquitto: upgrade 1.6.9 -> 1.6.10
> snort: upgrade 2.9.15 -> 2.9.16
> wireshark: upgrade 3.2.2 -> 3.2.4
>
> Zheng Ruoqin (4):
> nano: upgrade 4.9.2 -> 4.9.3
> gsoap: upgrade 2.8.100 -> 2.8.103
> logwatch: upgrade 7.5.1 -> 7.5.3
> libnet-dns-perl: upgrade 1.23 -> 1.24
>
> .../fluidsynth/fluidsynth.inc | 4 +-
> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
> ...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
> ...deck-for-gettid-API-during-configure.patch | 48 -------------------
> .../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
> .../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
> ...upport-for-building-applications-and.patch | 24 +++++-----
> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
> ...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
> .../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
> .../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
> .../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
> ...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
> .../sound-theme-freedesktop_0.8.bb | 2 +-
> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
> .../passwdqc/passwdqc_1.3.1.bb | 2 +-
> .../dfu-util/dfu-util-native_0.9.bb | 1 -
> .../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
> ...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
> .../multipath-tools/multipath-tools_0.8.4.bb | 1 +
> .../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
> ...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
> meta-python/conf/layer.conf | 2 +-
> .../python/python-pycryptodome.inc | 29 -----------
> .../python/python3-cmd2_0.9.23.bb | 1 -
> ...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
> .../python/python3-docutils_0.15.2.bb | 15 ------
> .../python/python3-pycryptodome_3.9.4.bb | 2 -
> .../python/python3-pycryptodomex_3.9.4.bb | 10 ----
> .../python/python3-pyelftools_0.25.bb | 14 ------
> .../python/python3-pyyaml_5.3.1.bb | 18 +++++++
> .../python/python3-pyyaml_5.3.bb | 19 --------
> .../python/python3-smbus2_0.3.0.bb | 2 -
> .../python/python3-twisted_19.10.0.bb | 4 +-
> 36 files changed, 144 insertions(+), 210 deletions(-)
> rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
> delete mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
> rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb => snort_2.9.16.bb} (95%)
> rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb => wireshark_3.2.4.bb} (95%)
> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb => logwatch_7.5.3.bb} (95%)
> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} (91%)
> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb => gsoap_2.8.103.bb} (89%)
> create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb} (80%)
> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb => libnet-dns-perl_1.24.bb} (92%)
> delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome.inc
> rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
> delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
> create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
>
> --
> 2.17.1
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-11 14:38 [dunfell 00/27] Merge request #3 akuster
2020-06-11 17:31 ` [oe] " Denys Dmytriyenko
@ 2020-06-11 18:52 ` Khem Raj
2020-06-12 16:46 ` akuster
2020-06-14 14:47 ` akuster
1 sibling, 2 replies; 7+ messages in thread
From: Khem Raj @ 2020-06-11 18:52 UTC (permalink / raw)
To: akuster; +Cc: openembeded-devel
On Thu, Jun 11, 2020 at 7:38 AM akuster <akuster808@gmail.com> wrote:
>
> Please merge these changes to dunfell
> Cover letter only
>
> The following changes since commit cc155826b0b4f202a8fa4ac103b7c38368d32734:
>
> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
>
> 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 (1):
> python3-docutils: Remove, moved to OE-core
>
> Andreas Müller (1):
> fluidsynth: upgrade 2.1.2 -> 2.1.3
>
> Denys Dmytriyenko (2):
> python3-pycryptodome(x): moved to OE-Core, remove from meta-python
> python3-pyelftools: moved to OE-Core, remove from meta-python
>
> Domarys Correa (1):
> python3-pyyaml: Update 5.3 -> 5.3.1
>
> Hongxu Jia (1):
> multipath-tools: fix compiling parallel issue
>
> Kai Kang (1):
> plymouth: disable systemd-integration for sysvinit
>
> Khem Raj (1):
> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
this is not needed. Since relevant change in core is going to reverted
I plan to revert it in master of meta-oe too.
>
> Konrad Weihmann (6):
> passwdqc: remove double modify operation
> sound-theme-freedesktop: remove double depends
> python3-cmd2: remove double colorama in RDEPENDS
> python3-smbus2: remove duplicate RDEPENDS settings
> python3-twisted: remove double var modification
> proftpd: Fix typo for SRC_URI[md5sum]
>
> Leon Anavi (1):
> python3-colorama: Upgrade 0.4.1 -> 0.4.3
>
> Maciej Pijanowski (1):
> qpdf: fix typo in RDEPENDS
>
> Martin Jansa (2):
> irssi: package libirc_proxy.a in PN-staticdev
> meta-python: depend on core version 12 or higher
>
> Patrick Williams (1):
> net-snmp: refresh patches
>
> Zang Ruochen (4):
> libgphoto2: upgrade 2.5.24 -> 2.5.25
> mosquitto: upgrade 1.6.9 -> 1.6.10
> snort: upgrade 2.9.15 -> 2.9.16
> wireshark: upgrade 3.2.2 -> 3.2.4
>
> Zheng Ruoqin (4):
> nano: upgrade 4.9.2 -> 4.9.3
> gsoap: upgrade 2.8.100 -> 2.8.103
> logwatch: upgrade 7.5.1 -> 7.5.3
> libnet-dns-perl: upgrade 1.23 -> 1.24
>
> .../fluidsynth/fluidsynth.inc | 4 +-
> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
> ...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
> ...deck-for-gettid-API-during-configure.patch | 48 -------------------
> .../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
> .../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
> ...upport-for-building-applications-and.patch | 24 +++++-----
> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
> ...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
> .../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
> .../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
> .../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
> ...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
> .../sound-theme-freedesktop_0.8.bb | 2 +-
> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
> .../passwdqc/passwdqc_1.3.1.bb | 2 +-
> .../dfu-util/dfu-util-native_0.9.bb | 1 -
> .../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
> ...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
> .../multipath-tools/multipath-tools_0.8.4.bb | 1 +
> .../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
> ...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
> meta-python/conf/layer.conf | 2 +-
> .../python/python-pycryptodome.inc | 29 -----------
> .../python/python3-cmd2_0.9.23.bb | 1 -
> ...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
> .../python/python3-docutils_0.15.2.bb | 15 ------
> .../python/python3-pycryptodome_3.9.4.bb | 2 -
> .../python/python3-pycryptodomex_3.9.4.bb | 10 ----
> .../python/python3-pyelftools_0.25.bb | 14 ------
> .../python/python3-pyyaml_5.3.1.bb | 18 +++++++
> .../python/python3-pyyaml_5.3.bb | 19 --------
> .../python/python3-smbus2_0.3.0.bb | 2 -
> .../python/python3-twisted_19.10.0.bb | 4 +-
> 36 files changed, 144 insertions(+), 210 deletions(-)
> rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
> delete mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
> rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb => snort_2.9.16.bb} (95%)
> rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb => wireshark_3.2.4.bb} (95%)
> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb => logwatch_7.5.3.bb} (95%)
> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} (91%)
> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb => gsoap_2.8.103.bb} (89%)
> create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb} (80%)
> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb => libnet-dns-perl_1.24.bb} (92%)
> delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome.inc
> rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
> delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
> create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
>
> --
> 2.17.1
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-11 18:52 ` Khem Raj
@ 2020-06-12 16:46 ` akuster
2020-06-14 14:47 ` akuster
1 sibling, 0 replies; 7+ messages in thread
From: akuster @ 2020-06-12 16:46 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
On 6/11/20 11:52 AM, Khem Raj wrote:
> On Thu, Jun 11, 2020 at 7:38 AM akuster <akuster808@gmail.com> wrote:
>> Please merge these changes to dunfell
>> Cover letter only
>>
>> The following changes since commit cc155826b0b4f202a8fa4ac103b7c38368d32734:
>>
>> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
>>
>> 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 (1):
>> python3-docutils: Remove, moved to OE-core
>>
>> Andreas Müller (1):
>> fluidsynth: upgrade 2.1.2 -> 2.1.3
>>
>> Denys Dmytriyenko (2):
>> python3-pycryptodome(x): moved to OE-Core, remove from meta-python
>> python3-pyelftools: moved to OE-Core, remove from meta-python
>>
>> Domarys Correa (1):
>> python3-pyyaml: Update 5.3 -> 5.3.1
>>
>> Hongxu Jia (1):
>> multipath-tools: fix compiling parallel issue
>>
>> Kai Kang (1):
>> plymouth: disable systemd-integration for sysvinit
>>
>> Khem Raj (1):
>> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
> this is not needed. Since relevant change in core is going to reverted
> I plan to revert it in master of meta-oe too.
Ok. removed and dunfell-next branch updated.
thanks,
Armin
>
>> Konrad Weihmann (6):
>> passwdqc: remove double modify operation
>> sound-theme-freedesktop: remove double depends
>> python3-cmd2: remove double colorama in RDEPENDS
>> python3-smbus2: remove duplicate RDEPENDS settings
>> python3-twisted: remove double var modification
>> proftpd: Fix typo for SRC_URI[md5sum]
>>
>> Leon Anavi (1):
>> python3-colorama: Upgrade 0.4.1 -> 0.4.3
>>
>> Maciej Pijanowski (1):
>> qpdf: fix typo in RDEPENDS
>>
>> Martin Jansa (2):
>> irssi: package libirc_proxy.a in PN-staticdev
>> meta-python: depend on core version 12 or higher
>>
>> Patrick Williams (1):
>> net-snmp: refresh patches
>>
>> Zang Ruochen (4):
>> libgphoto2: upgrade 2.5.24 -> 2.5.25
>> mosquitto: upgrade 1.6.9 -> 1.6.10
>> snort: upgrade 2.9.15 -> 2.9.16
>> wireshark: upgrade 3.2.2 -> 3.2.4
>>
>> Zheng Ruoqin (4):
>> nano: upgrade 4.9.2 -> 4.9.3
>> gsoap: upgrade 2.8.100 -> 2.8.103
>> logwatch: upgrade 7.5.1 -> 7.5.3
>> libnet-dns-perl: upgrade 1.23 -> 1.24
>>
>> .../fluidsynth/fluidsynth.inc | 4 +-
>> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
>> ...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
>> ...deck-for-gettid-API-during-configure.patch | 48 -------------------
>> .../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
>> .../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
>> ...upport-for-building-applications-and.patch | 24 +++++-----
>> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
>> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
>> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
>> ...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
>> .../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
>> .../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
>> .../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
>> ...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
>> .../sound-theme-freedesktop_0.8.bb | 2 +-
>> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
>> .../passwdqc/passwdqc_1.3.1.bb | 2 +-
>> .../dfu-util/dfu-util-native_0.9.bb | 1 -
>> .../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
>> ...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
>> .../multipath-tools/multipath-tools_0.8.4.bb | 1 +
>> .../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
>> ...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
>> meta-python/conf/layer.conf | 2 +-
>> .../python/python-pycryptodome.inc | 29 -----------
>> .../python/python3-cmd2_0.9.23.bb | 1 -
>> ...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
>> .../python/python3-docutils_0.15.2.bb | 15 ------
>> .../python/python3-pycryptodome_3.9.4.bb | 2 -
>> .../python/python3-pycryptodomex_3.9.4.bb | 10 ----
>> .../python/python3-pyelftools_0.25.bb | 14 ------
>> .../python/python3-pyyaml_5.3.1.bb | 18 +++++++
>> .../python/python3-pyyaml_5.3.bb | 19 --------
>> .../python/python3-smbus2_0.3.0.bb | 2 -
>> .../python/python3-twisted_19.10.0.bb | 4 +-
>> 36 files changed, 144 insertions(+), 210 deletions(-)
>> rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
>> delete mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
>> rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb => snort_2.9.16.bb} (95%)
>> rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb => wireshark_3.2.4.bb} (95%)
>> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb => logwatch_7.5.3.bb} (95%)
>> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} (91%)
>> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb => gsoap_2.8.103.bb} (89%)
>> create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
>> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb} (80%)
>> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb => libnet-dns-perl_1.24.bb} (92%)
>> delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome.inc
>> rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
>> delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
>> create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
>>
>> --
>> 2.17.1
>>
>>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-11 18:52 ` Khem Raj
2020-06-12 16:46 ` akuster
@ 2020-06-14 14:47 ` akuster
2020-06-15 1:51 ` Khem Raj
1 sibling, 1 reply; 7+ messages in thread
From: akuster @ 2020-06-14 14:47 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
On 6/11/20 11:52 AM, Khem Raj wrote:
> On Thu, Jun 11, 2020 at 7:38 AM akuster <akuster808@gmail.com> wrote:
>> Please merge these changes to dunfell
>> Cover letter only
>>
>> The following changes since commit cc155826b0b4f202a8fa4ac103b7c38368d32734:
>>
>> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
>>
>> 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 (1):
>> python3-docutils: Remove, moved to OE-core
>>
>> Andreas Müller (1):
>> fluidsynth: upgrade 2.1.2 -> 2.1.3
>>
>> Denys Dmytriyenko (2):
>> python3-pycryptodome(x): moved to OE-Core, remove from meta-python
>> python3-pyelftools: moved to OE-Core, remove from meta-python
>>
>> Domarys Correa (1):
>> python3-pyyaml: Update 5.3 -> 5.3.1
>>
>> Hongxu Jia (1):
>> multipath-tools: fix compiling parallel issue
>>
>> Kai Kang (1):
>> plymouth: disable systemd-integration for sysvinit
>>
>> Khem Raj (1):
>> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
> this is not needed. Since relevant change in core is going to reverted
> I plan to revert it in master of meta-oe too.
Do i need to resend the merge request?
- armin
>> Konrad Weihmann (6):
>> passwdqc: remove double modify operation
>> sound-theme-freedesktop: remove double depends
>> python3-cmd2: remove double colorama in RDEPENDS
>> python3-smbus2: remove duplicate RDEPENDS settings
>> python3-twisted: remove double var modification
>> proftpd: Fix typo for SRC_URI[md5sum]
>>
>> Leon Anavi (1):
>> python3-colorama: Upgrade 0.4.1 -> 0.4.3
>>
>> Maciej Pijanowski (1):
>> qpdf: fix typo in RDEPENDS
>>
>> Martin Jansa (2):
>> irssi: package libirc_proxy.a in PN-staticdev
>> meta-python: depend on core version 12 or higher
>>
>> Patrick Williams (1):
>> net-snmp: refresh patches
>>
>> Zang Ruochen (4):
>> libgphoto2: upgrade 2.5.24 -> 2.5.25
>> mosquitto: upgrade 1.6.9 -> 1.6.10
>> snort: upgrade 2.9.15 -> 2.9.16
>> wireshark: upgrade 3.2.2 -> 3.2.4
>>
>> Zheng Ruoqin (4):
>> nano: upgrade 4.9.2 -> 4.9.3
>> gsoap: upgrade 2.8.100 -> 2.8.103
>> logwatch: upgrade 7.5.1 -> 7.5.3
>> libnet-dns-perl: upgrade 1.23 -> 1.24
>>
>> .../fluidsynth/fluidsynth.inc | 4 +-
>> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
>> ...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
>> ...deck-for-gettid-API-during-configure.patch | 48 -------------------
>> .../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
>> .../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
>> ...upport-for-building-applications-and.patch | 24 +++++-----
>> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
>> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
>> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
>> ...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
>> .../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
>> .../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
>> .../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
>> ...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
>> .../sound-theme-freedesktop_0.8.bb | 2 +-
>> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
>> .../passwdqc/passwdqc_1.3.1.bb | 2 +-
>> .../dfu-util/dfu-util-native_0.9.bb | 1 -
>> .../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
>> ...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
>> .../multipath-tools/multipath-tools_0.8.4.bb | 1 +
>> .../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
>> ...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
>> meta-python/conf/layer.conf | 2 +-
>> .../python/python-pycryptodome.inc | 29 -----------
>> .../python/python3-cmd2_0.9.23.bb | 1 -
>> ...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
>> .../python/python3-docutils_0.15.2.bb | 15 ------
>> .../python/python3-pycryptodome_3.9.4.bb | 2 -
>> .../python/python3-pycryptodomex_3.9.4.bb | 10 ----
>> .../python/python3-pyelftools_0.25.bb | 14 ------
>> .../python/python3-pyyaml_5.3.1.bb | 18 +++++++
>> .../python/python3-pyyaml_5.3.bb | 19 --------
>> .../python/python3-smbus2_0.3.0.bb | 2 -
>> .../python/python3-twisted_19.10.0.bb | 4 +-
>> 36 files changed, 144 insertions(+), 210 deletions(-)
>> rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
>> delete mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
>> rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb => snort_2.9.16.bb} (95%)
>> rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb => wireshark_3.2.4.bb} (95%)
>> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb => logwatch_7.5.3.bb} (95%)
>> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} (91%)
>> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb => gsoap_2.8.103.bb} (89%)
>> create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
>> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb} (80%)
>> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb => libnet-dns-perl_1.24.bb} (92%)
>> delete mode 100644 meta-python/recipes-devtools/python/python-pycryptodome.inc
>> rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
>> delete mode 100644 meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
>> create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
>> delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
>>
>> --
>> 2.17.1
>>
>>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-14 14:47 ` akuster
@ 2020-06-15 1:51 ` Khem Raj
2020-06-15 14:56 ` akuster
0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2020-06-15 1:51 UTC (permalink / raw)
To: akuster808; +Cc: openembeded-devel
[-- Attachment #1: Type: text/plain, Size: 6853 bytes --]
On Sun, Jun 14, 2020 at 7:48 AM akuster808 <akuster808@gmail.com> wrote:
>
>
> On 6/11/20 11:52 AM, Khem Raj wrote:
> > On Thu, Jun 11, 2020 at 7:38 AM akuster <akuster808@gmail.com> wrote:
> >> Please merge these changes to dunfell
> >> Cover letter only
> >>
> >> The following changes since commit
> cc155826b0b4f202a8fa4ac103b7c38368d32734:
> >>
> >> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
> >>
> >> 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 (1):
> >> python3-docutils: Remove, moved to OE-core
> >>
> >> Andreas Müller (1):
> >> fluidsynth: upgrade 2.1.2 -> 2.1.3
> >>
> >> Denys Dmytriyenko (2):
> >> python3-pycryptodome(x): moved to OE-Core, remove from meta-python
> >> python3-pyelftools: moved to OE-Core, remove from meta-python
> >>
> >> Domarys Correa (1):
> >> python3-pyyaml: Update 5.3 -> 5.3.1
> >>
> >> Hongxu Jia (1):
> >> multipath-tools: fix compiling parallel issue
> >>
> >> Kai Kang (1):
> >> plymouth: disable systemd-integration for sysvinit
> >>
> >> Khem Raj (1):
> >> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
> > this is not needed. Since relevant change in core is going to reverted
> > I plan to revert it in master of meta-oe too.
>
> Do i need to resend the merge request?
No are you ready with it now ?
>
>
> - armin
> >> Konrad Weihmann (6):
> >> passwdqc: remove double modify operation
> >> sound-theme-freedesktop: remove double depends
> >> python3-cmd2: remove double colorama in RDEPENDS
> >> python3-smbus2: remove duplicate RDEPENDS settings
> >> python3-twisted: remove double var modification
> >> proftpd: Fix typo for SRC_URI[md5sum]
> >>
> >> Leon Anavi (1):
> >> python3-colorama: Upgrade 0.4.1 -> 0.4.3
> >>
> >> Maciej Pijanowski (1):
> >> qpdf: fix typo in RDEPENDS
> >>
> >> Martin Jansa (2):
> >> irssi: package libirc_proxy.a in PN-staticdev
> >> meta-python: depend on core version 12 or higher
> >>
> >> Patrick Williams (1):
> >> net-snmp: refresh patches
> >>
> >> Zang Ruochen (4):
> >> libgphoto2: upgrade 2.5.24 -> 2.5.25
> >> mosquitto: upgrade 1.6.9 -> 1.6.10
> >> snort: upgrade 2.9.15 -> 2.9.16
> >> wireshark: upgrade 3.2.2 -> 3.2.4
> >>
> >> Zheng Ruoqin (4):
> >> nano: upgrade 4.9.2 -> 4.9.3
> >> gsoap: upgrade 2.8.100 -> 2.8.103
> >> logwatch: upgrade 7.5.1 -> 7.5.3
> >> libnet-dns-perl: upgrade 1.23 -> 1.24
> >>
> >> .../fluidsynth/fluidsynth.inc | 4 +-
> >> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
> >> ...mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} | 4 +-
> >> ...deck-for-gettid-API-during-configure.patch | 48 -------------------
> >> .../{snort_2.9.15.bb => snort_2.9.16.bb} | 5 +-
> >> .../recipes-daemons/proftpd/proftpd_1.3.6.bb | 2 +-
> >> ...upport-for-building-applications-and.patch | 24 +++++-----
> >> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
> >> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
> >> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
> >> ...{wireshark_3.2.2.bb => wireshark_3.2.4.bb} | 4 +-
> >> .../recipes-connectivity/irssi/irssi_1.2.2.bb | 2 +
> >> .../recipes-core/plymouth/plymouth_0.9.4.bb | 2 +-
> >> .../{logwatch_7.5.1.bb => logwatch_7.5.3.bb} | 4 +-
> >> ...gphoto2_2.5.24.bb => libgphoto2_2.5.25.bb} | 4 +-
> >> .../sound-theme-freedesktop_0.8.bb | 2 +-
> >> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb | 2 +-
> >> .../passwdqc/passwdqc_1.3.1.bb | 2 +-
> >> .../dfu-util/dfu-util-native_0.9.bb | 1 -
> >> .../{gsoap_2.8.100.bb => gsoap_2.8.103.bb} | 4 +-
> >> ...add-explicit-dependency-on-libraries.patch | 40 ++++++++++++++++
> >> .../multipath-tools/multipath-tools_0.8.4.bb | 1 +
> >> .../nano/{nano_4.9.2.bb => nano_4.9.3.bb} | 4 +-
> >> ...s-perl_1.23.bb => libnet-dns-perl_1.24.bb} | 4 +-
> >> meta-python/conf/layer.conf | 2 +-
> >> .../python/python-pycryptodome.inc | 29 -----------
> >> .../python/python3-cmd2_0.9.23.bb | 1 -
> >> ...ama_0.4.1.bb => python3-colorama_0.4.3.bb} | 4 +-
> >> .../python/python3-docutils_0.15.2.bb | 15 ------
> >> .../python/python3-pycryptodome_3.9.4.bb | 2 -
> >> .../python/python3-pycryptodomex_3.9.4.bb | 10 ----
> >> .../python/python3-pyelftools_0.25.bb | 14 ------
> >> .../python/python3-pyyaml_5.3.1.bb | 18 +++++++
> >> .../python/python3-pyyaml_5.3.bb | 19 --------
> >> .../python/python3-smbus2_0.3.0.bb | 2 -
> >> .../python/python3-twisted_19.10.0.bb | 4 +-
> >> 36 files changed, 144 insertions(+), 210 deletions(-)
> >> rename meta-networking/recipes-connectivity/mosquitto/{
> mosquitto_1.6.9.bb => mosquitto_1.6.10.bb} (95%)
> >> delete mode 100644
> meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
> >> rename meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb =>
> snort_2.9.16.bb} (95%)
> >> rename meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb
> => wireshark_3.2.4.bb} (95%)
> >> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb =>
> logwatch_7.5.3.bb} (95%)
> >> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb =>
> libgphoto2_2.5.25.bb} (91%)
> >> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb =>
> gsoap_2.8.103.bb} (89%)
> >> create mode 100644
> meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
> >> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb => nano_4.9.3.bb}
> (80%)
> >> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb =>
> libnet-dns-perl_1.24.bb} (92%)
> >> delete mode 100644
> meta-python/recipes-devtools/python/python-pycryptodome.inc
> >> rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb
> => python3-colorama_0.4.3.bb} (61%)
> >> delete mode 100644 meta-python/recipes-devtools/python/
> python3-docutils_0.15.2.bb
> >> delete mode 100644 meta-python/recipes-devtools/python/
> python3-pycryptodome_3.9.4.bb
> >> delete mode 100644 meta-python/recipes-devtools/python/
> python3-pycryptodomex_3.9.4.bb
> >> delete mode 100644 meta-python/recipes-devtools/python/
> python3-pyelftools_0.25.bb
> >> create mode 100644 meta-python/recipes-devtools/python/
> python3-pyyaml_5.3.1.bb
> >> delete mode 100644 meta-python/recipes-devtools/python/
> python3-pyyaml_5.3.bb
> >>
> >> --
> >> 2.17.1
> >>
> >>
>
>
[-- Attachment #2: Type: text/html, Size: 13272 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe] [dunfell 00/27] Merge request #3
2020-06-15 1:51 ` Khem Raj
@ 2020-06-15 14:56 ` akuster
0 siblings, 0 replies; 7+ messages in thread
From: akuster @ 2020-06-15 14:56 UTC (permalink / raw)
To: Khem Raj; +Cc: openembeded-devel
[-- Attachment #1: Type: text/plain, Size: 9998 bytes --]
On 6/14/20 6:51 PM, Khem Raj wrote:
>
>
> On Sun, Jun 14, 2020 at 7:48 AM akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>
>
> On 6/11/20 11:52 AM, Khem Raj wrote:
> > On Thu, Jun 11, 2020 at 7:38 AM akuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
> >> Please merge these changes to dunfell
> >> Cover letter only
> >>
> >> The following changes since commit
> cc155826b0b4f202a8fa4ac103b7c38368d32734:
> >>
> >> thunar: upgrade 1.8.14 -> 1.8.15 (2020-05-28 21:50:13 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >> git://git.openembedded.org/meta-openembedded
> <http://git.openembedded.org/meta-openembedded> dunfell-next
> >>
> http://cgit.openembedded.org/meta-openembedded/log/?h=dunfell-next
> >>
> >> Adrian Bunk (1):
> >> python3-docutils: Remove, moved to OE-core
> >>
> >> Andreas Müller (1):
> >> fluidsynth: upgrade 2.1.2 -> 2.1.3
> >>
> >> Denys Dmytriyenko (2):
> >> python3-pycryptodome(x): moved to OE-Core, remove from
> meta-python
> >> python3-pyelftools: moved to OE-Core, remove from meta-python
> >>
> >> Domarys Correa (1):
> >> python3-pyyaml: Update 5.3 -> 5.3.1
> >>
> >> Hongxu Jia (1):
> >> multipath-tools: fix compiling parallel issue
> >>
> >> Kai Kang (1):
> >> plymouth: disable systemd-integration for sysvinit
> >>
> >> Khem Raj (1):
> >> dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
> > this is not needed. Since relevant change in core is going to
> reverted
> > I plan to revert it in master of meta-oe too.
>
> Do i need to resend the merge request?
>
>
> No are you ready with it now ?
Thanks,
Armin
>
>
>
> - armin
> >> Konrad Weihmann (6):
> >> passwdqc: remove double modify operation
> >> sound-theme-freedesktop: remove double depends
> >> python3-cmd2: remove double colorama in RDEPENDS
> >> python3-smbus2: remove duplicate RDEPENDS settings
> >> python3-twisted: remove double var modification
> >> proftpd: Fix typo for SRC_URI[md5sum]
> >>
> >> Leon Anavi (1):
> >> python3-colorama: Upgrade 0.4.1 -> 0.4.3
> >>
> >> Maciej Pijanowski (1):
> >> qpdf: fix typo in RDEPENDS
> >>
> >> Martin Jansa (2):
> >> irssi: package libirc_proxy.a in PN-staticdev
> >> meta-python: depend on core version 12 or higher
> >>
> >> Patrick Williams (1):
> >> net-snmp: refresh patches
> >>
> >> Zang Ruochen (4):
> >> libgphoto2: upgrade 2.5.24 -> 2.5.25
> >> mosquitto: upgrade 1.6.9 -> 1.6.10
> >> snort: upgrade 2.9.15 -> 2.9.16
> >> wireshark: upgrade 3.2.2 -> 3.2.4
> >>
> >> Zheng Ruoqin (4):
> >> nano: upgrade 4.9.2 -> 4.9.3
> >> gsoap: upgrade 2.8.100 -> 2.8.103
> >> logwatch: upgrade 7.5.1 -> 7.5.3
> >> libnet-dns-perl: upgrade 1.23 -> 1.24
> >>
> >> .../fluidsynth/fluidsynth.inc | 4 +-
> >> ...tables-helper-we-have-to-use-native-.patch | 32 +++++++++----
> >> ...mosquitto_1.6.9.bb <http://mosquitto_1.6.9.bb> =>
> mosquitto_1.6.10.bb <http://mosquitto_1.6.10.bb>} | 4 +-
> >> ...deck-for-gettid-API-during-configure.patch | 48
> -------------------
> >> .../{snort_2.9.15.bb <http://snort_2.9.15.bb> =>
> snort_2.9.16.bb <http://snort_2.9.16.bb>} | 5 +-
> >> .../recipes-daemons/proftpd/proftpd_1.3.6.bb
> <http://proftpd_1.3.6.bb> | 2 +-
> >> ...upport-for-building-applications-and.patch | 24 +++++-----
> >> .../0001-config_os_headers-Error-Fix.patch | 10 ++--
> >> ...t-snmp-fix-compile-error-disable-des.patch | 14 +++---
> >> ...add-knob-whether-nlist.h-are-checked.patch | 15 +++---
> >> ...{wireshark_3.2.2.bb <http://wireshark_3.2.2.bb> =>
> wireshark_3.2.4.bb <http://wireshark_3.2.4.bb>} | 4 +-
> >> .../recipes-connectivity/irssi/irssi_1.2.2.bb
> <http://irssi_1.2.2.bb> | 2 +
> >> .../recipes-core/plymouth/plymouth_0.9.4.bb
> <http://plymouth_0.9.4.bb> | 2 +-
> >> .../{logwatch_7.5.1.bb <http://logwatch_7.5.1.bb> =>
> logwatch_7.5.3.bb <http://logwatch_7.5.3.bb>} | 4 +-
> >> ...gphoto2_2.5.24.bb <http://gphoto2_2.5.24.bb> =>
> libgphoto2_2.5.25.bb <http://libgphoto2_2.5.25.bb>} | 4 +-
> >> .../sound-theme-freedesktop_0.8.bb
> <http://sound-theme-freedesktop_0.8.bb> | 2 +-
> >> meta-oe/recipes-printing/qpdf/qpdf_10.0.1.bb
> <http://qpdf_10.0.1.bb> | 2 +-
> >> .../passwdqc/passwdqc_1.3.1.bb <http://passwdqc_1.3.1.bb>
> | 2 +-
> >> .../dfu-util/dfu-util-native_0.9.bb
> <http://dfu-util-native_0.9.bb> | 1 -
> >> .../{gsoap_2.8.100.bb <http://gsoap_2.8.100.bb> =>
> gsoap_2.8.103.bb <http://gsoap_2.8.103.bb>} | 4 +-
> >> ...add-explicit-dependency-on-libraries.patch | 40
> ++++++++++++++++
> >> .../multipath-tools/multipath-tools_0.8.4.bb
> <http://multipath-tools_0.8.4.bb> | 1 +
> >> .../nano/{nano_4.9.2.bb <http://nano_4.9.2.bb> =>
> nano_4.9.3.bb <http://nano_4.9.3.bb>} | 4 +-
> >> ...s-perl_1.23.bb <http://s-perl_1.23.bb> =>
> libnet-dns-perl_1.24.bb <http://libnet-dns-perl_1.24.bb>} | 4 +-
> >> meta-python/conf/layer.conf | 2 +-
> >> .../python/python-pycryptodome.inc | 29 -----------
> >> .../python/python3-cmd2_0.9.23.bb
> <http://python3-cmd2_0.9.23.bb> | 1 -
> >> ...ama_0.4.1.bb <http://ama_0.4.1.bb> =>
> python3-colorama_0.4.3.bb <http://python3-colorama_0.4.3.bb>} | 4 +-
> >> .../python/python3-docutils_0.15.2.bb
> <http://python3-docutils_0.15.2.bb> | 15 ------
> >> .../python/python3-pycryptodome_3.9.4.bb
> <http://python3-pycryptodome_3.9.4.bb> | 2 -
> >> .../python/python3-pycryptodomex_3.9.4.bb
> <http://python3-pycryptodomex_3.9.4.bb> | 10 ----
> >> .../python/python3-pyelftools_0.25.bb
> <http://python3-pyelftools_0.25.bb> | 14 ------
> >> .../python/python3-pyyaml_5.3.1.bb
> <http://python3-pyyaml_5.3.1.bb> | 18 +++++++
> >> .../python/python3-pyyaml_5.3.bb
> <http://python3-pyyaml_5.3.bb> | 19 --------
> >> .../python/python3-smbus2_0.3.0.bb
> <http://python3-smbus2_0.3.0.bb> | 2 -
> >> .../python/python3-twisted_19.10.0.bb
> <http://python3-twisted_19.10.0.bb> | 4 +-
> >> 36 files changed, 144 insertions(+), 210 deletions(-)
> >> rename
> meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.9.bb
> <http://mosquitto_1.6.9.bb> => mosquitto_1.6.10.bb
> <http://mosquitto_1.6.10.bb>} (95%)
> >> delete mode 100644
> meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
> >> rename
> meta-networking/recipes-connectivity/snort/{snort_2.9.15.bb
> <http://snort_2.9.15.bb> => snort_2.9.16.bb
> <http://snort_2.9.16.bb>} (95%)
> >> rename
> meta-networking/recipes-support/wireshark/{wireshark_3.2.2.bb
> <http://wireshark_3.2.2.bb> => wireshark_3.2.4.bb
> <http://wireshark_3.2.4.bb>} (95%)
> >> rename meta-oe/recipes-extended/logwatch/{logwatch_7.5.1.bb
> <http://logwatch_7.5.1.bb> => logwatch_7.5.3.bb
> <http://logwatch_7.5.3.bb>} (95%)
> >> rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.24.bb
> <http://libgphoto2_2.5.24.bb> => libgphoto2_2.5.25.bb
> <http://libgphoto2_2.5.25.bb>} (91%)
> >> rename meta-oe/recipes-support/gsoap/{gsoap_2.8.100.bb
> <http://gsoap_2.8.100.bb> => gsoap_2.8.103.bb
> <http://gsoap_2.8.103.bb>} (89%)
> >> create mode 100644
> meta-oe/recipes-support/multipath-tools/files/0001-add-explicit-dependency-on-libraries.patch
> >> rename meta-oe/recipes-support/nano/{nano_4.9.2.bb
> <http://nano_4.9.2.bb> => nano_4.9.3.bb <http://nano_4.9.3.bb>} (80%)
> >> rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.23.bb
> <http://libnet-dns-perl_1.23.bb> => libnet-dns-perl_1.24.bb
> <http://libnet-dns-perl_1.24.bb>} (92%)
> >> delete mode 100644
> meta-python/recipes-devtools/python/python-pycryptodome.inc
> >> rename
> meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb
> <http://python3-colorama_0.4.1.bb> => python3-colorama_0.4.3.bb
> <http://python3-colorama_0.4.3.bb>} (61%)
> >> delete mode 100644
> meta-python/recipes-devtools/python/python3-docutils_0.15.2.bb
> <http://python3-docutils_0.15.2.bb>
> >> delete mode 100644
> meta-python/recipes-devtools/python/python3-pycryptodome_3.9.4.bb
> <http://python3-pycryptodome_3.9.4.bb>
> >> delete mode 100644
> meta-python/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
> <http://python3-pycryptodomex_3.9.4.bb>
> >> delete mode 100644
> meta-python/recipes-devtools/python/python3-pyelftools_0.25.bb
> <http://python3-pyelftools_0.25.bb>
> >> create mode 100644
> meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> <http://python3-pyyaml_5.3.1.bb>
> >> delete mode 100644
> meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
> <http://python3-pyyaml_5.3.bb>
> >>
> >> --
> >> 2.17.1
> >>
> >>
>
[-- Attachment #2: Type: text/html, Size: 19714 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-06-15 14:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-11 14:38 [dunfell 00/27] Merge request #3 akuster
2020-06-11 17:31 ` [oe] " Denys Dmytriyenko
2020-06-11 18:52 ` Khem Raj
2020-06-12 16:46 ` akuster
2020-06-14 14:47 ` akuster
2020-06-15 1:51 ` Khem Raj
2020-06-15 14:56 ` akuster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.