Message ID | 20241130225244.12367-1-reatmon@ti.com |
---|---|
State | New |
Headers | show |
Series | [meta-arago,master,1/4] conf: layer.conf: Remove BB_DANGLINGAPPENDS_WARNONLY | expand |
diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 08684834..2342f702 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -34,8 +34,6 @@ BBFILES_DYNAMIC += " \ selinux:${LAYERDIR}/dynamic-layers/selinux/recipes*/*/*.bbappend \ " -BB_DANGLINGAPPENDS_WARNONLY = "true" - SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ weston-init->weston \ weston-init->kbd \
Bitbake has dropped support for BB_DANGLINGAPPENDS_WARNONLY [1]. [1] https://git.openembedded.org/bitbake/commit/?id=fca9c9e3cb6f8e9f99bf51dc5e8a8d83f4c84c69 Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/conf/layer.conf | 2 -- 1 file changed, 2 deletions(-)