mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:10:54 +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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "libtirpc libnsl2"
|
DEPENDS = "libtirpc libnsl2 virtual/crypt"
|
||||||
|
|
||||||
inherit autotools systemd
|
inherit autotools systemd
|
||||||
SYSTEMD_SERVICE_${PN} = "domainname.service"
|
SYSTEMD_SERVICE_${PN} = "domainname.service"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user