summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow
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:09:47 +0100
commit0b51f406d8fe1fbd19dbc058701bf745fdf209d2 (patch)
tree35381043b0d38405fd483482487b85d8c73e6a51 /meta/recipes-extended/shadow
parent0f44ebfef94e3a2ac0632edb5a22d77d03b10aa5 (diff)
downloadpoky-0b51f406d8fe1fbd19dbc058701bf745fdf209d2.tar.gz
shadow: add libxcrypt-native dependency
crypt.h is otherwise taken from the host machine (From OE-Core rev: 65532fc751dc00e5568e256166f7b259d3a3c06c) 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/shadow')
-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 \
8 file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \ 8 file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \
9 " 9 "
10 10
11DEPENDS = "virtual/crypt" 11DEPENDS = "virtual/crypt libxcrypt-native"
12 12
13GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases" 13GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases"
14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ 14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \