summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-05-27 15:32:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-28 09:08:51 +0100
commit65532fc751dc00e5568e256166f7b259d3a3c06c (patch)
treeb440949b10e2c902b76578e9d42a42edb7414a02 /meta/recipes-extended
parent167c2c9f15c1bfe401c0512e420a76fa1379c012 (diff)
downloadopenembedded-core-contrib-65532fc751dc00e5568e256166f7b259d3a3c06c.tar.gz
shadow: add libxcrypt-native dependency
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc2
1 files changed, 1 insertions, 1 deletions
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 \