| Submitter | Otavio Salvador |
|---|---|
| Date | Dec. 22, 2011, 12:43 p.m. |
| Message ID | <e10f23405be6cd4d080e4f841b1a2a12c51fd074.1324557763.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/17483/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index bcd5a79..e053017 100644 --- a/meta/recipes-core/udev/udev/init +++ b/meta/recipes-core/udev/udev/init @@ -26,7 +26,7 @@ kill_udevd() { export ACTION=add # propagate /dev from /sys -echo -n "Starting udev" +echo "Starting udev" # mount the tmpfs on /dev, if not already done LANG=C awk '$2 == "/dev" && ($3 == "tmpfs" || $3 == "devtmpfs") { exit 1 }' /proc/mounts && { @@ -67,5 +67,4 @@ else /sbin/udevadm settle fi -echo exit 0 diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index c89eab4..6d71f4d 100644 --- a/meta/recipes-core/udev/udev_164.bb +++ b/meta/recipes-core/udev/udev_164.bb @@ -1,6 +1,6 @@ include udev.inc -PR = "r9" +PR = "r10" SRC_URI += "file://udev-166-v4l1-1.patch"
Avoid using two stage progress output to avoid text garbage during parallel boot. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- meta/recipes-core/udev/udev/init | 3 +-- meta/recipes-core/udev/udev_164.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-)