From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id F3FE5782C5 for ; Thu, 24 Aug 2017 14:26:47 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id v7OEQkwo025902 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 24 Aug 2017 15:26:47 +0100 Message-ID: <1503584806.32591.198.camel@linuxfoundation.org> From: Richard Purdie To: Andrej Valek , Khem Raj , Randy MacLeod , "openembedded-core@lists.openembedded.org" , Armin Kuster Date: Thu, 24 Aug 2017 15:26:46 +0100 In-Reply-To: <8994061e-1012-1a4d-e6d7-47e978646841@siemens.com> References: <1502981085-18209-1-git-send-email-andrej.valek@siemens.com> <1502987497.13978.239.camel@linuxfoundation.org> <1503048946.32591.0.camel@linuxfoundation.org> <1abbf9f3-8f0e-3fba-26f5-114f049cb977@siemens.com> <1503492285.32591.152.camel@linuxfoundation.org> <1503584213.32591.192.camel@linuxfoundation.org> <8994061e-1012-1a4d-e6d7-47e978646841@siemens.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (dan.rpsys.net [192.168.3.1]); Thu, 24 Aug 2017 15:26:47 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH] ca-certificates: prevent executing update-ca-certificates from host system X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 14:26:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Thu, 2017-08-24 at 16:23 +0200, Andrej Valek wrote: > I have seen your patch, but it is not fixing my described issue. > A command update-ca-certificates will be not available due to missing > native stuff. I changed the postinst so it doesn't need a native update-ca- certificates though? Its similar to one of your original patches but fixes the dependency issues and explains why the current approach is broken (path mismatch) and why its safe to do this (allarch recipe and script). Cheers, Richard