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 <[email protected]> > > --- > > 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: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
