From: Paul Eggleton Date: Wed, 13 Nov 2013 14:32:41 +0000 (+0000) Subject: bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b15220f17a07f498e8d82bcd9e237d462f0ef23;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults These were for task-bootstrap in OE-Classic and have never been used in OE-Core. (From OE-Core rev: f4692afb518f07e17fbd35a2023877b7041abef9) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ea313adca55..b01c69f5570 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -551,13 +551,6 @@ SELECTED_OPTIMIZATION = "${@d.getVar(['FULL_OPTIMIZATION', 'DEBUG_OPTIMIZATION'] SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION" BUILD_OPTIMIZATION = "-O2 -pipe" -################################################################## -# Bootstrap stuff. -################################################################## - -BOOTSTRAP_EXTRA_RDEPENDS = "" -BOOTSTRAP_EXTRA_RRECOMMENDS = "" - ################################################################## # Download locations and utilities. ##################################################################