Ruslan This has gone in but in parallel glibc 2.30 has gone in as well in oe-core and now it fails see
https://errors.yoctoproject.org/Errors/Details/260172/ you might need something like https://github.com/thkukuk/libnss_nis/commit/e9f0f4286d5a923eca1a9c84ff125268d144822e can you check this On Wed, Aug 7, 2019 at 5:30 AM Ruslan Bilovol via Openembedded-devel <[email protected]> wrote: > > Same as with libnss-nis - this will substitute > the glibc nisplus module which has been removed > > SRCREV points to 1.3 release plus patch on top which > allows to build with recent glibc versions > > Signed-off-by: Ruslan Bilovol <[email protected]> > --- > > Resent to meta-oe as was discussed here: > https://patchwork.openembedded.org/patch/159586/ > > .../libnss-nisplus/libnss-nisplus.bb | 31 > ++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb > > diff --git a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb > b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb > new file mode 100644 > index 0000000..2dbeee7 > --- /dev/null > +++ b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb > @@ -0,0 +1,31 @@ > +# Copyright (C) 2019 Ruslan Bilovol <[email protected]> > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +SUMMARY = "NSS module for glibc, to provide NIS+ support for glibc" > + > +DESCRIPTION = "This package contains the NSS NIS+ plugin for glibc.\ > +This code was formerly part of glibc, but is now standalone to\ > +be able to link against TI-RPC for IPv6 support." > + > +HOMEPAGE = "https://github.com/thkukuk/libnss_nisplus" > +LICENSE = "LGPL-2.1" > +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" > +SECTION = "libs" > +DEPENDS += "libtirpc libnsl2" > + > +PV = "1.3+git${SRCPV}" > + > +SRCREV = "c6934373c7bac91499ff7bbe7d2439599325ca63" > + > +SRC_URI = "git://github.com/thkukuk/libnss_nisplus \ > + " > + > +S = "${WORKDIR}/git" > + > +inherit autotools pkgconfig > + > +BBCLASSEXTEND += "native nativesdk" > +# > +# We will skip parsing this packagegeoup for non-glibc systems > +# > +COMPATIBLE_HOST_libc-musl = 'null' > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
