All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-devel@lists.openembedded.org
Cc: otavio@ossystems.com.br
Subject: Re: [meta-browser][PATCH v2] nss: change shebang line for smime script
Date: Mon, 29 Apr 2013 09:51:58 +0300	[thread overview]
Message-ID: <517E188E.6080309@intel.com> (raw)
In-Reply-To: <1364296289-23374-1-git-send-email-laurentiu.palcu@intel.com>

Ping!

On 03/26/2013 01:11 PM, Laurentiu Palcu wrote:
> This patch fixes the shebang line of the smime script and also adds a
> 'perl' RDEPENDS for the main package since smime needs perl to run.
> 
> Also, this patch fixes some do_rootfs failures when using RPM backend
> because RPM automatically scans the files and, if perl scripts are
> found, adds dependency on the file found in the shebang line (i.e.
> /usr/local/bin/perl).
> 
> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
> ---
> Changes in v2:
>  * moved the RDEPENDS line at the end to conform with the style guide;
> 
> Thanks,
> Laurentiu
> 
>  recipes-support/nss/nss_3.13.3.bb |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
> index 59c16e8..fbab6ee 100644
> --- a/recipes-support/nss/nss_3.13.3.bb
> +++ b/recipes-support/nss/nss_3.13.3.bb
> @@ -105,7 +105,10 @@ do_install() {
>  	sed -i s:OELIBDIR:${libdir}:g ${D}${libdir}/pkgconfig/nss.pc
>  	sed -i s:OEINCDIR:${includedir}:g ${D}${libdir}/pkgconfig/nss.pc
>  	sed -i s:OEEXECPREFIX:${exec_prefix}:g ${D}${libdir}/pkgconfig/nss.pc
> +
> +	sed -i s:/usr/local/bin/perl:${bindir}/perl:g ${D}${bindir}/smime
>  }
>  
>  FILES_SOLIBSDEV := ""
>  FILES_${PN} += "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}"
> +RDEPENDS_${PN} += "perl"
> 



  reply	other threads:[~2013-04-29  7:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-26 10:32 [meta-browser][PATCH] nss: change shebang line for smime script Laurentiu Palcu
2013-03-26 10:42 ` Koen Kooi
2013-03-26 11:02   ` Laurentiu Palcu
2013-03-26 11:11 ` [meta-browser][PATCH v2] " Laurentiu Palcu
2013-04-29  6:51   ` Laurentiu Palcu [this message]
2013-04-29  7:05     ` Eric Bénard

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=517E188E.6080309@intel.com \
    --to=laurentiu.palcu@intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /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.