diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-21 21:14:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-21 21:14:48 +0000 |
commit | 1631741f4c1341302418ea54edcfefbdf79c56c7 (patch) | |
tree | f83382e1daed918d1d44ffa1ba98399a83868bcb /conf | |
parent | 86d5fa8ca51a4cd9155119adcded18a19380c5b8 (diff) |
bitbake.conf: Add some new ASSUME_PROVIDED targets
Diffstat (limited to '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 98c2002689..2b5856eb29 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -72,7 +72,7 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging -ASSUME_PROVIDED = "cvs-native svn-native" +ASSUME_PROVIDED = "cvs-native svn-native bzip2-native diffstat-native patch-native" ################################################################## # Package default variables. |