diff options
| author | Mihai Prica <mihai.prica@intel.com> | 2013-08-05 12:03:55 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-16 12:58:28 +0200 |
| commit | 265cd2b2177c31e9d9fe4b431ca39cd769b2334a (patch) | |
| tree | 91472be17f66f39bbe25df3bd1797adb67e6a37b /meta-oe | |
| parent | 3ca229a3f78c62dc768ef43d160faab07c22ecb4 (diff) | |
| download | meta-openembedded-265cd2b2177c31e9d9fe4b431ca39cd769b2334a.tar.gz | |
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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | 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 1f3b62efd7..64dfd03508 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
| @@ -4,7 +4,7 @@ DEPENDS = "udev" | |||
| 4 | LICENSE = "GPLv2 & LGPLv2" | 4 | LICENSE = "GPLv2 & LGPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 6 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" | 6 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24" |
| 7 | INC_PR = "r1" | 7 | INC_PR = "r2" |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/LVM2.${PV}" | 10 | S = "${WORKDIR}/LVM2.${PV}" |
| @@ -40,4 +40,5 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
| 40 | FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev" | 40 | FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev" |
| 41 | FILES_${PN}-dbg += "${libdir}/device-mapper/.debug" | 41 | FILES_${PN}-dbg += "${libdir}/device-mapper/.debug" |
| 42 | 42 | ||
| 43 | RDEPENDS_${PN} = "bash" | ||
| 43 | EXTRA_OECONF = "--with-usrlibdir=${libdir}" | 44 | EXTRA_OECONF = "--with-usrlibdir=${libdir}" |
