On Tue, Dec 3, 2019 at 10:45 AM <[email protected]> wrote: > > From: Ming Liu <[email protected]> > > ldconfig should be prior to glibc-utils in PACKAGES variable, or else > ldconfig binary would not be split to its own package, hence will lead > to runtime issues for the packages that depending on ldconfig, like > systemd.
hmmm perhaps FILES_ldconfig =+ would help ? > > Signed-off-by: Ming Liu <[email protected]> > --- > meta/recipes-core/glibc/glibc-package.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/glibc/glibc-package.inc > b/meta/recipes-core/glibc/glibc-package.inc > index 9dd5a0d..ede9e9b 100644 > --- a/meta/recipes-core/glibc/glibc-package.inc > +++ b/meta/recipes-core/glibc/glibc-package.inc > @@ -1,6 +1,6 @@ > INHIBIT_SYSROOT_STRIP = "1" > > -PACKAGES = "${PN}-dbg catchsegv sln nscd ldd tzcode glibc-thread-db > ${PN}-pic libcidn libmemusage libnss-db libsegfault ${PN}-pcprofile > libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev > ${PN}-doc ldconfig" > +PACKAGES = "${PN}-dbg catchsegv sln nscd ldconfig ldd tzcode glibc-thread-db > ${PN}-pic libcidn libmemusage libnss-db libsegfault ${PN}-pcprofile > libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev > ${PN}-doc" > > # The ld.so in this glibc supports the GNU_HASH > RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)" > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
