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:32:46 +0000 |
commit | 4fa4a4ba0332671749d681aa2f8a1bf159537312 (patch) | |
tree | 5953a01a53ffdca824d8bc8afc2bc5fa18f1adf4 /meta | |
parent | d4a31b7ce9077ef90665480a1a4a30a2ba68707d (diff) | |
download | poky-4fa4a4ba0332671749d681aa2f8a1bf159537312.tar.gz |
bitbake.conf: Update ASSUME_PROVIDED
* Remove an obsolete comment about mercurial
* Remove cvs-native since we have removed cvs SRC_URIs
(From OE-Core rev: 99eb346bcee0d58ba40b4c3d8fcdabe3faf3e8f4)
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}" | |||
146 | 146 | ||
147 | # python-native should be here but python relies on building | 147 | # python-native should be here but python relies on building |
148 | # its own in staging | 148 | # its own in staging |
149 | # mercurial-native is required to pull mercurial repositories (hg://...) | ||
150 | # we don't have it yet in the recipies so let's assume it's provided by | ||
151 | # the underlying OS | ||
152 | ASSUME_PROVIDED = "\ | 149 | ASSUME_PROVIDED = "\ |
153 | bzip2-native \ | 150 | bzip2-native \ |
154 | cvs-native \ | ||
155 | grep-native \ | 151 | grep-native \ |
156 | diffstat-native \ | 152 | diffstat-native \ |
157 | patch-native \ | 153 | patch-native \ |