浏览代码

swupdate: add dependency to openSSL for webserver

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 11 年之前
父节点
当前提交
4713e787da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-support/swupdate/swupdate.bb

+ 1 - 1
recipes-support/swupdate/swupdate.bb

@@ -1,7 +1,7 @@
 SUMMARY="Image updater for Yocto projects"
 DESCRIPTION = "Application for automatic software update from USB Pen"
 SECTION="swupdate"
-DEPENDS = "mtd-utils libconfig"
+DEPENDS = "mtd-utils libconfig openssl"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"