From d05bcee7f21250854c56fd47b1d5c064ac95efb2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 22 May 2007 11:50:37 +0000 Subject: bitbake: Merge bugfixes from bitbake-1.8 svn git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1759 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bitbake/ChangeLog') diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 0cb85db870..b254ce4ab6 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,8 +1,17 @@ +Changes in Bitbake 1.8.x: + - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) + - Fix bug when target was in ASSUME_PROVIDED (#2236) + - Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062) + - Fix invalid regexp in BBMASK error handling (missing import) (#1124) + - Don't run build sanity checks on incomplete builds + - Promote certain warnings from debug to note 2 level + Changes in Bitbake 1.8.2: - Catch truncated cache file errors - Add PE (Package Epoch) support from Philipp Zabel (pH5) - Add code to handle inter-task dependencies - Allow operations other than assignment on flag variables + - Fix cache errors when generation dotGraphs Changes in Bitbake 1.8.0: - Release 1.7.x as a stable series -- cgit v1.2.3-54-g00ecf