[bitbake-devel] [PATCH] Bitbake: import needed package

Valentin Popa valentin.popa at intel.com
Tue Jul 30 08:27:28 UTC 2013


bitbake-worker makes use of signal package
but it doesn't import it. This patch fixes the issue.

[YOCTO #4750]

Signed-off-by: Valentin Popa <valentin.popa at intel.com>
---
 bitbake/bin/bitbake-worker | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker
index 6580078..b438d98 100755
--- a/bitbake/bin/bitbake-worker
+++ b/bitbake/bin/bitbake-worker
@@ -9,6 +9,7 @@ import logging
 import bb
 import select
 import errno
+import signal
 
 # Users shouldn't be running this code directly
 if len(sys.argv) != 2 or sys.argv[1] != "decafbad":
-- 
1.8.1.2




More information about the bitbake-devel mailing list