浏览代码

swupdate: DEPENDS curl

Whenever "Image downloading" (CONFIG_DOWNLOAD=y) is set, we need libcurl.

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Magnus Olsson 10 年之前
父节点
当前提交
8a60a9f8b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-support/swupdate/swupdate_git.bb

+ 1 - 1
recipes-support/swupdate/swupdate_git.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 openssl lua"
+DEPENDS = "mtd-utils libconfig openssl lua curl"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"