All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2] faac: fix S!=B failure
Date: Wed, 21 May 2014 18:36:29 +0200	[thread overview]
Message-ID: <537CD60D.7020602@opendreambox.org> (raw)
In-Reply-To: <1400657458-32231-1-git-send-email-Matthieu.Crapet@ingenico.com>

Hello Matthieu,

On 21.05.2014 09:30, Matthieu Crapet wrote:
> Also use ${BP} and ${BPN}.

What problem does this solve?

> 
> Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
> ---
>  meta-multimedia/recipes-multimedia/faac/faac_1.28.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-multimedia/recipes-multimedia/faac/faac_1.28.bb b/meta-multimedia/recipes-multimedia/faac/faac_1.28.bb
> index c7dcdb9..d96c1a4 100644
> --- a/meta-multimedia/recipes-multimedia/faac/faac_1.28.bb
> +++ b/meta-multimedia/recipes-multimedia/faac/faac_1.28.bb
> @@ -4,15 +4,15 @@ LICENSE = "LGPLv2+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
>                      file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
> -SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${BPN}-${PV}.tar.gz \
> +SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${BP}.tar.gz \
>             file://build-fix.patch"
>  
>  SRC_URI[md5sum] = "80763728d392c7d789cde25614c878f6"
>  SRC_URI[sha256sum] = "c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df"
>  
> -PACKAGES =+ "lib${PN} lib${PN}-dev"
> +PACKAGES =+ "lib${BPN} lib${BPN}-dev"
>  
>  FILES_${PN} = " ${bindir}/faac "
>  FILES_lib${PN} = " ${libdir}/libfaac.so.*"
              ^
This differs from PACKAGES now.

Regards,
Andreas


  reply	other threads:[~2014-05-21 16:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 12:56 [meta-oe][PATCH] faac: fix S!=B failure Matthieu Crapet
2014-05-20 16:17 ` Khem Raj
2014-05-21  7:30   ` [meta-oe][PATCH v2] " Matthieu Crapet
2014-05-21 16:36     ` Andreas Oberritter [this message]
2014-05-22  8:16       ` Paul Eggleton

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=537CD60D.7020602@opendreambox.org \
    --to=obi@opendreambox.org \
    --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.