All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <paul.eggleton@linux.intel.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/1] mariadb: Add mysql5 to RPROVIDES for backwards compatibility
Date: Sat, 12 Oct 2013 09:32:17 +0800	[thread overview]
Message-ID: <5258A6A1.8020707@windriver.com> (raw)
In-Reply-To: <cb7c8ef452b8ffb463de5b396594a056efac74b2.1381396778.git.hongxu.jia@windriver.com>

Ping

Thanks,
Hongxu

On 10/10/2013 05:21 PM, Hongxu Jia wrote:
> It failed to build image while IMAGE_INSTALL += "mysql5"
> For backwards compatibility:
> - Add mysql5 to RPROVIDES_${PN}
> - Add mysql5-dbg to RPROVIDES_${PN}-dbg
> - Add mysql5-leftovers to RPROVIDES_${PN}-leftovers
> - Use "+=" instead of "=" in  RPROVIDES_${PN}-client and
>    RPROVIDES_${PN}-server
>
> The same to RREPLACES and RCONFLICTS.
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
>   meta-oe/recipes-support/mysql/mariadb_5.1.67.bb | 24 ++++++++++++++++++------
>   1 file changed, 18 insertions(+), 6 deletions(-)
>
> 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 fdf20dc..fc499d4 100644
> --- a/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb
> +++ b/meta-oe/recipes-support/mysql/mariadb_5.1.67.bb
> @@ -4,11 +4,23 @@ DEPENDS += "mariadb-native"
>   
>   PROVIDES += "mysql5"
>   
> -RPROVIDES_${PN}-client = "mysql5-client"
> -RREPLACES_${PN}-client = "mysql5-client"
> -RCONFLICTS_${PN}-client = "mysql5-client"
> +RPROVIDES_${PN} += "mysql5"
> +RREPLACES_${PN} += "mysql5"
> +RCONFLICTS_${PN} += "mysql5"
>   
> -RPROVIDES_${PN}-server = "mysql5-server"
> -RREPLACES_${PN}-server = "mysql5-server"
> -RCONFLICTS_${PN}-server = "mysql5-server"
> +RPROVIDES_${PN}-dbg += "mysql5-dbg"
> +RREPLACES_${PN}-dbg += "mysql5-dbg"
> +RCONFLICTS_${PN}-dbg += "mysql5-dbg"
> +
> +RPROVIDES_${PN}-leftovers += "mysql5-leftovers"
> +RREPLACES_${PN}-leftovers += "mysql5-leftovers"
> +RCONFLICTS_${PN}-leftovers += "mysql5-leftovers"
> +
> +RPROVIDES_${PN}-client += "mysql5-client"
> +RREPLACES_${PN}-client += "mysql5-client"
> +RCONFLICTS_${PN}-client += "mysql5-client"
> +
> +RPROVIDES_${PN}-server += "mysql5-server"
> +RREPLACES_${PN}-server += "mysql5-server"
> +RCONFLICTS_${PN}-server += "mysql5-server"
>   



      reply	other threads:[~2013-10-12  1:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10  9:21 [meta-oe][PATCH 0/1] mariadb: Add mysql5 to RPROVIDES for backwards compatibility Hongxu Jia
2013-10-10  9:21 ` [meta-oe][PATCH 1/1] " Hongxu Jia
2013-10-12  1:32   ` Hongxu Jia [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=5258A6A1.8020707@windriver.com \
    --to=hongxu.jia@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.