summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@linux.intel.com>2015-05-18 15:06:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-19 11:45:24 +0100
commit1dd599ddfcdb547bee49bd7d86acddf64c675b42 (patch)
treebb2966c7aad594b37f52b298a95c26885c787b4f /bin
parent9097bae469cb1e005092c11610d92e908b8f19f5 (diff)
downloadbitbake-contrib-1dd599ddfcdb547bee49bd7d86acddf64c675b42.tar.gz
toaster: Remove dependency on daemon application
The bitbake observer is now started using python subprocess. This should allow for toaster to run without installing the "daemon" application. [Yocto #7271] Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/toaster b/bin/toaster
index f5ee68ca2..18eba8ea0 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -183,11 +183,6 @@ if [ `basename \"$0\"` = `basename \"${SRCFILE}\"` ]; then
exit 1
fi
- if ! which daemon >/dev/null 2>&1; then
- echo -e "Failed dependency; toaster needs the 'daemon' program in order to be able to start builds'. Please install the 'daemon' program from your distribution repositories or http://www.libslack.org/daemon/" 1>&2
- exit 1
- fi
-
# Define a fake builddir where only the pid files are actually created. No real builds will take place here.
BUILDDIR=/tmp/toaster_$$
if [ -d "$BUILDDIR" ]; then