From: Jussi Kukkonen Date: Thu, 19 Jan 2017 08:07:44 +0000 (+0200) Subject: eudev: Add PACKAGE_WRITE_DEPS for postinstall X-Git-Tag: uninative-1.5~762 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=df239dd45f04198138a32443db0d3bcf4cf8b7b6;p=openembedded-core.git eudev: Add PACKAGE_WRITE_DEPS for postinstall Qemu is used to run udevadm in postinstall. Signed-off-by: Jussi Kukkonen --- diff --git a/meta/recipes-core/udev/eudev_3.2.bb b/meta/recipes-core/udev/eudev_3.2.bb index 211252cebc..385ee7acc2 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