From: Javier Viguera <javier.viguera@digi.com>
To: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>
Subject: [Dizzy backport] python: ensure all of Python is installed in nativesdk
Date: Tue, 20 Jan 2015 10:36:37 +0100 [thread overview]
Message-ID: <54BE21A5.1090705@digi.com> (raw)
In-Reply-To: <1417451798-28112-1-git-send-email-ross.burton@intel.com>
Hi all,
Toolchains/SDK generated with Dizzy have the problem this commit fixes.
So could this be cherry-picked to Dizzy?
It applies just fine, there is no need to rework it.
-
Regards,
Javier Viguera
On 01/12/14 17:36, Ross Burton wrote:
> If any part of Python gets installed in a SDK, we need to ensure that all of
> Python gets installed to avoid replacing python in the environment with a
> minimal package set.
>
> Signed-off-by: Ross Burton <ross.burton-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
> meta/recipes-devtools/python/python_2.7.3.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
> index 50c751e..7f13e22 100644
> --- a/meta/recipes-devtools/python/python_2.7.3.bb
> +++ b/meta/recipes-devtools/python/python_2.7.3.bb
> @@ -161,6 +161,7 @@ require python-${PYTHON_MAJMIN}-manifest.inc
> # manual dependency additions
> RPROVIDES_${PN}-core = "${PN}"
> RRECOMMENDS_${PN}-core = "${PN}-readline"
> +RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules"
> RRECOMMENDS_${PN}-crypt = "openssl"
> RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
>
>
next prev parent reply other threads:[~2015-01-20 9:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-01 16:36 [PATCH 1/2] python: ensure all of Python is installed in nativesdk Ross Burton
2014-12-01 16:36 ` [PATCH 2/2] python: remove spurious nativesdk dependency Ross Burton
2014-12-01 18:08 ` [PATCH 1/2] python: ensure all of Python is installed in nativesdk Laszlo Papp
2014-12-01 19:02 ` Burton, Ross
2015-01-20 9:36 ` Javier Viguera [this message]
2015-01-20 15:48 ` [Dizzy backport] " Burton, Ross
2015-01-21 6:02 ` akuster808
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=54BE21A5.1090705@digi.com \
--to=javier.viguera@digi.com \
--cc=openembedded-core@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 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.