summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2017-09-09 18:34:16 +0200
committerGitHub <noreply@github.com>2017-09-09 18:34:16 +0200
commit9fb73b0773c2e49a9e80e6ce603af6ddf31d75d0 (patch)
treea124d6b2e7df08ba5f582f3a49a088ce1242fdf5
parent80b420a34b7ac153ac4f04dd1154f5edddb5aa48 (diff)
downloadmeta-updater-9fb73b0773c2e49a9e80e6ce603af6ddf31d75d0.tar.gz
Pyro needs coreutils-native (we call sync) b/c rss
We need to make sure 'sync' is in place. Unzip-native could probably also use ":do_populate_sysroot".
-rw-r--r--classes/image_types_ostree.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index 110f88d..3c378fe 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -5,6 +5,7 @@ inherit image
5IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ 5IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \
6 openssl-native:do_populate_sysroot \ 6 openssl-native:do_populate_sysroot \
7 zip-native:do_populate_sysroot \ 7 zip-native:do_populate_sysroot \
8 coreutils-native:do_populate_sysroot \
8 virtual/kernel:do_deploy \ 9 virtual/kernel:do_deploy \
9 ${OSTREE_INITRAMFS_IMAGE}:do_image_complete \ 10 ${OSTREE_INITRAMFS_IMAGE}:do_image_complete \
10 unzip-native" 11 unzip-native"