diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-01 23:00:45 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-01 23:00:45 +0200 |
commit | 5a81ed69442268620b31fa8fe7f687c45c811e60 (patch) | |
tree | a93153fff34d4f6f7e34cbb8b35f652064ed2902 | |
parent | 6ee7bd778686215048a2df9ea10645d17b232002 (diff) |
Remove upstreamed patch for typo in verify3
Upstream recipe has fix included.
Change-Id: Ice5b699c9fbd25ec9b1dceb0bdac8f669cec9b0f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-security/recipes-security/xmlsec1/xmlsec1/remove-4-in-verify3.patch | 11 | ||||
-rw-r--r-- | meta-security/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend | 3 |
2 files changed, 0 insertions, 14 deletions
diff --git a/meta-security/recipes-security/xmlsec1/xmlsec1/remove-4-in-verify3.patch b/meta-security/recipes-security/xmlsec1/xmlsec1/remove-4-in-verify3.patch deleted file mode 100644 index 185ed8f98..000000000 --- a/meta-security/recipes-security/xmlsec1/xmlsec1/remove-4-in-verify3.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/examples/verify3.c b/examples/verify3.c -index 2d26ae7..d36552d 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. - diff --git a/meta-security/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend b/meta-security/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend deleted file mode 100644 index 047ab402c..000000000 --- a/meta-security/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" -SRC_URI += "file://remove-4-in-verify3.patch" - |