From patchwork Mon Dec 19 12:53:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wookey X-Patchwork-Id: 5871 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 E26F023E18 for ; Mon, 19 Dec 2011 12:53:50 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id D8435A183F1 for ; Mon, 19 Dec 2011 12:53:50 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so1864142eaa.11 for ; Mon, 19 Dec 2011 04:53:50 -0800 (PST) Received: by 10.204.156.219 with SMTP id y27mr4857908bkw.125.1324299230698; Mon, 19 Dec 2011 04:53:50 -0800 (PST) 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.205.82.144 with SMTP id ac16cs5283bkc; Mon, 19 Dec 2011 04:53:50 -0800 (PST) Received: by 10.216.213.15 with SMTP id z15mr6668815weo.50.1324299228777; Mon, 19 Dec 2011 04:53:48 -0800 (PST) Received: from stoneboat.aleph1.co.uk (stoneboat.aleph1.co.uk. [80.68.88.63]) by mx.google.com with ESMTPS id el4si10489623wbb.37.2011.12.19.04.53.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Dec 2011 04:53:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of wookey@aleph1.co.uk designates 80.68.88.63 as permitted sender) client-ip=80.68.88.63; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of wookey@aleph1.co.uk designates 80.68.88.63 as permitted sender) smtp.mail=wookey@aleph1.co.uk Received: from host-78-151-164-206.static.as13285.net ([78.151.164.206] helo=dream.aleph1.co.uk) by stoneboat.aleph1.co.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Rccis-0003dH-EH; Mon, 19 Dec 2011 12:53:47 +0000 Received: from wookey by dream.aleph1.co.uk with local (Exim 4.72) (envelope-from ) id 1Rccim-0003of-Dp; Mon, 19 Dec 2011 12:53:36 +0000 From: wookey@wookware.org To: buildd-tools-devel@lists.alioth.debian.org Cc: patches@linaro.org, Wookey Date: Mon, 19 Dec 2011 12:53:14 +0000 Message-Id: <1324299198-14640-3-git-send-email-wookey@wookware.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1324299198-14640-1-git-send-email-wookey@wookware.org> References: <1324299198-14640-1-git-send-email-wookey@wookware.org> X-SA-Exim-Connect-IP: 78.151.164.206 X-SA-Exim-Mail-From: wookey@aleph1.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on stoneboat.aleph1.co.uk X-Spam-Level: X-Spam-Status: No, score=-2.1 required=4.5 tests=AWL,BAYES_00 autolearn=no version=3.3.1 Subject: [PATCH 3/7] Add dpkg-cross to the core set of cross-stuff X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk) From: Wookey --- lib/Sbuild/Conf.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Sbuild/Conf.pm b/lib/Sbuild/Conf.pm index 1b6d6a3..59a996e 100644 --- a/lib/Sbuild/Conf.pm +++ b/lib/Sbuild/Conf.pm @@ -845,8 +845,8 @@ sub setup ($) { TYPE => 'HASH:ARRAY:STRING', VARNAME => 'crossbuild_core_depends', GROUP => 'Multiarch support (transitional)', - DEFAULT => { armel => ['g++-arm-linux-gnueabi', 'libc6-dev-armel-cross'], - armhf => ['g++-arm-linux-gnueabihf', 'libc6-dev-armhf-cross'] + DEFAULT => { armel => ['dpkg-cross, g++-arm-linux-gnueabi', 'libc6-dev-armel-cross'], + armhf => ['dpkg-cross, g++-arm-linux-gnueabihf', 'libc6-dev-armhf-cross'] }, HELP => 'Per-architecture dependencies required for cross-building.' }, 'BUILD_SOURCE' => {