]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
glibc-locale: Do not INHIBIT_DEFAULT_DEPS
authorNathan Rossi <nathan.rossi@digi.com>
Thu, 3 Nov 2022 07:56:06 +0000 (07:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Nov 2022 13:43:36 +0000 (13:43 +0000)
commit8a40d0a6039e87a5b4b26a0e84dd797fe5c75cba
tree804ccc7a943a1894d0c2fff08fa371cce354cdd8
parent5063a31ad05b75ec6ac12158fe759e81fcdb1585
glibc-locale: Do not INHIBIT_DEFAULT_DEPS

The glibc-locale recipe already partially depends on the base depends in
order to satisfy the do_package dependency on binutils. However since
commit d6ffd683bf6 NM has defaulted to gcc-nm, meaning do_package
depends on gcc (for minidebuginfo).

Whilst the do_package task could handle having the dependencies
explicitly defined (either in glibc-locale or in package.bbclass),
setting these would require some amount of conditional dependency
configuration (cross/crosssdk/etc.). Since both binutils and gcc are
already dependencies of virtual/libc (although compilerlibs is not),
having glibc-locale not inhibit the default depends simplifies the
handling of this situation for both glibc-locale and package.bbclass.

Signed-off-by: Nathan Rossi <nathan.rossi@digi.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-core/glibc/glibc-locale.inc