summaryrefslogtreecommitdiff
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-26 21:23:37 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-26 21:23:37 +0000
commitd3076aca9d68e617b26c19f75dc701f38716bbc3 (patch)
tree1a2216cc2bb6e857ecb9bc47404aa957b4450e38 /bitbake
parent3cb385b9816481085a78adc55879ae940abfd327 (diff)
downloadopenembedded-core-d3076aca9d68e617b26c19f75dc701f38716bbc3.tar.gz
openembedded-core-d3076aca9d68e617b26c19f75dc701f38716bbc3.tar.bz2
openembedded-core-d3076aca9d68e617b26c19f75dc701f38716bbc3.tar.xz
openembedded-core-d3076aca9d68e617b26c19f75dc701f38716bbc3.zip
bitbake: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2012 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/ChangeLog3
-rw-r--r--bitbake/lib/bb/runqueue.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 4bac05c49..fbf86c649 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,4 +1,7 @@
Changes in Bitbake 1.8.x:
+ - Correctly redirect stdin when forking
+ - If parsing errors are found, exit, too many users miss the errors
+ - Remove supriours PREFERRED_PROVIDER warnings
Changes in Bitbake 1.8.4:
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index ef3cbd306..f64c115e7 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -95,7 +95,7 @@ class RunQueue:
# Nothing to do
return
- bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing Runqueue")
+ bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing runqueue")
for task in range(len(taskData.tasks_name)):
fnid = taskData.tasks_fnid[task]