[oe] [meta-oe][PATCH v2] lvm2: Add dependency on bash

Martin Jansa martin.jansa at gmail.com
Fri Jul 26 17:43:45 UTC 2013


On Fri, Jul 26, 2013 at 05:25:29PM +0300, Mihai Prica wrote:
> Fixes rootfs generation error if bash is not included in the image.

With rpm right?

Find which script it has in shebang and add bash only to that package
RDEPENDS, if it's something which isn't always needed put it in separate
package.

> 
> Signed-off-by: Mihai Prica <mihai.prica at 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
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130726/02ae2d0b/attachment-0002.sig>


More information about the Openembedded-devel mailing list