mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user