diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-06 16:04:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | 45308292e4413341f2e78a8f0b944d2895e687cf (patch) | |
| tree | 81cd66e0a20d40af6b035dd3e472104aefd57b90 | |
| parent | d702d9a926c5f3bc30b14941418f1db74f14468b (diff) | |
| download | poky-45308292e4413341f2e78a8f0b944d2895e687cf.tar.gz | |
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).
(From OE-Core rev: 401706ed6d51917d76726098a767932970990805)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 16e4f4429f..8449b6bdcb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -205,6 +205,7 @@ DATETIME = "${DATE}${TIME}" | |||
| 205 | # its own in staging | 205 | # its own in staging |
| 206 | ASSUME_PROVIDED = "\ | 206 | ASSUME_PROVIDED = "\ |
| 207 | bash-native \ | 207 | bash-native \ |
| 208 | bash-completion-native \ | ||
| 208 | bzip2-native \ | 209 | bzip2-native \ |
| 209 | chrpath-native \ | 210 | chrpath-native \ |
| 210 | diffstat-native \ | 211 | diffstat-native \ |
