All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-swupd][PATCH] swupd-image.bbclass: do_swupd_update() depends on time-native
@ 2017-01-17 15:59 André Draszik
  2017-01-17 16:42 ` Patrick Ohly
  2017-01-23 10:58 ` André Draszik
  0 siblings, 2 replies; 6+ messages in thread
From: André Draszik @ 2017-01-17 15:59 UTC (permalink / raw)
  To: yocto

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



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

end of thread, other threads:[~2017-01-23 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 15:59 [meta-swupd][PATCH] swupd-image.bbclass: do_swupd_update() depends on time-native André Draszik
2017-01-17 16:42 ` 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

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.