mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0f44ebfef9
commit
0b51f406d8
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \
|
|||||||
file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \
|
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"
|
GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases"
|
||||||
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
|
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user