diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-11 11:11:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:09 +0000 |
commit | 6821854dbad2a23284e7441d6f5748ba849ae472 (patch) | |
tree | f53e830b4c4b11683c818d140b87a6d6dfc806ae /meta | |
parent | 82107b120947171293d8aed839c2144139951828 (diff) | |
download | poky-6821854dbad2a23284e7441d6f5748ba849ae472.tar.gz |
systemd: fix Upstream-Status tag
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch b/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch index 30e38173e6..5af78d5582 100644 --- a/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch +++ b/meta/recipes-core/systemd/systemd/0022-Use-getenv-when-secure-versions-are-not-available.patch | |||
@@ -7,8 +7,8 @@ musl doesnt implement secure version, so we default | |||
7 | to it if configure does not detect a secure imeplementation | 7 | to it if configure does not detect a secure imeplementation |
8 | 8 | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | Upstream-Status: Denied | ||
10 | --- | 11 | --- |
11 | Upstream-Status: Rejected | ||
12 | 12 | ||
13 | src/basic/missing.h | 5 +++-- | 13 | src/basic/missing.h | 5 +++-- |
14 | 1 file changed, 3 insertions(+), 2 deletions(-) | 14 | 1 file changed, 3 insertions(+), 2 deletions(-) |