From 8b8859a8fee709a808b4cbb8ed126b8f7e1eafa9 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Mon, 18 May 2015 15:06:12 -0700 Subject: bitbake: 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] (Bitbake rev: 1dd599ddfcdb547bee49bd7d86acddf64c675b42) Signed-off-by: Randy Witt Signed-off-by: Richard Purdie --- bitbake/bin/toaster | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bitbake/bin') diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index f5ee68ca25..18eba8ea07 100755 --- a/bitbake/bin/toaster +++ b/bitbake/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 -- cgit v1.2.3-54-g00ecf