diff mbox series

[4/4] shadow: add libxcrypt-native dependency

Message ID 20230527133252.284132-4-f_l_k@t-online.de
State Accepted, archived
Commit 65532fc751dc00e5568e256166f7b259d3a3c06c
Headers show
Series [1/4] ell: upgrade 0.56 -> 0.57 | expand

Commit Message

Markus Volk May 27, 2023, 1:32 p.m. UTC
crypt.h is otherwise taken from the host machine

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-extended/shadow/shadow.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index cf05a3af93..7206bfdf02 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \
                     file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \
                     "
 
-DEPENDS = "virtual/crypt"
+DEPENDS = "virtual/crypt libxcrypt-native"
 
 GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases"
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \