summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2016-06-29 15:52:49 +0200
committerEnrico Jorns <ejo@pengutronix.de>2016-06-29 15:56:40 +0200
commitbc72d937cc1c8d6fd8364fc516422eb02a56a292 (patch)
treee0ef1e4199b8011fa92a50d5b7a2c06f7df30f86 /recipes-core
parentb3ab9febee0fd08453b60c93cfe3891545166f62 (diff)
downloadmeta-ptx-bc72d937cc1c8d6fd8364fc516422eb02a56a292.tar.gz
meta-ptx-bc72d937cc1c8d6fd8364fc516422eb02a56a292.tar.xz
rauc: make squashfs-tools a runtime dependency
squashfs-tools was listed in DEPENDS, but it is a runtime dependency, both for the native as well as the target system. As it is not crucial for basically running rauc, it was added as RRECOMMENDS. Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/rauc/rauc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/rauc/rauc.inc b/recipes-core/rauc/rauc.inc
index b0b5dbd..6e62022 100644
--- a/recipes-core/rauc/rauc.inc
+++ b/recipes-core/rauc/rauc.inc
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "file://rauc.service file://rauc-mark-good.service "
-DEPENDS = "squashfs-tools-native curl openssl glib-2.0"
+DEPENDS = "curl openssl glib-2.0"
RDEPENDS_${PN}_class-target = "barebox-state"
+RRECOMMENDS_${PN} = "squashfs-tools"
FILES_${PN}_append = " /mnt/rauc"