All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][V3 1/5] bitbake: add file-native to ASSUME_PROVIDED
@ 2015-10-20 21:33 Ross Burton
  2015-10-20 21:33 ` [PATCH][V3 2/5] sanity: check that the host has file installed Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ross Burton @ 2015-10-20 21:33 UTC (permalink / raw)
  To: openembedded-core

Various key parts of the core classes (for example, do_package and
do_populate_sysroot) currently require file.  As it's not possible to build a
file-native without invoking do_populate_sysroot mark file-native as
ASSUME_PROVIDED and expect to use the host's binary.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9ddd1c0..06971da 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -166,6 +166,7 @@ DATETIME = "${DATE}${TIME}"
 ASSUME_PROVIDED = "\
     bzip2-native \
     chrpath-native \
+    file-native \
     git-native \
     grep-native \
     diffstat-native \
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-09 16:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-20 21:33 [PATCH][V3 1/5] bitbake: add file-native to ASSUME_PROVIDED Ross Burton
2015-10-20 21:33 ` [PATCH][V3 2/5] sanity: check that the host has file installed Ross Burton
2015-10-20 21:33 ` [PATCH][V3 3/5] file: don't replace host file when built natively Ross Burton
2015-10-20 21:33 ` [PATCH][V3 4/5] rpm: add explicit dependency on file-replacement-native for native builds Ross Burton
2015-10-20 21:33 ` [PATCH][V3 5/5] subversion: " Ross Burton
2016-06-08 20:35   ` Andre McCurdy
2016-06-09 16:32     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.