From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6731278498807152640 X-Received: by 2002:adf:e392:: with SMTP id e18mr60425wrm.87.1568296195629; Thu, 12 Sep 2019 06:49:55 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:550b:: with SMTP id b11ls7401867wrv.1.gmail; Thu, 12 Sep 2019 06:49:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqxVg2IfhYZFjurndAHD0A80WomsE7G5BEJg4h7wDr8sOlI9aOApJQ4MyFkV/XQSlYpZylSB X-Received: by 2002:adf:e881:: with SMTP id d1mr15226611wrm.301.1568296195199; Thu, 12 Sep 2019 06:49:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568296195; cv=none; d=google.com; s=arc-20160816; b=lPbxmLjVnZnLvSyBJArYp9T2vMFL4aTtBLMUVYvCdaJaBRYPU2SrFMxsy/hm4Jlzl8 WPhBu/xmo9mmiv+lSOvNZRvM5DYMoh/4w6kTsFuViVPPmlvtxYNTdUKp7R253LW+7yFQ QD9R8Ta7HQdvTQSurvzf4B5hFRAlBdSIpO6HxIjBlgnrgCdFTpknViVlP6Xh7lgRIyC7 0VCuar+SL63SgqWL/960iNpwYDnP7TX+6IG/ot/bdsMZq6dZLjBKlj6PnZWz5sdtyOHF iFt59paIht2dKxUqYA8dPDcglJnWVq1UZBBttZ786M7QWLo+IYsMHH86uwdAkKhCdQdY AW9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=IT2W94jKZxeDofrymyfiKZgiwjvB014bpO1fRAHY6UY=; b=PYYl0SJM042/1jAqh6Z8qbBqgSHAg1XeitzqYjxM2cmZpWX4M2Bc4qk0lRiKUXovug uEq9KGhjuD4u0/Fkk/m5yvRybgexR4RouVj1IhuR2UsqnFIKAFk7uJJ3MTzTxmoYRMGC n0stFh5c/CTyyva9A19au7tSRRRp56ve7TRi5WPaisXruklSYcZgiYh2LTFj2/9xcTjV 8/9bRgjohAd8TOyoqdikXll8kxYRQ7nrjuA0hkoalLxtXYD3l+ZP6/nRLpP4bpqkfjfI +gjMgnx0r9JUpJhW/jexx5EHczpvqN3HTuh8cPzpzZUcsPNwJzmc5XoiiZAF4VSvpbrA y3Kg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id g15si1010993wrq.2.2019.09.12.06.49.55 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Sep 2019 06:49:55 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x8CDnrHn019820 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 12 Sep 2019 15:49:54 +0200 Date: Thu, 12 Sep 2019 15:49:52 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] Adjust do_apt_fetch dependency to crossbuild Message-ID: <20190912134952.GH6062@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <7dcb4a94-e3fb-71a6-bb9b-4693222f9316@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7dcb4a94-e3fb-71a6-bb9b-4693222f9316@web.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: cVxFcoZvUnGZ On Sat, Aug 31, 2019 at 12:38:22PM +0200, Jan Kiszka wrote: > So far, do_apt_fetch has a hard-coded dependency on buildchroot-target. > But that is not accurate. In a crossbuild scenario, it rather depends on > buildchroot-host. Adjust that by updating the automatic dependency > setting of buildchroot.bbclass from do_prepare_build to do_apt_fetch. Thanks, applied to next. SRC_APT should ideally be covered by a test case. With kind regards, Baurzhan.