1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

udev-164: fixup "don't hardcode path to pidof"

* Remove -e shell option, because pidof may return nonzero.

(From OE-Core rev: b35c5e83d9f2e63917c2604046fb1a6d70a2a524)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Oberritter
2012-03-08 22:24:21 +01:00
committed by Richard Purdie
parent 7b6cd925d4
commit e867a99d97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh
### BEGIN INIT INFO
# Provides: udev
+1 -1
View File
@@ -1,6 +1,6 @@
include udev.inc
PR = "r12"
PR = "r13"
SRC_URI += "file://udev-166-v4l1-1.patch"