Skip to content

Commit 9e8e3e0

Browse files
yurovskytpetazzoni
authored andcommitted
rauc: select host-squashfs as a host dependency
The rauc host tool (used to generate update bundles) runs mksquashfs so host-squashfs is required for it to work at runtime. Signed-off-by: Andrey Yurovsky <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent eae85b6 commit 9e8e3e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/rauc/Config.in.host

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
config BR2_PACKAGE_HOST_RAUC
22
bool "host rauc"
3+
select BR2_PACKAGE_HOST_SQUASHFS # run-time dependency
34
help
45
RAUC is the Robust Auto-Update Controller developed by
56
Pengutronix. Enable this option to build the rauc

package/rauc/rauc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ifeq ($(BR2_PACKAGE_SYSTEMD),y)
2929
RAUC_DEPENDENCIES += systemd
3030
endif
3131

32-
HOST_RAUC_DEPENDENCIES = host-pkgconf host-openssl host-libglib2
32+
HOST_RAUC_DEPENDENCIES = host-pkgconf host-openssl host-libglib2 host-squashfs
3333
HOST_RAUC_CONF_OPTS += --disable-network --disable-json --disable-service
3434

3535
$(eval $(autotools-package))

0 commit comments

Comments
 (0)