mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-06 16:04:40 +02:00
Since external recipes don't require virtual/libc and the compilerlibs, we won't always get our rdeps on those from the shlibs processing, unless we depend on the packagedata from those recipes. Adding them to DEPENDS would have worked too, but would have been a lie in a sense, as we don't actually require those to "build", just package. Signed-off-by: Christopher Larson <kergoth@gmail.com>