From patchwork Tue Dec 20 20:37:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wookey X-Patchwork-Id: 5904 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 4527E23E01 for ; Tue, 20 Dec 2011 20:37:29 +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 3BF98A18299 for ; Tue, 20 Dec 2011 20:37:29 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so3810854eaa.11 for ; Tue, 20 Dec 2011 12:37:29 -0800 (PST) Received: by 10.205.120.148 with SMTP id fy20mr1081138bkc.125.1324413449020; Tue, 20 Dec 2011 12:37:29 -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 ac16cs22027bkc; Tue, 20 Dec 2011 12:37:28 -0800 (PST) Received: by 10.220.147.195 with SMTP id m3mr2903375vcv.6.1324413447132; Tue, 20 Dec 2011 12:37:27 -0800 (PST) Received: from stoneboat.aleph1.co.uk (stoneboat.aleph1.co.uk. [80.68.88.63]) by mx.google.com with ESMTPS id z2si770062vcv.93.2011.12.20.12.37.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Dec 2011 12:37:27 -0800 (PST) Received-SPF: neutral (google.com: 80.68.88.63 is neither permitted nor denied by best guess record for domain of wookey@wookware.org) client-ip=80.68.88.63; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.68.88.63 is neither permitted nor denied by best guess record for domain of wookey@wookware.org) smtp.mail=wookey@wookware.org Received: from cpc5-cmbg4-0-0-cust802.5-4.cable.virginmedia.com ([86.14.235.35] helo=kh.home.wookware.org) by stoneboat.aleph1.co.uk with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Rd6R9-0006BD-7Z; Tue, 20 Dec 2011 20:37:25 +0000 Received: from wookey by kh.home.wookware.org with local (Exim 4.77) (envelope-from ) id 1Rd6R8-00010p-1i; Tue, 20 Dec 2011 20:37:22 +0000 From: wookey@wookware.org To: buildd-tools-devel@lists.alioth.debian.org Cc: patches@linaro.org, Wookey Date: Tue, 20 Dec 2011 20:37:04 +0000 Message-Id: <1324413424-3849-2-git-send-email-wookey@wookware.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1324413424-3849-1-git-send-email-wookey@wookware.org> References: <1324413424-3849-1-git-send-email-wookey@wookware.org> X-SA-Exim-Connect-IP: 86.14.235.35 X-SA-Exim-Mail-From: wookey@wookware.org 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.8 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=no version=3.3.1 Subject: [PATCH 2/2] Install package to put in pkg-config link 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 59a996e..1223e8e 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 => ['dpkg-cross, g++-arm-linux-gnueabi', 'libc6-dev-armel-cross'], - armhf => ['dpkg-cross, g++-arm-linux-gnueabihf', 'libc6-dev-armhf-cross'] + DEFAULT => { armel => ['dpkg-cross, g++-arm-linux-gnueabi', 'libc6-dev-armel-cross', 'pkg-config-arm-linux-gnueabi'], + armhf => ['dpkg-cross, g++-arm-linux-gnueabihf', 'libc6-dev-armhf-cross', 'pkg-config-arm-linux-gnueabihf'] }, HELP => 'Per-architecture dependencies required for cross-building.' }, 'BUILD_SOURCE' => {