On 03/04/2018 06:22 PM, [email protected] wrote: > From: Jackie Huang <[email protected]> > > Signed-off-by: Jackie Huang <[email protected]>
merged. thanks - armin > --- > .../xmlsec1-fix-a-typo-in-examples-verify3.c.patch | 25 > ++++++++++++++++++++++ > recipes-security/xmlsec1/xmlsec1_1.2.25.bb | 1 + > 2 files changed, 26 insertions(+) > create mode 100644 > recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch > > diff --git > a/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch > > b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch > new file mode 100644 > index 0000000..0fe3fd7 > --- /dev/null > +++ > b/recipes-security/xmlsec1/xmlsec1/xmlsec1-fix-a-typo-in-examples-verify3.c.patch > @@ -0,0 +1,25 @@ > +From bf1c7b17cc80a2f4dfd43f112f944f68fa5fbcd6 Mon Sep 17 00:00:00 2001 > +From: Jackie Huang <[email protected]> > +Date: Fri, 2 Mar 2018 01:10:58 -0800 > +Subject: [PATCH] xmlsec1: fix a typo in examples/verify3.c > + > +Upstream-Status: Submitted [https://github.com/lsh123/xmlsec/pull/153] > + > +Signed-off-by: Jackie Huang <[email protected]> > +--- > + examples/verify3.c | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/examples/verify3.c b/examples/verify3.c > +index 2d26ae7..68f52ab 100644 > +--- a/examples/verify3.c > ++++ b/examples/verify3.c > +@@ -1,4 +1,4 @@ > +-4/** > ++/** > + * XML Security Library example: Verifying a file signed with X509 > certificate > + * > + * Verifies a file signed with X509 certificate. > +-- > +2.13.0 > + > diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb > b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb > index d351dd2..dbb6f7d 100644 > --- a/recipes-security/xmlsec1/xmlsec1_1.2.25.bb > +++ b/recipes-security/xmlsec1/xmlsec1_1.2.25.bb > @@ -17,6 +17,7 @@ SRC_URI = > "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \ > file://change-finding-path-of-nss.patch \ > file://makefile-ptest.patch \ > file://xmlsec1-examples-allow-build-in-separate-dir.patch \ > + file://xmlsec1-fix-a-typo-in-examples-verify3.c.patch \ > file://run-ptest \ > " > -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
