From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6451845428335869952 X-Received: by 10.13.248.133 with SMTP id i127mr2363509ywf.193.1502187323875; Tue, 08 Aug 2017 03:15:23 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.107.173.71 with SMTP id w68ls2528316ioe.23.gmail; Tue, 08 Aug 2017 03:15:23 -0700 (PDT) X-Received: by 10.98.61.66 with SMTP id k63mr2249943pfa.54.1502187323762; Tue, 08 Aug 2017 03:15:23 -0700 (PDT) Received: by 10.55.10.138 with SMTP id 132msqkk; Tue, 8 Aug 2017 03:04:59 -0700 (PDT) X-Received: by 10.28.145.197 with SMTP id t188mr526912wmd.11.1502186699505; Tue, 08 Aug 2017 03:04:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1502186699; cv=none; d=google.com; s=arc-20160816; b=eyxx9CnP4P0/LD6lSt/vQ/MfoQOs6o3db6irAZO5nv7EZcQOF91k4cuxgsrP9hJJl/ PopZiLs1Q445sJyVM9wu4s3LjFA49Q+T+mm/FLmu1LcKuUozNIHw68Ud4yYaj5pJHCbm YOPAVjeHxPe1D+olD+8Ywg7vQB4nqs0AHQ2uLK3N9qo5zqZRrDpy5jLV0Q+qXnTS6WI5 c6wL/cYcWC72YiE3Asamt+O+mca8s61YuXv6Tl8Up7fYYIOtMAsZZ+1290t7nCBDyZ+/ FHfWEMM1ZLoXlihd2Kif4ZL/OCS39rQ5RyHl8XJJ4EbO5a5aGxpgnXiVshhPHNkEl4FV mPQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=JDBo7pHF8CzeF8zLR+NACm+i/ys/tXLYlUjPHrLOFKc=; b=m6cG+8H5l2pzt6yB0oFNF8BGsBaIGqqHDDzToRNM971D6mmh8MboqSsVLcbUrzvsdP aJ+FG7zAx1r8M8mqpM5aoFMR+RbcWGaaS3h5oZRlnzbuSn/zg/PSBMGeAMqBiYF9DtVE E+WaefDVEdcVZ4eBdELZ4dyeQDf2Pn9OeI8YSbma0kGOqyDAPs6SVOTlz1E6xnQTjGWK 48FY+3Uwwa/ocEm8pDsNiZc82Gsn2nM29qBO569kpIBLnFDSduAwRZZWmAGsduv5Jz/q 5RJbLgQgVunFd8JE9e0ctpfaTr21mNFm6Cxk1xxZHpb9JUtTaqakTt02wo6kURSMhbB7 wwYQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id b82si348352wmd.5.2017.08.08.03.04.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Aug 2017 03:04:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v78A4aD6021408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 8 Aug 2017 12:04:50 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Frank Lenormand Subject: [PATCH 3/4] buildchroot: Fix dependency installation in buildchroot Date: Tue, 8 Aug 2017 13:04:23 +0300 Message-Id: <20170808100424.19607-4-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.4 In-Reply-To: <20170808100424.19607-1-asmirnov@ilbers.de> References: <20170808100424.19607-1-asmirnov@ilbers.de> X-TUID: gzC6bRsu5yG2 From: Frank Lenormand Use '-y' parameter for apt to resolve command prompt dialogs. Signed-off-by: Frank Lenormand --- meta/recipes-devtools/buildchroot/files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/buildchroot/files/build.sh b/meta/recipes-devtools/buildchroot/files/build.sh index 9268b05..ba443bc 100644 --- a/meta/recipes-devtools/buildchroot/files/build.sh +++ b/meta/recipes-devtools/buildchroot/files/build.sh @@ -12,7 +12,7 @@ cd $1 DEPS=`perl -ne 'next if /^#/; $p=(s/^Build-Depends:\s*/ / or (/^ / and $p)); s/,|\n|\([^)]+\)//mg; print if $p' < debian/control` # Install deps -apt-get install $DEPS +apt-get install -y $DEPS # If autotools files have been created, update their timestamp to # prevent them from being regenerated -- 2.1.4