From: Jonathan Liu Date: Sun, 26 May 2013 11:13:06 +0000 (+1000) Subject: udev: do not create symbolic link from /run to /var/run X-Git-Tag: 2015-4~6396 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=691593177aa78a56ce138f1041872bebca2aa056;p=openembedded-core.git udev: do not create symbolic link from /run to /var/run The /run directory is now a tmpfs with /var/run as a symbolic link pointing to /run. Signed-off-by: Jonathan Liu Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 769d861b13..92485f5429 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc @@ -26,8 +26,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ file://local.rules \ file://udev-cache \ file://udev-cache.default \ - file://init \ - file://volatiles" + file://init" inherit autotools pkgconfig update-rc.d @@ -85,9 +84,6 @@ do_install_append () { install -d ${D}${sysconfdir}/default install -m 0755 ${WORKDIR}/udev-cache.default ${D}${sysconfdir}/default/udev-cache - install -d ${D}${sysconfdir}/default/volatiles - install -m 0644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/00_udev - touch ${D}${sysconfdir}/udev/cache.data install -d ${D}${sysconfdir}/udev/rules.d/ diff --git a/meta/recipes-core/udev/udev/volatiles b/meta/recipes-core/udev/udev/volatiles deleted file mode 100644 index e33561bf06..0000000000 --- a/meta/recipes-core/udev/udev/volatiles +++ /dev/null @@ -1 +0,0 @@ -l root root 0755 /run /var/run