mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
wiringpi: Add missing dependency on libcrypt
This library has moved out into independent package with glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2e23e17666
commit
2f7e6e9b0e
|
@ -4,6 +4,8 @@ SECTION = "devel/libs"
|
|||
LICENSE = "LGPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
DEPENDS += "virtual/crypt"
|
||||
|
||||
# tag 2.46
|
||||
SRCREV = "8d188fa0e00bb8c6ff6eddd07bf92857e9bd533a"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user