From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YGOLd-0000Sp-JU for ptxdist@pengutronix.de; Wed, 28 Jan 2015 09:51:41 +0100 Received: by mail-we0-f174.google.com with SMTP id w55so14031052wes.5 for ; Wed, 28 Jan 2015 00:51:36 -0800 (PST) Received: from omega (p20030064A9173413E2CB4EFFFE1BB546.dip0.t-ipconnect.de. [2003:64:a917:3413:e2cb:4eff:fe1b:b546]) by mx.google.com with ESMTPSA id fp2sm1831991wib.8.2015.01.28.00.51.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 00:51:35 -0800 (PST) Date: Wed, 28 Jan 2015 09:51:33 +0100 From: Alexander Aring Message-ID: <20150128085131.GB6903@omega> References: <1422215784-25936-1-git-send-email-alex.aring@gmail.com> <1422215784-25936-3-git-send-email-alex.aring@gmail.com> <20150126150334.GC20195@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150126150334.GC20195@pengutronix.de> Subject: Re: [ptxdist] [PATCHv2 2/4] openssl: allow to install openssl.cnf Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Jan 26, 2015 at 04:03:34PM +0100, Michael Olbrich wrote: > On Sun, Jan 25, 2015 at 08:56:22PM +0100, Alexander Aring wrote: > > For doing some certificates magic the openssl tool requires some > > openssl.cnf file. This patch adds support to install the default > > shipped openssl.cnf file. > > > > Signed-off-by: Alexander Aring > > --- > > rules/openssl.make | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/rules/openssl.make b/rules/openssl.make > > index 50039c7..d3928a0 100644 > > --- a/rules/openssl.make > > +++ b/rules/openssl.make > > @@ -100,6 +100,10 @@ ifdef PTXCONF_OPENSSL_BIN > > @$(call install_copy, openssl, 0, 0, 0755, -, \ > > /usr/bin/openssl) > > endif > > + > > + @$(call install_copy, openssl, 0, 0, 0644, -, \ > > + /usr/lib/ssl/openssl.cnf) > > Use install_alternative. This will fall back to PKGDIR if nothing else is > available, but it can be overwritten in projectroot/ in the BSP. > +1 - Alex -- ptxdist mailing list ptxdist@pengutronix.de