]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
shadow: add libxcrypt-native dependency
authorMarkus Volk <f_l_k@t-online.de>
Sat, 27 May 2023 13:32:52 +0000 (15:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 May 2023 08:08:51 +0000 (09:08 +0100)
crypt.h is otherwise taken from the host machine

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/shadow.inc

index cf05a3af93c036855bdcfe5f6a1cc73555b33897..7206bfdf0207e44e3b6e44adafa4c1737d0f5837 100644 (file)
@@ -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 \