All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2] lvm2: Add dependency on bash
Date: Fri, 26 Jul 2013 19:43:45 +0200	[thread overview]
Message-ID: <20130726174345.GE3280@jama> (raw)
In-Reply-To: <1374848729-19835-1-git-send-email-mihai.prica@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-07-26 17:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-26 14:25 [meta-oe][PATCH v2] lvm2: Add dependency on bash Mihai Prica
2013-07-26 17:43 ` Martin Jansa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130726174345.GE3280@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.