diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-14 20:55:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-21 15:29:01 +0100 |
commit | b95140cad344ad4b408880f8b22061572a14be1f (patch) | |
tree | ca72e3d3f4eba195a0d121e83cdbd991e313b0e6 | |
parent | a02a5db446f06af6d6a1c49c78dfdf50aa5dc6c8 (diff) | |
download | poky-b95140cad344ad4b408880f8b22061572a14be1f.tar.gz |
systemd: Refresh patch after removal of __secure_getenv patch
(From OE-Core rev: 5268ee5b0ae1a11bf3c6cf673c8c17932ba630d4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch index df1043b27d..47ee2795a7 100644 --- a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch +++ b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch | |||
@@ -76,7 +76,7 @@ Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | |||
76 | --- a/src/basic/missing_stdlib.h | 76 | --- a/src/basic/missing_stdlib.h |
77 | +++ b/src/basic/missing_stdlib.h | 77 | +++ b/src/basic/missing_stdlib.h |
78 | @@ -11,3 +11,15 @@ | 78 | @@ -11,3 +11,15 @@ |
79 | # define secure_getenv getenv | 79 | # error "neither secure_getenv nor __secure_getenv are available" |
80 | # endif | 80 | # endif |
81 | #endif | 81 | #endif |
82 | + | 82 | + |