summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-15 12:58:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:32:46 +0000
commit4fa4a4ba0332671749d681aa2f8a1bf159537312 (patch)
tree5953a01a53ffdca824d8bc8afc2bc5fa18f1adf4 /meta/conf/bitbake.conf
parentd4a31b7ce9077ef90665480a1a4a30a2ba68707d (diff)
downloadpoky-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/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
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
152ASSUME_PROVIDED = "\ 149ASSUME_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 \