mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
yp-tools: Add dep on virtual/crypt
needed with glibc 2.28+ where crypt has moved into independent recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
15900eed2d
commit
9fee5a594b
|
|
@ -20,7 +20,7 @@ SRC_URI = "git://github.com/thkukuk/yp-tools \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "libtirpc libnsl2"
|
||||
DEPENDS = "libtirpc libnsl2 virtual/crypt"
|
||||
|
||||
inherit autotools systemd
|
||||
SYSTEMD_SERVICE_${PN} = "domainname.service"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user