diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 15:59:09 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 15:59:09 -0700 |
commit | 4bbc0df43bc27e51aa5f4410693389003aec9ae1 (patch) | |
tree | cc70fd041711162cfc162db20a93f5d73a5bb044 /recipes/udev/udev_154.bb | |
parent | f554f67dfddb4093b9084c75f7910430d2f19b36 (diff) |
udev 141/151/154: Move rm'ing /tmp/uname, etc, to udev-cache
Otherwise we'll remove these files before udev-cache is run.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/udev/udev_154.bb')
-rw-r--r-- | recipes/udev/udev_154.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/udev/udev_154.bb b/recipes/udev/udev_154.bb index a02a369d9f..6698566583 100644 --- a/recipes/udev/udev_154.bb +++ b/recipes/udev/udev_154.bb @@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod the hotplug package and requires a kernel not older than 2.6.12." LICENSE = "GPLv2+" -PR = "r1" +PR = "r2" # Untested DEFAULT_PREFERENCE = "-1" |