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: [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46
Date: Thu, 6 Jan 2011 09:14:31 +0100	[thread overview]
Message-ID: <20110106081431.GC3205@jama> (raw)
In-Reply-To: <ig3svu$g6s$2@dough.gmane.org>

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

On Thu, Jan 06, 2011 at 09:03:10AM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 05-01-11 16:33, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  recipes/mysql/mysql5-native_5.1.40.bb |    4 ++++
> >  1 files changed, 4 insertions(+), 0 deletions(-)
> > 
> > diff --git a/recipes/mysql/mysql5-native_5.1.40.bb b/recipes/mysql/mysql5-native_5.1.40.bb
> > index 40d07ec..8001783 100644
> > --- a/recipes/mysql/mysql5-native_5.1.40.bb
> > +++ b/recipes/mysql/mysql5-native_5.1.40.bb
> > @@ -12,6 +12,10 @@ EXTRA_OEMAKE = ""
> >  EXTRA_OECONF = " --with-embedded-server "
> >  
> >  do_install() {
> > +        oe_runmake 'DESTDIR=${D}' install
> > +        mv -f ${D}${libdir}/mysql/* ${D}${libdir}
> > +        rmdir ${D}${libdir}/mysql
> > +
> >          install -d ${D}${bindir}
> >          install -m 0755 sql/gen_lex_hash ${D}${bindir}/
> >  }
> 
> Weird, I saw no build errors with my builds from scratch, but I guess my
> builds only needed gen_lex_hash and target headers.
> 
> Which recipes actually need the native libs and headers?

I've noticed it in azy-native (see 1st patch).

Regards,

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

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

  reply	other threads:[~2011-01-06  8:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-05 15:33 [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found Martin Jansa
2011-01-05 15:33 ` [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46 Martin Jansa
2011-01-05 22:16   ` Frans Meulenbroeks
2011-01-06  8:03   ` Koen Kooi
2011-01-06  8:14     ` Martin Jansa [this message]
2011-01-08 23:15   ` Khem Raj
2011-01-08 23:14 ` [PATCH 1/2] azy: add mysql5 to depends it's used in azy/src/tests/T_SQL.azy_server_stubs.h if mysql-config is found Khem Raj

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=20110106081431.GC3205@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.