* [ptxdist] [PATCH v2] rauc: select busybox features if using busybox tar
@ 2019-02-26 10:27 Rouven Czerwinski
0 siblings, 0 replies; only message in thread
From: Rouven Czerwinski @ 2019-02-26 10:27 UTC (permalink / raw)
To: ptxdist; +Cc: Rouven Czerwinski
Select BUSYBOX_CONFIG_FEATURE_TAR_AUTODETECT and
BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR is enabled. These options are
required according to the documentation avilable at [1].
While at it convert the space to tab after the if for long options.
[1]: https://rauc.readthedocs.io/en/v1.0/integration.html#required-target-tools
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
rules/rauc.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/rauc.in b/rules/rauc.in
index 8c94710f9..213a1211e 100644
--- a/rules/rauc.in
+++ b/rules/rauc.in
@@ -7,7 +7,9 @@ menuconfig RAUC
select GLIB
select GLIB_LIBMOUNT
select HOST_GLIB
- select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_TAR_LONG_OPTIONS if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_TAR_AUTODETECT if BUSYBOX_TAR
+ select BUSYBOX_FEATURE_SEAMLESS_XZ if BUSYBOX_TAR
select LIBCURL if RAUC_NETWORK
select JSON_GLIB if RAUC_JSON
select SQUASHFS_TOOLS if RUNTIME
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-26 10:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26 10:27 [ptxdist] [PATCH v2] rauc: select busybox features if using busybox tar Rouven Czerwinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox