Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Add chrpath-native to ASSUME_PROVIDED
@ 2012-10-02 13:12 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-10-02 13:12 UTC (permalink / raw)
  To: openembedded-core

We assume chrpath is provided natively so it should be listed in ASSUME_PROVIDED.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e168ef1..c049b29 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -161,6 +161,7 @@ DATETIME = "${DATE}${TIME}"
 # its own in staging
 ASSUME_PROVIDED = "\
     bzip2-native \
+    chrpath-native \
     git-native \
     grep-native \
     diffstat-native \
@@ -170,6 +171,7 @@ ASSUME_PROVIDED = "\
     tar-native \
     virtual/libintl-native \
     "
+# gzip-native should be listed above?
 
 ##################################################################
 # Package default variables.





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-02 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 13:12 [PATCH] bitbake.conf: Add chrpath-native to ASSUME_PROVIDED Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox