]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf/recipes: Introduce add DEV_PKG_DEPENDENCY to change RDEPENDS:${PN}-dev
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Jun 2022 22:46:34 +0000 (23:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2022 22:49:35 +0000 (23:49 +0100)
commita5b381c0f45c590a762647a9956a8f41e2e2315e
tree0a421f3c7dafabeacbf76a024c9779456f0f21f5
parentb44b0b9294675f89aa51ff84f532664f4c479677
bitbake.conf/recipes: Introduce add DEV_PKG_DEPENDENCY to change RDEPENDS:${PN}-dev

There is a pattern that several recipes need to break the dependency of ${PN}-dev
on ${PN}, most often as ${PN} may be be empty. Add a new variable to parameterise
this and allow it to be changed more easily.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 files changed:
meta/conf/bitbake.conf
meta/recipes-connectivity/avahi/avahi_0.8.bb
meta/recipes-connectivity/bind/bind_9.18.4.bb
meta/recipes-core/glibc/glibc-package.inc
meta/recipes-core/musl/bsd-headers.bb
meta/recipes-core/musl/libssp-nonshared.bb
meta/recipes-core/newlib/newlib_4.2.0.bb
meta/recipes-devtools/gcc/libgcc-common.inc
meta/recipes-devtools/python/python3_3.10.5.bb
meta/recipes-graphics/mesa/libglu_9.0.2.bb
meta/recipes-graphics/mesa/mesa.inc
meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb
meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb
meta/recipes-graphics/xorg-proto/xcb-proto_1.15.bb
meta/recipes-graphics/xorg-proto/xorgproto_2022.1.bb
meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
meta/recipes-support/argp-standalone/argp-standalone_1.3.bb