summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-08-17 14:46:56 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-08-17 14:46:56 +0000
commit4439b3110b952d49c9486bb14168556390adfb8f (patch)
tree0ea026f7ccc05dba0087a41da65310160e341417 /ChangeLog
parent8405eb1631300cdf32b8c6c385b1b2a1d1a1946b (diff)
downloadbitbake-4439b3110b952d49c9486bb14168556390adfb8f.tar.gz
Print the list of missing DEPENDS/RDEPENDS on the "No buildable providers available for required build target..." error message
I'm not certain to get all occurences of fail_fnid but the printed message is a usability improvement. So this change might be not complete but good enough to be applied.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71cf5684b..882e988f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,8 @@ Changes in Bitbake 1.9.x:
- Add locking for fetchers so only one tries to fetch a given file at a given time
- Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains
- Expand data in addtasks
+ - Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for required...."
+ error message.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series