summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-09-11 18:27:07 +0200
committerGitHub <noreply@github.com>2017-09-11 18:27:07 +0200
commit6db91a2e484ab026dd50817147beed31c49abc2b (patch)
tree3e2c693a4d5f78f4618590367583c7fc9c032014
parent2287e74ed55d99afcfa4bb8a08bbadcee33a811d (diff)
parent9fb73b0773c2e49a9e80e6ce603af6ddf31d75d0 (diff)
downloadmeta-updater-6db91a2e484ab026dd50817147beed31c49abc2b.tar.gz
Merge pull request #138 from dl9pf/patch-13
Pyro needs coreutils-native (we call sync) b/c rss
-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"