From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] mariadb-native: fix dependencies
Date: Mon, 30 Dec 2013 18:26:20 +0000 [thread overview]
Message-ID: <1402408.P9TClDLlYA@helios> (raw)
In-Reply-To: <1388415259-6360-1-git-send-email-Martin.Jansa@gmail.com>
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?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2013-12-30 18:26 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 [this message]
2013-12-30 23:03 ` Martin Jansa
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=1402408.P9TClDLlYA@helios \
--to=paul.eggleton@linux.intel.com \
--cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox