* [PATCH 0/1] glib-2.0: inherit pythonnative
@ 2012-11-01 8:53 Xin Ouyang
2012-11-01 8:53 ` [PATCH 1/1] " Xin Ouyang
0 siblings, 1 reply; 4+ messages in thread
From: Xin Ouyang @ 2012-11-01 8:53 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e9e3285e1397cfd2d34f4eb7b5aa59311eea861d:
openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} (2012-10-30 11:06:38 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib xouyang/2843
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xouyang/2843
Xin Ouyang (1):
glib-2.0: inherit pythonnative
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/1] glib-2.0: inherit pythonnative
2012-11-01 8:53 [PATCH 0/1] glib-2.0: inherit pythonnative Xin Ouyang
@ 2012-11-01 8:53 ` Xin Ouyang
2012-11-01 11:45 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Xin Ouyang @ 2012-11-01 8:53 UTC (permalink / raw)
To: openembedded-core
glib-2.0 needs to inherit pythonnative because it will run python
scripts to generate codes while do_compile.
This has caused problems on some hosts(SLED11.2) if no python-xml
installed.
[Yocto 2843]
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
---
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
index 10c0b61..5181f9d 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
@@ -1,8 +1,10 @@
require glib.inc
-PR = "r6"
+PR = "r7"
PE = "1"
+inherit pythonnative
+
DEPENDS += "libffi python-argparse-native zlib"
DEPENDS_virtclass-native += "libffi-native python-argparse-native"
DEPENDS_virtclass-nativesdk += "nativesdk-libffi python-argparse-native nativesdk-zlib ${BPN}-native"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/1] glib-2.0: inherit pythonnative
2012-11-01 8:53 ` [PATCH 1/1] " Xin Ouyang
@ 2012-11-01 11:45 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-11-01 11:45 UTC (permalink / raw)
To: Xin Ouyang; +Cc: openembedded-core
On Thu, 2012-11-01 at 16:53 +0800, Xin Ouyang wrote:
> glib-2.0 needs to inherit pythonnative because it will run python
> scripts to generate codes while do_compile.
>
> This has caused problems on some hosts(SLED11.2) if no python-xml
> installed.
>
> [Yocto 2843]
>
> Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
> ---
> meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
This is going to adversely affect build speed. Can we not document that
python-xml needs to be installed on these hosts? I'd have thought that
would be available on most systems we support running on these days?
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/1] glib-2.0: inherit pythonnative
@ 2013-07-08 3:24 jackie.huang
0 siblings, 0 replies; 4+ messages in thread
From: jackie.huang @ 2013-07-08 3:24 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
The following changes since commit d60185a76af5ceda9dd7b074b5846464e95586b9:
glib-2.0: add -march=i486 into CFLAGS automatically when needed. (2013-07-08 10:42:41 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_3
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_bbappend_glib_0708_3
Jackie Huang (1):
glib-2.0: inherit pythonnative
meta/recipes-core/glib-2.0/glib.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-08 3:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 8:53 [PATCH 0/1] glib-2.0: inherit pythonnative Xin Ouyang
2012-11-01 8:53 ` [PATCH 1/1] " Xin Ouyang
2012-11-01 11:45 ` Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2013-07-08 3:24 [PATCH 0/1] " jackie.huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox