summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-11 10:29:18 -0700
committerAndrei Gherzan <andrei@gherzan.com>2018-08-16 11:34:33 +0100
commit2f7e6e9b0e8a7ffbad4c56367faf9df5826bc066 (patch)
treed3e4b9431681f8f06f47d935616e72faed9d5fa2 /recipes-devtools
parent2e23e17666e0bdda98205429803fad72f21aba1d (diff)
downloadmeta-raspberrypi-2f7e6e9b0e8a7ffbad4c56367faf9df5826bc066.tar.gz
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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/wiringpi/wiringpi_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/wiringpi/wiringpi_git.bb b/recipes-devtools/wiringpi/wiringpi_git.bb
index 80b9f66..e78c58a 100644
--- a/recipes-devtools/wiringpi/wiringpi_git.bb
+++ b/recipes-devtools/wiringpi/wiringpi_git.bb
@@ -4,6 +4,8 @@ SECTION = "devel/libs"
4LICENSE = "LGPLv3+" 4LICENSE = "LGPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
6 6
7DEPENDS += "virtual/crypt"
8
7# tag 2.46 9# tag 2.46
8SRCREV = "8d188fa0e00bb8c6ff6eddd07bf92857e9bd533a" 10SRCREV = "8d188fa0e00bb8c6ff6eddd07bf92857e9bd533a"
9 11