Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Add grep to RDEPENDS to avoid command failures.
@ 2012-01-10 20:22 Marc Ferland
  2012-01-10 20:24 ` Phil Blundell
  2012-01-10 20:39 ` Otavio Salvador
  0 siblings, 2 replies; 7+ messages in thread
From: Marc Ferland @ 2012-01-10 20:22 UTC (permalink / raw)
  To: oe

Fixes [YOCTO #1887]

Signed-off-by: Marc Ferland <ferlandm@sonatest.com>
---
 meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index a4ac230..5e09f7b 100644
--- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
+++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
@@ -1,12 +1,13 @@
 SECTION = "base"
 SUMMARY = "Utilities and scripts for power management"
-DESCRIPTION = "Simple shell command line toos to suspect and hibernate."
+DESCRIPTION = "Simple shell command line tools to suspend and hibernate."
 HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/"
 LICENSE="GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147"
 
-PR = "r0"
+PR = "r1"
+RDEPENDS = "grep"
 
 SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
 
-- 
1.7.5.4




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

end of thread, other threads:[~2012-01-10 23:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 20:22 [PATCH] Add grep to RDEPENDS to avoid command failures Marc Ferland
2012-01-10 20:24 ` Phil Blundell
2012-01-10 20:31   ` Marc Ferland
2012-01-10 20:39 ` Otavio Salvador
2012-01-10 21:14   ` Marc Ferland
2012-01-10 21:25     ` Otavio Salvador
2012-01-10 23:07       ` Marc Ferland

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