summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev/init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev/udev/init')
-rw-r--r--meta/recipes-core/udev/udev/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init
index 94dbba37de..0ab028b391 100644
--- a/meta/recipes-core/udev/udev/init
+++ b/meta/recipes-core/udev/udev/init
@@ -29,7 +29,7 @@ META_FILE_LIST="lib/udev/rules.d/* etc/udev/rules.d/*"
29# Command to compute system configuration. 29# Command to compute system configuration.
30sysconf_cmd () { 30sysconf_cmd () {
31 cat -- $CMP_FILE_LIST 31 cat -- $CMP_FILE_LIST
32 stat -L -c '%s %Y %n' -- $META_FILE_LIST | awk -F/ '{print $1 " " $NF;}' 32 stat -c '%s %Y %n' -- $META_FILE_LIST | awk -F/ '{print $1 " " $NF;}'
33} 33}
34 34
35[ -f /etc/default/udev-cache ] && . /etc/default/udev-cache 35[ -f /etc/default/udev-cache ] && . /etc/default/udev-cache