summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 22124cb7ea..4ac2a64462 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -138,7 +138,7 @@ Changes in Bitbake 1.9.x:
138 directory != the cache dir. 138 directory != the cache dir.
139 - Add md5 and sha256 checksum generation functions to utils.py 139 - Add md5 and sha256 checksum generation functions to utils.py
140 - Correctly handle '-' characters in class names (#2958) 140 - Correctly handle '-' characters in class names (#2958)
141 - Make sure expandKeys has been called on the data dictonary before running tasks 141 - Make sure expandKeys has been called on the data dictionary before running tasks
142 - Correctly add a task override in the form task-TASKNAME. 142 - Correctly add a task override in the form task-TASKNAME.
143 - Revert the '-' character fix in class names since it breaks things 143 - Revert the '-' character fix in class names since it breaks things
144 - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) 144 - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444)