summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-06 11:50:02 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-06 11:50:02 +0000
commit8c112e0aa9c8e12e1560a8894d5dfecd370a6bcc (patch)
treed7fdee51540754d25c985307796f3a69cca94e8f /ChangeLog
parent0bc7836736f0087d91ac72ea3bbf9cc608687881 (diff)
downloadbitbake-contrib-8c112e0aa9c8e12e1560a8894d5dfecd370a6bcc.tar.gz
Add tryaltconfigs option to control whether bitbake trys using alternative providers to fulfil failed dependencies. It defaults to off, changing the default since this behaviour confuses many users and isn't often useful (from Poky).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09f3cd83c..845aca85d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -159,6 +159,9 @@ Changes in Bitbake 1.9.x:
- use @rev when doing a svn checkout
- Add osc fetcher (from Joshua Lock in Poky)
- When SRCREV autorevisioning for a recipe is in use, don't cache the recipe
+ - Add tryaltconfigs option to control whether bitbake trys using alternative providers
+ to fulfil failed dependencies. It defaults to off, changing the default since this
+ behaviour confuses many users and isn't often useful.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series