Message ID | 20191104155948.3080-1-open.source@oleksandr-kravchuk.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-oe,1/2] iwd: Use python3 variant of docutils during build | expand |
This is in master already On Mon, Nov 4, 2019 at 8:00 AM Oleksandr Kravchuk < open.source@oleksandr-kravchuk.com> wrote: > From: Khem Raj <raj.khem@gmail.com> > > python2 is on its way out > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta-oe/recipes-connectivity/iwd/iwd_0.23.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb > b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb > index d48fb8450..20c6d04f7 100644 > --- a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb > +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb > @@ -2,9 +2,9 @@ DESCRIPTION = "Wireless daemon for Linux" > LICENSE = "LGPL-2.1" > LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" > > -inherit autotools pkgconfig systemd pythonnative > +inherit autotools pkgconfig systemd python3native > > -DEPENDS = "ell readline dbus python-docutils-native" > +DEPENDS = "ell readline dbus python3-docutils-native" > > SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" > SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0" > -- > 2.17.1 > > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb index d48fb8450..20c6d04f7 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Wireless daemon for Linux" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" -inherit autotools pkgconfig systemd pythonnative +inherit autotools pkgconfig systemd python3native -DEPENDS = "ell readline dbus python-docutils-native" +DEPENDS = "ell readline dbus python3-docutils-native" SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0"