[OE-core] [dora][PATCH] openssl: Fix pod2man des.pod error

Richard Purdie richard.purdie at linuxfoundation.org
Fri Nov 22 23:22:36 UTC 2013


On Fri, 2013-11-22 at 10:49 -0800, Saul Wold wrote:
> On 11/20/2013 11:28 PM, Mark Hatle wrote:
> > From: Baogen Shang <baogen.shang at windriver.com>
> >
> > formatting fix, =back is required before =head1 on Ubuntu 12.04.
> >
> > Signed-off-by: Baogen Shang <baogen.shang at windriver.com>
> > Signed-off-by: Jeff Polk <jeff.polk at windriver.com>
> > ---
> >   .../openssl/openssl-1.0.1e/openssl-fix-des.pod-error.patch   | 12 ++++++++++++
> >   meta/recipes-connectivity/openssl/openssl_1.0.1e.bb          |  3 ++-
> >   2 files changed, 14 insertions(+), 1 deletion(-)
> >   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix-des.pod-error.patch
> >
> > diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix-des.pod-error.patch b/meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix-des.pod-error.patch
> > new file mode 100644
> > index 0000000..512cde4
> > --- /dev/null
> > +++ b/meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix-des.pod-error.patch
> > @@ -0,0 +1,12 @@
> > +diff -urpN a_origin/des.pod b_modify/des.pod
> > +--- a_origin/crypto/des/des.pod	2013-08-15 15:02:56.211674589 +0800
> > ++++ b_modify/crypto/des/des.pod	2013-08-15 15:04:14.439674580 +0800
> > +@@ -181,6 +181,8 @@ the uuencoded file to embed in the begin
> > + output.  If there is no name specified after the B<-u>, the name text.des
> > + will be embedded in the header.
> > +
> > ++=back
> > ++
> > + =head1 SEE ALSO
> > +
> > + ps(1),
> > diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
> > index ac27dba..64ec426 100644
> > --- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
> > +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
> > @@ -6,7 +6,7 @@ DEPENDS += "ocf-linux"
> >
> >   CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
> >
> > -PR = "${INC_PR}.0"
> > +PR = "${INC_PR}.1"
> >
> 
> No PR bump please

The patch also needs a patch header/description etc.

Cheers,

Richard




More information about the Openembedded-core mailing list