summaryrefslogtreecommitdiffstats
path: root/rules/rauc.in
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2019-01-11 09:58:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 10:17:07 +0100
commita68e06999b7cf65d89e4209078185807cf62ae68 (patch)
tree99af8920c88a10994dceac11eeff84d25869eab3 /rules/rauc.in
parent6664245005b9465d1b1d755441315f506858dfcd (diff)
downloadptxdist-a68e06999b7cf65d89e4209078185807cf62ae68.tar.gz
ptxdist-a68e06999b7cf65d89e4209078185807cf62ae68.tar.xz
rauc: needs to depend on host-glib package
RAUC uses gdbus-codegen host tool for creating its gdbus source files. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rauc.in')
-rw-r--r--rules/rauc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/rauc.in b/rules/rauc.in
index 190eb0b51..0ce6a4cff 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -5,6 +5,7 @@ menuconfig RAUC
prompt "Rauc Update Tool "
select OPENSSL
select GLIB
+ select HOST_GLIB
select LIBCURL if RAUC_NETWORK
select JSON_GLIB if RAUC_JSON
select SQUASHFS_TOOLS if RUNTIME