]> code.ossystems Code Review - openembedded-core.git/commit
udev-hwdb: fix postinstall scripts failures when multilib enabled
authorKai Kang <kai.kang@windriver.com>
Thu, 18 Oct 2018 08:18:05 +0000 (04:18 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Oct 2018 06:05:13 +0000 (07:05 +0100)
commitd6b737a31a8842cdc770b05e28503c81a691d10d
treeda211c858bd6f5b5dc239be1667dd74a2b7dae47
parentdaba6c5a991b370709d17e51305334f55a3858ec
udev-hwdb: fix postinstall scripts failures when multilib enabled

When multilib is enabled and both udev-hwdb and ${MLPREFIX}udev-hwdb are
installed to image, it fails to run one of their postinstall scripts
that they both call ${base_bindir}/udevadm with same user mode qemu.

Duplicate udevadm and add postinst-intercept update_udev_hwdb to fix the
failures.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_239.bb
meta/recipes-core/udev/eudev_3.2.5.bb
scripts/postinst-intercepts/update_udev_hwdb [new file with mode: 0644]