From patchwork Mon Jul 11 14:00:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 2642 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9B92124353 for ; Mon, 11 Jul 2011 14:00:48 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 5122CA1845D for ; Mon, 11 Jul 2011 14:00:48 +0000 (UTC) Received: by qwb8 with SMTP id 8so2679206qwb.11 for ; Mon, 11 Jul 2011 07:00:47 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr2160441qcb.38.1310392847538; Mon, 11 Jul 2011 07:00:47 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs208327qcb; Mon, 11 Jul 2011 07:00:46 -0700 (PDT) Received: by 10.52.66.69 with SMTP id d5mr5736185vdt.48.1310392843869; Mon, 11 Jul 2011 07:00:43 -0700 (PDT) Received: from afflict.kos.to (afflict.kos.to [92.243.29.197]) by mx.google.com with ESMTPS id 16si5625421vcs.130.2011.07.11.07.00.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jul 2011 07:00:43 -0700 (PDT) Received-SPF: neutral (google.com: 92.243.29.197 is neither permitted nor denied by best guess record for domain of riku.voipio@linaro.org) client-ip=92.243.29.197; Authentication-Results: mx.google.com; spf=neutral (google.com: 92.243.29.197 is neither permitted nor denied by best guess record for domain of riku.voipio@linaro.org) smtp.mail=riku.voipio@linaro.org Received: from kos.to (a88-115-163-181.elisa-laajakaista.fi [88.115.163.181]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id ADB9826691; Mon, 11 Jul 2011 14:00:38 +0000 (UTC) Received: by kos.to (sSMTP sendmail emulation); Mon, 11 Jul 2011 17:00:37 +0300 Date: Mon, 11 Jul 2011 17:00:37 +0300 From: Riku Voipio To: scratchbox-devel@lists.scratchbox.org Cc: patches@linaro.org Subject: [PATCH] Update debian recommends Message-ID: <20110711140037.GA6908@aimless> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) qemu usermode emulation is now in "qemu-user" packages, while build-essential and wget are needed for cross-libtool build (at least). Signed-off-by: Riku Voipio --- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index d520090..8983c0d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: http://www.freedesktop.org/wiki/Software/sbox2 Package: scratchbox2 Architecture: i386 amd64 powerpc ia64 Depends: ${shlibs:Depends}, libsb2 (= ${binary:Version}), fakeroot, realpath -Recommends: qemu +Recommends: qemu-user, build-essential, wget Suggests: sbrsh Description: Transparent cross compiling environment Scratchbox2 uses a LD_PRELOAD library to create a transparent cross compiling