Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] mariadb-native: fix dependencies
Date: Tue, 31 Dec 2013 00:03:13 +0100	[thread overview]
Message-ID: <20131230230313.GA3705@jama> (raw)
In-Reply-To: <1402408.P9TClDLlYA@helios>

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

On Mon, Dec 30, 2013 at 06:26:20PM +0000, Paul Eggleton wrote:
> Hi Martin,
> 
> On Monday 30 December 2013 15:54:19 Martin Jansa wrote:
> > * unlike BBCLASSEXTENDed native support, dependencies in mariadb-native
> > don't get automatic -native suffix, so mariadb-native was depending on
> > target ncurses and zlib. * move the dependency from .inc and apply it with
> > right suffix
> > 
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb | 1 +
> >  meta-oe/recipes-support/mysql/mariadb_5.1.67.bb        | 2 +-
> >  meta-oe/recipes-support/mysql/mariadb_5.1.67.inc       | 2 --
> >  3 files changed, 2 insertions(+), 3 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb
> > b/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb index
> > e8382e2..15605d0 100644
> > --- a/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb
> > +++ b/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb
> > @@ -2,6 +2,7 @@ require mariadb_${PV}.inc
> >  inherit native
> > 
> >  PROVIDES += "mysql5-native"
> > +DEPENDS = "ncurses-native zlib-native"
> > 
> >  RDEPENDS_${PN} = ""
> >  PACKAGES = ""
> > diff --git a/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb
> > b/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb index fc499d4..3b15c00
> > 100644
> > --- a/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb
> > +++ b/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb
> > @@ -1,6 +1,6 @@
> >  require ${PN}_${PV}.inc
> > 
> > -DEPENDS += "mariadb-native"
> > +DEPENDS += "mariadb-native ncurses-native zlib-native"
> 
> I'm not following this - does the target version really need ncurses-native 
> and zlib-native?

My fault, target version should have only ncurses and zlib, I've sent
older version of this patch, v2 coming soon.

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

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

      reply	other threads:[~2013-12-30 23:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-30 14:54 [meta-oe][PATCH] mariadb-native: fix dependencies Martin Jansa
2013-12-30 18:26 ` Paul Eggleton
2013-12-30 23:03   ` Martin Jansa [this message]

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=20131230230313.GA3705@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox