[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2317/8267] bitbake: toaster: remove handling of .toasterui.pid



commit d2e7ed0c88971070bd0d91916ff636f724263b8a
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Mon Sep 5 15:29:31 2016 +0100

    bitbake: toaster: remove handling of .toasterui.pid
    
    This file is not created anywhere, but handled in toaster
    script code.
    
    (Bitbake rev: 16f3cd3535c9eec71ea7594c1e3a83db00dba7ca)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Michael Wood <michael g wood intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/bin/toaster |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 5e01101..b14749a 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -95,10 +95,6 @@ stop_system()
     # prevent reentry
     if [ $INSTOPSYSTEM -eq 1 ]; then return; fi
     INSTOPSYSTEM=1
-    if [ -f ${BUILDDIR}/.toasterui.pid ]; then
-        kill `cat ${BUILDDIR}/.toasterui.pid` 2>/dev/null
-        rm ${BUILDDIR}/.toasterui.pid
-    fi
     webserverKillAll
     # unset exported variables
     unset TOASTER_DIR


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]