diff options
author | 2016-04-26 12:20:03 +0100 | |
---|---|---|
committer | 2016-04-26 12:20:03 +0100 | |
commit | 9ce287a5fffa152ca1fdcea4854d6ce5607dc075 (patch) | |
tree | 84e06b3f6288e92f46169dae90f2bb49e1531046 | |
parent | 14fead37a1cf10adf6d75734f898bcc27e576c0d (diff) | |
download | meta-swupd-9ce287a5fffa152ca1fdcea4854d6ce5607dc075.tar.gz meta-swupd-9ce287a5fffa152ca1fdcea4854d6ce5607dc075.tar.bz2 meta-swupd-9ce287a5fffa152ca1fdcea4854d6ce5607dc075.zip |
swupd-image: ensure bsdiff-native is in the native sysroot
When using swupd-server 3.x bsdiff native is required at runtime,
ensure it is available in the native sysroot as a dependency of
the do_swupd_update task.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
-rw-r--r-- | classes/swupd-image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/swupd-image.bbclass b/classes/swupd-image.bbclass index b53676e..9978af3 100644 --- a/classes/swupd-image.bbclass +++ b/classes/swupd-image.bbclass @@ -519,6 +519,7 @@ END SWUPDDEPENDS = "\ virtual/fakeroot-native:do_populate_sysroot \ rsync-native:do_populate_sysroot \ + bsdiff-native:do_populate_sysroot \ swupd-server-native:do_populate_sysroot \ " addtask swupd_update after do_image_complete after do_copy_bundle_contents after do_prune_bundle before do_build |