]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev-164: fixup "don't hardcode path to pidof"
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 8 Mar 2012 21:24:21 +0000 (22:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:44:45 +0000 (11:44 +0000)
* Remove -e shell option, because pidof may return nonzero.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-core/udev/udev/init
meta/recipes-core/udev/udev_164.bb

index f9e90146e1ed322d253b3d471986c6b1590a2dac..d521685197d3da036aee6fdfd13f576e136c998e 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 
 ### BEGIN INIT INFO
 # Provides:          udev
index d66104413b0ea738023fe8b6b3929781f4976a15..c5813ecb472bdccaaaa3529524d8ca5d18b4e908 100644 (file)
@@ -1,6 +1,6 @@
 include udev.inc
 
-PR = "r12"
+PR = "r13"
 
 SRC_URI += "file://udev-166-v4l1-1.patch"