Explorar o código

swupdate: fix DEPENDS in recipe

libarchive, json-c and u-boot-fw-utils are required
by swupdate.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic %!s(int64=10) %!d(string=hai) anos
pai
achega
f87316640b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      recipes-support/swupdate/swupdate.inc

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

@@ -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 curl"
+DEPENDS = "mtd-utils libconfig libarchive openssl lua curl json-c u-boot-fw-utils gnutls"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"