[oe-commits] Richard Purdie : bitbake.conf: Add chrpath-native to ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Tue Oct 2 16:18:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 97a3ea712003e8d48dc68c282e656591f39d2d1a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=97a3ea712003e8d48dc68c282e656591f39d2d1a

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Oct  2 14:12:21 2012 +0100

bitbake.conf: Add chrpath-native to ASSUME_PROVIDED

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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.





More information about the Openembedded-commits mailing list