diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-01 09:21:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-02 15:58:25 +0100 |
commit | 984bef4298f3aa41d7f578b867e3a06996597d6b (patch) | |
tree | 541eb9eaf808889611bd0a189ba77cb4ebbb3df5 | |
parent | 941604945c0e2b99dac912a984961073d8b2f687 (diff) | |
download | poky-984bef4298f3aa41d7f578b867e3a06996597d6b.tar.gz |
shadow: correct the pam patch status
(From OE-Core rev: 623872e99068968a94635af6fac24b979d82da32)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch index 15f8044fa2..3b61b75e5b 100644 --- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch +++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch | |||
@@ -4,7 +4,9 @@ In yocto it obey the way with Debian/Ubuntu, and the names are common-auth, comm | |||
4 | common-password and common-session. | 4 | common-password and common-session. |
5 | So update them with oe way. | 5 | So update them with oe way. |
6 | 6 | ||
7 | Upstream-Status: Pending | 7 | See meta/recipes-extended/pam/libpam/pam.d/common-password |
8 | |||
9 | Upstream-Status: Inappropriate [oe-core specific] | ||
8 | 10 | ||
9 | Signed-off-by: Kang Kai <kai.kang@windriver.com> | 11 | Signed-off-by: Kang Kai <kai.kang@windriver.com> |
10 | 12 | ||