All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] lvm2: Add dependency on bash
@ 2013-07-26 14:25 Mihai Prica
  2013-07-26 17:43 ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Mihai Prica @ 2013-07-26 14:25 UTC (permalink / raw)
  To: openembedded-devel

Fixes rootfs generation error if bash is not included in the image.

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
---
 meta-oe/recipes-support/lvm2/lvm2.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 1f3b62e..cd5a339 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,10 +1,10 @@
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
-DEPENDS = "udev"
+DEPENDS = "udev bash"
 LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
-INC_PR = "r1"
+INC_PR = "r2"
 
 
 S = "${WORKDIR}/LVM2.${PV}"
-- 
1.7.9.5



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

end of thread, other threads:[~2013-08-05 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 14:25 [meta-oe][PATCH v2] lvm2: Add dependency on bash Mihai Prica
2013-07-26 17:43 ` Martin Jansa
2013-07-30 11:15   ` Paul Eggleton
2013-07-30 14:47     ` Prica, Mihai
2013-08-05 12:04       ` Prica, Mihai
2013-07-30 21:22     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.