All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-swupd][PATCH] layer.conf: exclude libarchive (bsdtar) dependency from swupd-client
@ 2017-11-16 10:02 André Draszik
  2017-11-16 10:04 ` André Draszik
  2017-11-16 13:32 ` Patrick Ohly
  0 siblings, 2 replies; 3+ messages in thread
From: André Draszik @ 2017-11-16 10:02 UTC (permalink / raw)
  To: yocto

From: André Draszik <adraszik@tycoint.com>

The swupd-client doesn't need to be rebuilt if libarchive
changes, because swupd-client just invokes the command line
utility bsdtar from the libarchive recipe, it doesn't link
against libarchive.
The bsdtar binary changing doesn't matter, as bsdtar's ABI
(command line argument handling) wouldn't be changing.

Signed-off-by: André Draszik <adraszik@tycoint.com>
---
 conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 50e7558..3af6992 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,4 +14,5 @@ LAYERVERSION_meta-swupd = "1"
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   oe-swupd-helpers->bash \
   oe-swupd-helpers->busybox \
+  swupd-client->libarchive \
 "
-- 
2.15.0.rc1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-16 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 10:02 [meta-swupd][PATCH] layer.conf: exclude libarchive (bsdtar) dependency from swupd-client André Draszik
2017-11-16 10:04 ` André Draszik
2017-11-16 13:32 ` Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.