* [meta-gnome][PATCH 0/2] Pull request #1
@ 2011-07-20 21:01 Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2011-07-20 21:01 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
connman: update to 0.76 (2011-07-20 09:13:00 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/meta-gnome
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-gnome
Martin Jansa (2):
libgnome-keyring: inherit perlnative
gconf: inherit perlnative
meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 2 +-
.../libgnome/libgnome-keyring_2.32.0.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 4+ messages in thread* [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative
2011-07-20 21:01 [meta-gnome][PATCH 0/2] Pull request #1 Martin Jansa
@ 2011-07-20 21:01 ` Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 2/2] gconf: " Martin Jansa
2011-07-21 6:27 ` [meta-gnome][PATCH 0/2] Pull request #1 Koen Kooi
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-07-20 21:01 UTC (permalink / raw)
To: openembedded-devel
* otherwise perl from host is used and if there isn't libxml-parser-perl
installed on host it fails with:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../libgnome/libgnome-keyring_2.32.0.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
index 139de0a..b568b0a 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "x11/gnome"
-inherit gnome lib_package
+inherit gnome lib_package perlnative
SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
--
1.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-gnome][PATCH 2/2] gconf: inherit perlnative
2011-07-20 21:01 [meta-gnome][PATCH 0/2] Pull request #1 Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative Martin Jansa
@ 2011-07-20 21:01 ` Martin Jansa
2011-07-21 6:27 ` [meta-gnome][PATCH 0/2] Pull request #1 Koen Kooi
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-07-20 21:01 UTC (permalink / raw)
To: openembedded-devel
* otherwise perl from host is used and if there isn't libxml-parser-perl
installed on host it fails with:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
index 8f64638..1d5a857 100644
--- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
+++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb
@@ -20,7 +20,7 @@ SRC_URI[archive.sha256sum] = "46030c09422603dbb72f13b5dd592dcc01fbc13562b9e94daf
EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk --with-gtk=2.0 --enable-gsettings-backend=yes POLKIT_POLICY_FILE_VALIDATE=true"
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
-inherit autotools gettext
+inherit autotools gettext perlnative
EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"'
--
1.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-gnome][PATCH 0/2] Pull request #1
2011-07-20 21:01 [meta-gnome][PATCH 0/2] Pull request #1 Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 2/2] gconf: " Martin Jansa
@ 2011-07-21 6:27 ` Koen Kooi
2 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-07-21 6:27 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 20-07-11 23:01, Martin Jansa schreef:
> The following changes since commit 037a063303d35c2fab8097d977aa5625c916c565:
>
> connman: update to 0.76 (2011-07-20 09:13:00 +0200)
>
> are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/meta-gnome http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-gnome
>
> Martin Jansa (2): libgnome-keyring: inherit perlnative gconf: inherit perlnative
>
> meta-gnome/recipes-gnome/gconf/gconf_2.32.4.bb | 2 +- .../libgnome/libgnome-keyring_2.32.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
>
Thanks, I pulled these in and will push to the OE servers once ssh gets fixed. In the meantime, it's at github: https://github.com/koenkooi/meta-oe/commits/master
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFOJ8buMkyGM64RGpERArnjAKCuNBbkNg1PJo9wO9JHpoq9cPqp+QCdGpte
BQtJQESmf282JTqLTYF6RiE=
=lYLn
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-21 6:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 21:01 [meta-gnome][PATCH 0/2] Pull request #1 Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 1/2] libgnome-keyring: inherit perlnative Martin Jansa
2011-07-20 21:01 ` [meta-gnome][PATCH 2/2] gconf: " Martin Jansa
2011-07-21 6:27 ` [meta-gnome][PATCH 0/2] Pull request #1 Koen Kooi
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.