mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
bitbake.conf: add sed-native to ASSUME_PROVIDED
There is no reason to build sed for the host, however now: ERROR: Nothing RPROVIDES 'sed-native' (but virtual:native:/OE/sources/openembedded-core/meta/recipes-extended/groff/groff_1.22.2.bb RDEPENDS on or otherwise requires it) (From OE-Core rev: f09dcaab4afb6aad5a707418741e97625473b890) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
944b46c223
commit
08dcacb083
|
|
@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
|
|||
virtual/libintl-native \
|
||||
texinfo-native \
|
||||
bash-native \
|
||||
sed-native \
|
||||
"
|
||||
# gzip-native should be listed above?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user