From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6842624645008457728 X-Received: by 2002:adf:dccc:: with SMTP id x12mr52908078wrm.241.1600679541291; Mon, 21 Sep 2020 02:12:21 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a58a:: with SMTP id o132ls6213797wme.3.gmail; Mon, 21 Sep 2020 02:12:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzrlZ3NAbKyOw2qowA3IsXmwWtHIsf7RQUCO3dNzI20NQIsvpraL6bUppGLFnZj1ybxOyUr X-Received: by 2002:a1c:f715:: with SMTP id v21mr31377544wmh.117.1600679540405; Mon, 21 Sep 2020 02:12:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600679540; cv=none; d=google.com; s=arc-20160816; b=hrsfd6uSfw/qWm8PngvOmzXGqHDBgONpjuGGzdG974i6ID568iub6nH+ezGN4tHwTc mivHlqO3wDYFSu9MUGyYcVhQ+2v+mtN3qCUZmE6Km4goFFJ5k8QApN0yQ7Jc9qQEJuwZ dfPNm3KBjQh+tzsKsuCCChobxSN2oUGo6++YTCwIpbz9Rqy+WGKzgqJpT44GDbHySp55 1t8Bn0SgfsszhcCCTSXKldR90K+H596us/AhvQc4KxD259ESb11NL3X3TADkQ0+5MTFd zBLwh1eorb5uAJXJAnBtMcTKPvBjhXwSHoXbhwp0ttwRvSF7xGaUnQ96KhEbBLzf1ovv X0yg== 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=isKFqG4QSSQfW/Tow6w+DRJBAIyGYch9dddzH88CEEY=; b=A1ZvFOQ47gctIEeZL2xREtUxe/YcDej8aP0INtYYdCcwk0abOZkGPEmN8vTfzWw58+ AKRwyAxYN9TJJd1jQ8HxXMf5K8MeM692dYe4Xajt3fY0M34uGXef3YHLwvSebTCKdNjp zcL97M15GPWBBHueaGW2o36fhmHFdXrAzikc9QyzOeYAzK+l/4uxLNYUAq8C+VPeWxK5 V42avPejbegbDKu1vvA4rCue0EsGy4wBo/YCM/Nvbk8nP/APdxG6UuLkQ9kVzAbBVID6 7gVin187FTNVs3+exRExI3uvQDkDn7+9KYlmnxw7baS0lt/NSqDqkmpX2aVHspz7Cuq+ +54g== 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 z62si219302wmb.0.2020.09.21.02.12.20 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Sep 2020 02:12:20 -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 08L9CH3R026272 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 21 Sep 2020 11:12:19 +0200 Date: Mon, 21 Sep 2020 11:12:17 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] wic-img: Drop redundant dependency Message-ID: <20200921091217.GL16317@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <0fa90b81-a998-fc43-c0ce-1954f8223c31@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0fa90b81-a998-fc43-c0ce-1954f8223c31@siemens.com> 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: l7GlgNzAHNpH On Fri, Jun 26, 2020 at 01:58:18PM +0200, Jan Kiszka wrote: > do_wic_image depends on do_image_tools, that depends on > do_install_imager_deps which already ensures that we have > buildchroot-target. Applied to next, thanks for your patience. With kind regards, Baurzhan.