Browse Source

hiawatha: Add missing dep on virtual/crypt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 5 years ago
parent
commit
c9e1918542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb

+ 1 - 1
meta-webserver/recipes-httpd/hiawatha/hiawatha_10.7.bb

@@ -2,7 +2,7 @@ SUMMARY = "Lightweight secure web server"
 HOMEPAGE = "http://www.hiawatha-webserver.org"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "libxml2 libxslt"
+DEPENDS = "libxml2 libxslt virtual/crypt"
 
 SECTION = "net"