[OE-core] [PATCH] openssl: Move libcrypto to base_libdir

Phil Blundell philb at gnu.org
Tue Feb 21 22:40:16 UTC 2012


On Tue, 2012-02-21 at 14:24 -0800, Saul Wold wrote:
> On 02/10/2012 08:01 AM, Andrei Gherzan wrote:
> > This fix is for dhclient. It needs libcrypto at runtime and if
> > libcrypto is in libdir, it's path can be inaccessible on systems
> > where /usr is on nfs for example or dhclient is needed before
> > /usr is mounted.
> >
> > Signed-off-by: Andrei Gherzan<andrei at gherzan.ro>
> > ---
> >   ...001-openssl-Move-libcrypto-to-base_libdir.patch |   61 ++++++++++++++++++++
> >   meta/recipes-connectivity/openssl/openssl.inc      |   10 +++-
> >   .../recipes-connectivity/openssl/openssl_1.0.0g.bb |    2 +-
> >   3 files changed, 71 insertions(+), 2 deletions(-)
> >   create mode 100644 meta/recipes-connectivity/openssl/0001-openssl-Move-libcrypto-to-base_libdir.patch
> >
> > diff --git a/meta/recipes-connectivity/openssl/0001-openssl-Move-libcrypto-to-base_libdir.patch b/meta/recipes-connectivity/openssl/0001-openssl-Move-libcrypto-to-base_libdir.patch
> > new file mode 100644
> > index 0000000..b101d8c
> > --- /dev/null
> > +++ b/meta/recipes-connectivity/openssl/0001-openssl-Move-libcrypto-to-base_libdir.patch
> > @@ -0,0 +1,61 @@
> > +From ac1fe1490e997fb8fd91ec13b675d38efcc65775 Mon Sep 17 00:00:00 2001
> > +From: Andrei Gherzan<andrei at gherzan.ro>
> > +Date: Thu, 9 Feb 2012 00:03:38 +0200
> > +Subject: [PATCH] openssl: Move libcrypto to base_libdir
> > +
> > +This fix is for dhclient. It needs libcrypto at runtime and if
> > +libcrypto is in libdir, it's path can be inaccessible on systems
> > +where /usr is on nfs for example or dhclient is needed before
> > +/usr is mounted.
> > +
> Seems to be missing Upstream-Status

Really?  There doesn't seem to be any genuine patch here.  As far as I
can tell, that 0001-openssl-Move-libcrypto-to-base_libdir.patch file is
some old version of the changeset which has somehow gotten checked in as
a git format-patch'd diff.  I think it should be deleted, not given an
upstream-status.

p.






More information about the Openembedded-core mailing list