lets fix the parsing :) current gatesgarth-next Acked-by: Martin Jansa <[email protected]>
On Mon, Feb 15, 2021 at 4:50 PM akuster808 <[email protected]> wrote: > > > On 2/15/21 12:49 AM, Martin Jansa wrote: > > Hi, > > > > this seems to be missing the top commit from: > > > https://git.openembedded.org/meta-openembedded-contrib/log/?h=pkj/_PYTHON_SYSCONFIGDATA_NAME-gatesgarth > > so python3-grpcio-tools doesn't even parse since sysconfigdata were > > merged in oe-core. > > Thanks. > I did run several builds with this series as I was having other build > issues around "python3targetconfig" changes. > > I pull those in too. > > -armin > > > > Cheers, > > > > On Mon, Feb 15, 2021 at 2:13 AM akuster <[email protected] > > <mailto:[email protected]>> wrote: > > > > Next set for Gatesgarth. > > Please have feedback by Tuesday. > > > > The following changes since commit > > cef93b7b00e620d90a610112ee574fa60b691cf8: > > > > openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800) > > > > are available in the Git repository at: > > > > git://git.openembedded.org/meta-openembedded-contrib > > <http://git.openembedded.org/meta-openembedded-contrib> > > stable/gatesgarth-nut > > > > > http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut > > > > Armin Kuster (1): > > lua: update to 5.3.6 > > > > Kai Kang (1): > > mariadb: add package config zstd > > > > Khem Raj (5): > > mariadb: Fix build on 32bit arches with 64bit time_t > > gedit: Inherit python3targetconfig > > openipmi: Inherit python3targetconfig > > libplist: Inherit python3targetconfig > > postgresql: Inherit python3targetconfig > > > > Mario Schuknecht (1): > > dnsmasq: Fix systemd service > > > > Martin Jansa (1): > > wireguard-module: remove PKG assignment > > > > Mingli Yu (1): > > mariadb: upgrade to 10.5.8 > > > > [email protected] <mailto:[email protected]> (1): > > minifi-cpp: set PSEUDO_CONSIDER_PATHS > > > > Shlomi Vaknin (1): > > python3-sh: remove python3-tests from RDEPENDS > > > > Wang Mingyu (1): > > dnsmasq: upgrade 2.82 -> 2.84 > > > > akuster (1): > > enca: Fix SRC_URI > > > > [email protected] <mailto:[email protected]> (1): > > celt051: update SRC_URI > > > > .../recipes-gnome/gedit/gedit_3.36.2.bb <http://gedit_3.36.2.bb> > > | 2 +- > > .../wireguard-module_1.0.20200908.bb > > <http://wireguard-module_1.0.20200908.bb> | 7 ---- > > .../recipes-support/celt051/celt051_git.bb > > <http://celt051_git.bb> | 2 +- > > .../recipes-support/dnsmasq/dnsmasq/lua.patch | 9 +++-- > > .../recipes-support/dnsmasq/dnsmasq_2.82.bb > > <http://dnsmasq_2.82.bb> | 8 ---- > > .../recipes-support/dnsmasq/dnsmasq_2.84.bb > > <http://dnsmasq_2.84.bb> | 8 ++++ > > .../dnsmasq/files/dnsmasq-resolvconf.service | 2 +- > > .../openipmi/openipmi_2.0.29.bb <http://openipmi_2.0.29.bb> > > | 2 +- > > ...ive_10.5.6.bb <http://ive_10.5.6.bb> => > > mariadb-native_10.5.8.bb <http://mariadb-native_10.5.8.bb>} | 0 > > meta-oe/recipes-dbs/mysql/mariadb.inc | 5 ++- > > ...fine-__NR_futex-if-it-does-not-exist.patch | 37 > ++++++++++++++++++ > > ...ktrace-t.c-make-the-test-conditional.patch | 38 > > +++++++++++++++++++ > > .../mysql/mariadb/c11_atomics.patch | 14 +++---- > > .../{mariadb_10.5.6.bb <http://mariadb_10.5.6.bb> => > > mariadb_10.5.8.bb <http://mariadb_10.5.8.bb>} | 0 > > meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +- > > .../lua/{lua_5.3.5.bb <http://lua_5.3.5.bb> => lua_5.3.6.bb > > <http://lua_5.3.6.bb>} | 6 +-- > > .../libimobiledevice/libplist_2.2.0.bb > > <http://libplist_2.2.0.bb> | 2 +- > > .../minifi-cpp/minifi-cpp_0.7.0.bb <http://minifi-cpp_0.7.0.bb> > > | 1 + > > meta-oe/recipes-support/enca/enca_1.9.bb <http://enca_1.9.bb> > > | 7 ++-- > > .../python/python3-sh_1.14.1.bb <http://python3-sh_1.14.1.bb> > > | 1 - > > 20 files changed, 112 insertions(+), 41 deletions(-) > > delete mode 100644 > > meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb > > <http://dnsmasq_2.82.bb> > > create mode 100644 > > meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb > > <http://dnsmasq_2.84.bb> > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb > > <http://mariadb-native_10.5.6.bb> => mariadb-native_10.5.8.bb > > <http://mariadb-native_10.5.8.bb>} (100%) > > create mode 100644 > > > > meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch > > create mode 100644 > > > > meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch > > rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb > > <http://mariadb_10.5.6.bb> => mariadb_10.5.8.bb > > <http://mariadb_10.5.8.bb>} (100%) > > rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb > > <http://lua_5.3.5.bb> => lua_5.3.6.bb <http://lua_5.3.6.bb>} (92%) > > > > -- > > 2.17.1 > > > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89602): https://lists.openembedded.org/g/openembedded-devel/message/89602 Mute This Topic: https://lists.openembedded.org/mt/80644829/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
