mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02: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:
committed by
Richard Purdie
parent
7b6cd925d4
commit
e867a99d97
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: udev
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
include udev.inc
|
||||
|
||||
PR = "r12"
|
||||
PR = "r13"
|
||||
|
||||
SRC_URI += "file://udev-166-v4l1-1.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user