All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org,
	Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: openembedded-commits@lists.openembedded.org
Subject: Re: [oe-commits] Richard Purdie : mkvtoolnix: fix build with B!=S
Date: Sun, 20 Jul 2014 16:31:47 +0200	[thread overview]
Message-ID: <20140720143147.GA22875@jama> (raw)
In-Reply-To: <20140621172446.016A05044A@opal.openembedded.org>

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

On Sat, Jun 21, 2014 at 05:24:46PM +0000, git@git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: e510f7547d583e8a93b5aaf786cbbd2ee5bacfdf
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e510f7547d583e8a93b5aaf786cbbd2ee5bacfdf
> 
> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> Date:   Sat Jun 21 11:05:58 2014 +0200
> 
> mkvtoolnix: fix build with B!=S

This is only part of the fix

now it was failing with:
| checking for libEBML headers version >= 1.3.0... internal
| *** The internal version of the libEBML library is supposed to be used,
| *** but it was not found in "lib/libebml". If this is a clone from the
| *** git repository then submodules have to be initialized with the
| *** following two commands:
| ***
| *** git submodule init
| *** git submodule update
| Configure failed. The contents of all config.log files follows to aid debugging

because it was trying to use internal libebml missing in ${B}

I'll upgrade libebml recipe to required 1.3.0 (from 1.2.2).

> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> 
> ---
> 
>  meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
> index 3b8eb32..abb0e95 100644
> --- a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
> +++ b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb
> @@ -26,7 +26,7 @@ EXTRA_OECONF = " --with-boost-libdir=${STAGING_LIBDIR} \
>  
>  # remove some hardcoded searchpaths
>  do_configure_prepend() {
> -    sed -i -e s:/usr/local/lib:${STAGING_LIBDIR}:g -e s:/usr/local/include:${STAGING_INCDIR}:g ac/ebml.m4
> +    sed -i -e s:/usr/local/lib:${STAGING_LIBDIR}:g -e s:/usr/local/include:${STAGING_INCDIR}:g ${S}/ac/ebml.m4
>  }
>  
>  # Yeah, no makefile
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

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

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

           reply	other threads:[~2014-07-20 14:31 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20140621172446.016A05044A@opal.openembedded.org>]

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=20140720143147.GA22875@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@lists.openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.