image-rauc-ubi: Make sure mkfs.ubifs is present

The DEPENDS is not enough to have it ready in time. Add a task
dependency for mtd-utils-native.
This commit is contained in:
Holger Hans Peter Freyther 2016-05-15 15:23:43 +02:00
parent 719af51ad0
commit 5bdf5bc9f9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ do_package_write_ipk[noexec] = "1"
do_package_write_deb[noexec] = "1"
do_package_write_rpm[noexec] = "1"
do_fetch[depends] = "virtual/kernel:do_build image-rauc-rescue-initramfs:do_build"
do_fetch[depends] = "virtual/kernel:do_build image-rauc-rescue-initramfs:do_build mtd-utils-native:do_populate_sysroot"
S = "${WORKDIR}"