mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
screen: Add virtual/crypt dependency
screen uses crypt() so add the missing DEPENDS triggered by glibc 2.28. (From OE-Core rev: 77ca6be2bcac35a54546b0b468a4d68e8cc8b894) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,7 +11,7 @@ LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://screen.h;endline=26;md5=3971142989289a8198a544220703c2bf"
|
||||
|
||||
DEPENDS = "ncurses \
|
||||
DEPENDS = "ncurses virtual/crypt \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
RDEPENDS_${PN} = "base-files"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user