diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-11-15 12:58:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:31:20 +0000 |
commit | 99eb346bcee0d58ba40b4c3d8fcdabe3faf3e8f4 (patch) | |
tree | d149a63d2af1c37c53eb46fd0f38c3f9fd15d33d /meta | |
parent | 04e4b3757b7ee6ed0a11e9feaee7c971a46f88ee (diff) | |
download | openembedded-core-99eb346bcee0d58ba40b4c3d8fcdabe3faf3e8f4.tar.gz openembedded-core-99eb346bcee0d58ba40b4c3d8fcdabe3faf3e8f4.tar.bz2 openembedded-core-99eb346bcee0d58ba40b4c3d8fcdabe3faf3e8f4.zip |
bitbake.conf: Update ASSUME_PROVIDED
* Remove an obsolete comment about mercurial
* Remove cvs-native since we have removed cvs SRC_URIs
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9a93762a8c..f26c527468 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -146,12 +146,8 @@ DATETIME = "${DATE}${TIME}" # python-native should be here but python relies on building # its own in staging -# mercurial-native is required to pull mercurial repositories (hg://...) -# we don't have it yet in the recipies so let's assume it's provided by -# the underlying OS ASSUME_PROVIDED = "\ bzip2-native \ - cvs-native \ grep-native \ diffstat-native \ patch-native \ |