From: Richard Purdie Date: Mon, 6 Jan 2025 16:04:06 +0000 (+0000) Subject: bitbake.conf: Add bash-completion-native to ASSUME_PROVIDED X-Git-Tag: yocto-5.2~847 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=401706ed6d51917d76726098a767932970990805;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add bash-completion-native to ASSUME_PROVIDED With some native dependency handling fixes under discussion, bash-completiion-native makes it into the dependency chain. Add this to ASSUME_PROVIDED since we don't want to build it rather than trying to remove all references in the native case (it comes from glib-2.0-native). Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 16e4f4429f8..8449b6bdcbe 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -205,6 +205,7 @@ DATETIME = "${DATE}${TIME}" # its own in staging ASSUME_PROVIDED = "\ bash-native \ + bash-completion-native \ bzip2-native \ chrpath-native \ diffstat-native \