[oe] [PATCH 2/2] mysql5-native: put make install to do_install after autotools_stage_all was removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46

Martin Jansa martin.jansa at gmail.com
Thu Jan 6 08:14:31 UTC 2011


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 at 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 at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110106/94c1991c/attachment-0002.sig>


More information about the Openembedded-devel mailing list