The symlink which is placed by base-files in /var is only a workaround for such problems as long /var is in the same filesystem as /. Fix the problem by using the right run-path.
Signed-off-by: Jens Rehsack <[email protected]> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index df41f11..d49a50c 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc @@ -102,7 +102,7 @@ do_install_append () { # hid2hci has moved to bluez4. removed in udev as of version 169 rm -f ${D}${base_libdir}/udev/hid2hci - echo 'udev_run="/var/run/udev"' >> ${D}${sysconfdir}/udev/udev.conf + echo 'udev_run="/run/udev"' >> ${D}${sysconfdir}/udev/udev.conf } # As systemd also builds udev, skip this package if we're doing a systemd build. -- 2.6.3 -- Jens Rehsack - [email protected]
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
