diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:41:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:41:55 +0000 |
commit | 444c29200c19b00eaff0d09d276cc1f96282a455 (patch) | |
tree | 8d2e553fe4e399e474a5bbffbbb6b869126357ff /conf/bitbake.conf | |
parent | 7b979313d2cbf8ce91cf5ec450a31227ef34d542 (diff) |
bitbake.conf: Add util-linux-naitve to ASSUME_PROVIDED
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 2d739f3bcc..8c84ad282c 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -73,7 +73,7 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging -ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native python-native-runtime perl-native-runtime texinfo-native" +ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native python-native-runtime perl-native-runtime texinfo-native util-linux-native" ################################################################## # Package default variables. |