From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6581862148598661120 X-Received: by 2002:a1c:ccc:: with SMTP id 195-v6mr447348wmm.11.1532459205901; Tue, 24 Jul 2018 12:06:45 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:e910:: with SMTP id q16-v6ls2838257wmc.2.gmail; Tue, 24 Jul 2018 12:06:45 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcbQENd9FvivfqHD2orLxXByF4LvsmvEZmEWNRZazOm0OqiodFTuW8muRsHN785eaGMM+rl X-Received: by 2002:a1c:4b13:: with SMTP id y19-v6mr416323wma.4.1532459205559; Tue, 24 Jul 2018 12:06:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532459205; cv=none; d=google.com; s=arc-20160816; b=m/tD1Q9FnP+fDhQhHHN1LIbFfkROsGOlH6DogWErPOQPtN3EG5Uv7mwfgZ8LQF7oU2 pdinuch5NZALf6Zs3zQu9D91PKB40UYyN6Jjw0VSBPeEzYYpzUdiSNoXxU+/JlX6Nbh2 th5+fP+JPKxQH1Hn0QEqvMkll1fvuZAGEGuXqAIZB4Gq5rJ1QeVTYZQcHokB2XkpgSL5 v90sNi+VVLHhCcabYMekNXqp2TRwG3NtOrnso7pxgofScVCwU/heKirhtv43yuE/lx8y YwuxHX7cGOMYWtWZ4AjfZc13qG4qwb7qLhWlEDKSkk58MBvo6BKhlKdO7nAYd4+4bFPg St2g== 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=psqLHv0jqbvCCCbAMSoYBQWrMHrjXjt8HFb8TCFRx5M=; b=kW0AjEoUBVdz6bRDN0t6PfhkMeHIDGI/dICKTCRMPawE7ihPqZz8oTIzsN2pa9Ps1x jirbniG/5pV62IRVHKoGt5UcWRcxUYKBQ+hQORvhjEvF8W0LIqa3QBYKJ59DWsqwDJe3 Qp7kpovvkWquqmEQznLrJ3tK0lNc7cHUlHg2rGNWd75RXIWFD1WO+IY7KqTKdNW5LFzQ IUCcF0Nszq9O+fo+mm+RtgppDzU9rpzsQ2oVGjjqDfQGRJ9w+Clc2CJukd8gsJjfFR9E e/5NULSFXRwcJdp6L6Z1HDsJpU5z5PObIffwm672IHFhIQ1BBQXoigjTxz46t2uxYYpa ydAg== 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 s3-v6si8438wri.2.2018.07.24.12.06.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jul 2018 12:06:45 -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 w6OJ6PE2020773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Jul 2018 21:06:36 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH v4 08/10] linux: Drop gcc from dependencies Date: Tue, 24 Jul 2018 22:06:16 +0300 Message-Id: <20180724190618.19155-9-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180724190618.19155-1-asmirnov@ilbers.de> References: <20180724190618.19155-1-asmirnov@ilbers.de> X-TUID: GKSI1nX/pDza This dependency pulls target tools what conflicts with the host ones. Signed-off-by: Alexander Smirnov --- meta/recipes-kernel/linux/linux-custom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc index d5fc5a6..87d4377 100644 --- a/meta/recipes-kernel/linux/linux-custom.inc +++ b/meta/recipes-kernel/linux/linux-custom.inc @@ -26,7 +26,7 @@ SRC_URI += "file://build-kernel.sh" KBUILD_DEPENDS ?= "libssl-dev libelf-dev bc" KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, kmod, linux-base (>= 4.3~)" -KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, libssl1.1, gcc" +KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, libssl1.1" dpkg_runbuild() { # Install package builder script -- 2.1.4