Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2] udev-164: fixup "don't hardcode path to pidof"
@ 2012-03-08 21:24 Andreas Oberritter
  2012-03-13 16:30 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Oberritter @ 2012-03-08 21:24 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
* Of course I forgot to bump PR.

 meta/recipes-core/udev/udev/init   |    2 +-
 meta/recipes-core/udev/udev_164.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init
index f9e9014..d521685 100644
--- a/meta/recipes-core/udev/udev/init
+++ b/meta/recipes-core/udev/udev/init
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 
 ### BEGIN INIT INFO
 # Provides:          udev
diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb
index d661044..c5813ec 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 = "r12"
+PR = "r13"
 
 SRC_URI += "file://udev-166-v4l1-1.patch"
 
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] udev-164: fixup "don't hardcode path to pidof"
  2012-03-08 21:24 [PATCH v2] udev-164: fixup "don't hardcode path to pidof" Andreas Oberritter
@ 2012-03-13 16:30 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-03-13 16:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 03/08/2012 01:24 PM, Andreas Oberritter wrote:
> * Remove -e shell option, because pidof may return nonzero.
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
> * Of course I forgot to bump PR.
>
>   meta/recipes-core/udev/udev/init   |    2 +-
>   meta/recipes-core/udev/udev_164.bb |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init
> index f9e9014..d521685 100644
> --- a/meta/recipes-core/udev/udev/init
> +++ b/meta/recipes-core/udev/udev/init
> @@ -1,4 +1,4 @@
> -#!/bin/sh -e
> +#!/bin/sh
>
>   ### BEGIN INIT INFO
>   # Provides:          udev
> diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb
> index d661044..c5813ec 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 = "r12"
> +PR = "r13"
>
>   SRC_URI += "file://udev-166-v4l1-1.patch"
>
Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-13 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 21:24 [PATCH v2] udev-164: fixup "don't hardcode path to pidof" Andreas Oberritter
2012-03-13 16:30 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox