From: "André Draszik" <git@andred.net>
To: yocto@yoctoproject.org
Subject: [meta-swupd][PATCH] swupd-image.bbclass: do_swupd_update() depends on time-native
Date: Tue, 17 Jan 2017 15:59:10 +0000 [thread overview]
Message-ID: <20170117155910.23792-1-git@andred.net> (raw)
From: André Draszik <adraszik@tycoint.com>
The shell script uses time, which is either a bash built-in, or
a GNU utility. Not all build machines will have either bash or
GNU time available out of the box. Make sure it is available.
Note that this needs the patch to OE-core to enable the
time-native BBCLASSEXTEND to be applied before this here can
go in.
Signed-off-by: André Draszik <adraszik@tycoint.com>
---
classes/swupd-image.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/classes/swupd-image.bbclass b/classes/swupd-image.bbclass
index 5ba9cfb..60f7edb 100644
--- a/classes/swupd-image.bbclass
+++ b/classes/swupd-image.bbclass
@@ -563,6 +563,7 @@ SWUPDDEPENDS = "\
virtual/fakeroot-native:do_populate_sysroot \
rsync-native:do_populate_sysroot \
bsdiff-native:do_populate_sysroot \
+ time-native:do_populate_sysroot \
"
# We don't know exactly which formats will be in use during
--
2.11.0
next reply other threads:[~2017-01-17 15:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 15:59 André Draszik [this message]
2017-01-17 16:42 ` [meta-swupd][PATCH] swupd-image.bbclass: do_swupd_update() depends on time-native Patrick Ohly
2017-01-17 16:49 ` André Draszik
2017-01-23 13:27 ` Patrick Ohly
2017-01-23 13:53 ` André Draszik
2017-01-23 10:58 ` André Draszik
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=20170117155910.23792-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.