[oe-commits] [openembedded-core] 01/13: wic-tools: ensure pseudo is available

git at git.openembedded.org git at git.openembedded.org
Tue Jul 25 14:59:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ada7408a55ec58e4aa1b094462f8a681e60be613
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Tue Jul 25 11:12:10 2017 +0200

    wic-tools: ensure pseudo is available
    
    wic will attempt to use pseudo from the wic-tools sysroot to run, but it
    was only sure to be in there if do_install had executed - which is not
    the case if it had been restored from sstate, in which case it failed
    horribly as seen when running the wic.Wic.test_fs_types and
    test_mkfs_extraopts tests on the Yocto Project autobuilder recently. Add
    an explicit dependency on pseudo-native to ensure it's always there.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/wic-tools.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb
index c416a2e..d908e48 100644
--- a/meta/recipes-core/meta/wic-tools.bb
+++ b/meta/recipes-core/meta/wic-tools.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 DEPENDS = "\
            parted-native syslinux-native gptfdisk-native dosfstools-native \
            mtools-native bmap-tools-native grub-efi-native cdrtools-native \
-           btrfs-tools-native squashfs-tools-native \
+           btrfs-tools-native squashfs-tools-native pseudo-native \
            "
 DEPENDS_append_x86 = " syslinux grub-efi systemd-boot"
 DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list