From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6589850664656961536 X-Received: by 2002:aa7:c0c2:: with SMTP id j2-v6mr6594188edp.0.1534319171291; Wed, 15 Aug 2018 00:46:11 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:aa7:d293:: with SMTP id w19-v6ls578729edq.6.gmail; Wed, 15 Aug 2018 00:46:10 -0700 (PDT) X-Google-Smtp-Source: AA+uWPwOKrLl17rE51UrJZ3qVfwElnvRfW3+GtMX8b9PafmQW3hiqTYys6xfpsbG3OJ3ODq9+ssD X-Received: by 2002:aa7:c6c4:: with SMTP id b4-v6mr1251854eds.12.1534319170908; Wed, 15 Aug 2018 00:46:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534319170; cv=none; d=google.com; s=arc-20160816; b=vvzdTCOhbznSGHx5QIajQ65lMECMtAM5ZTnTt9PzmtCZ1MJJD/yJeADnVPYG5hn0MC k+za/0iAewN9Eaa33nPcUS7D8+B6htRzGYcLTlBZwmVjD4pjSDNVvk9MM1NZzF8hQpnq ST0m4TyTUw//SysH0rqFr3zQsduYqVwe6+KmLSPXEO6YlvPX1wKZ5Tqfu02ieLU3YX9l xD7h4jF3eq2k/xJ8uant8ZpCrS0ii6TeylArKaZ4DtXaZfldpPCF/t2OnWJURgjjNc5J TrLa0yiPi2J6Wq+h4qUTpiw/KIXq0wAdf215Cvx4ZWSpwgoCyl7nNbiSe1DLzDHHKYyS r14w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=nsetvoaiPlFTV9ST6OsIJOKpGLUta6ZotsQYbLaaDdE=; b=Sr+BszMsBgkuOrc30b7J/Si7cBhfUKidUBV9V5h+XktGY2TwoybdGxAroU0K1lX9Ja Cg8bm0ohMUacKPq8uD/xWdudW2RDD0eycJQBqu4G1h0ghpIfbfOjPSqWGyxb9LcR+JRC wcLQgU0Pt2QD2yHksZE68+v3sGA5jhLCsN9Fr0wUlv2iJnT55cen8jcyVo3ERP+lp/qg Kac64wtXxO0tFaDIP5y5yVjF9mFiHb1W9ut8DsVw2z36wYtIKmh8UrWTHSH7ZH5tDrRq TOHpWqbBFrs4MI0nRccFsgjl1ki6n+oskPf6er/6PdBuy5QIUfnEIaafaRk0qUWJy3pH uLyg== 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 y4-v6si758108edp.2.2018.08.15.00.46.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Aug 2018 00:46:10 -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 ([84.47.189.78]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w7F7jv0O021925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 15 Aug 2018 09:46:03 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 0/1] Drop deps checking Date: Wed, 15 Aug 2018 07:45:52 +0000 Message-Id: <20180815074553.27353-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.11.0 X-TUID: oZiYkHUFqyhn Hi all, this patch was a part of cross-compilation series. Initially it was proposed to use '--no-check-builddeps' parameter, but seems dpkg-buildpackage from Jessie doesn't support it. I've found, that '-d' means the same and it's supported in all the suites. Sorry for the delay, testing all the configurations took much time. Alexander Smirnov (1): buildhcroot/build.sh: Disable deps checking meta/recipes-devtools/buildchroot/files/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0