[oe-commits] Mihai Prica : lvm2: Add runtime dependency on bash

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:47:02 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 265cd2b2177c31e9d9fe4b431ca39cd769b2334a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=265cd2b2177c31e9d9fe4b431ca39cd769b2334a

Author: Mihai Prica <mihai.prica at intel.com>
Date:   Mon Aug  5 12:03:55 2013 +0000

lvm2: Add runtime dependency on bash

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

Signed-off-by: Mihai Prica <mihai.prica at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/lvm2/lvm2.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 1f3b62e..64dfd03 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -4,7 +4,7 @@ DEPENDS = "udev"
 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}"
@@ -40,4 +40,5 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev"
 FILES_${PN}-dbg += "${libdir}/device-mapper/.debug"
 
+RDEPENDS_${PN} = "bash"
 EXTRA_OECONF = "--with-usrlibdir=${libdir}"



More information about the Openembedded-commits mailing list