[oe] [meta-oe][PATCH] mariadb-native: fix dependencies

Martin Jansa martin.jansa at gmail.com
Mon Dec 30 23:03:13 UTC 2013


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


More information about the Openembedded-devel mailing list