From: "André Draszik" <git@andred.net>
To: yocto@yoctoproject.org
Subject: [meta-swupd][PATCH] layer.conf: exclude libarchive (bsdtar) dependency from swupd-client
Date: Thu, 16 Nov 2017 10:02:58 +0000 [thread overview]
Message-ID: <20171116100258.21588-1-git@andred.net> (raw)
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
next reply other threads:[~2017-11-16 10:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-16 10:02 André Draszik [this message]
2017-11-16 10:04 ` [meta-swupd][PATCH] layer.conf: exclude libarchive (bsdtar) dependency from swupd-client André Draszik
2017-11-16 13:32 ` Patrick Ohly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171116100258.21588-1-git@andred.net \
--to=git@andred.net \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.