[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4145/8267] eudev: Add PACKAGE_WRITE_DEPS for postinstall



commit b22c6e0b09cfcd0b8bbd179807be28e8ec857b73
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Thu Jan 19 10:07:44 2017 +0200

    eudev: Add PACKAGE_WRITE_DEPS for postinstall
    
    Qemu is used to run udevadm in postinstall.
    
    (From OE-Core rev: df239dd45f04198138a32443db0d3bcf4cf8b7b6)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/udev/eudev_3.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.bb
index 211252c..385ee7a 100644
--- a/meta/recipes-core/udev/eudev_3.2.bb
+++ b/meta/recipes-core/udev/eudev_3.2.bb
@@ -87,6 +87,7 @@ python () {
         raise bb.parse.SkipPackage("'systemd' in DISTRO_FEATURES")
 }
 
+PACKAGE_WRITE_DEPS += "qemu-native"
 pkg_postinst_eudev-hwdb () {
     if test -n "$D"; then
         ${@qemu_run_binary(d, '$D', '${bindir}/udevadm')} hwdb --update --root $D


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]