ソースを参照

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"