* [PATCH 0/1] intltool: add libxml-parser-perl-native dependency to -native version
@ 2011-09-22 21:13 Darren Hart
2011-09-22 21:14 ` [PATCH 1/1] " Darren Hart
0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2011-09-22 21:13 UTC (permalink / raw)
To: openembedded-core; +Cc: Darren Hart, Koen Kooi
The following changes since commit ff8f0ea563ba3e9d6f8b8e770cfbf4dca8ad5288:
libxml2: reinclude a -staticdev package (2011-09-22 05:12:31 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/qemuppc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/qemuppc
Darren Hart (1):
intltool: add libxml-parser-perl-native dependency to -native version
meta/recipes-devtools/intltool/intltool.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
1.7.6.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] intltool: add libxml-parser-perl-native dependency to -native version
2011-09-22 21:13 [PATCH 0/1] intltool: add libxml-parser-perl-native dependency to -native version Darren Hart
@ 2011-09-22 21:14 ` Darren Hart
2011-09-22 21:23 ` Richard Purdie
2011-09-22 21:26 ` Joshua Lock
0 siblings, 2 replies; 4+ messages in thread
From: Darren Hart @ 2011-09-22 21:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Darren Hart, Koen Kooi
Fixes [YOCTO #1514]
Without a native dependency on libxml-parser-perl-native,
shared-mime-info-native can fail its do_configure task.
checking for XML::Parser... configure: error: XML::Parser perl module is
required for intltool
Testing: Successfully built shared-mime-info and shared-mime-info-native for
qemuppc.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Joshua Lock <josh@linux.intel.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
CC: Koen Kooi <koen@dominion.thruhere.net>
CC: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/intltool/intltool.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
index 8d4bec5..23a1ee9 100644
--- a/meta/recipes-devtools/intltool/intltool.inc
+++ b/meta/recipes-devtools/intltool/intltool.inc
@@ -7,6 +7,7 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
S = "${WORKDIR}/intltool-${PV}"
DEPENDS = "libxml-parser-perl-native"
+DEPENDS_virtclass-native = "libxml-parser-perl-native"
#RDEPENDS_${PN} = "libxml-parser-perl"
RRECOMMENDS_${PN} = "perl-modules"
RRECOMMENDS_${PN}_virtclass-native = ""
--
1.7.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/1] intltool: add libxml-parser-perl-native dependency to -native version
2011-09-22 21:14 ` [PATCH 1/1] " Darren Hart
@ 2011-09-22 21:23 ` Richard Purdie
2011-09-22 21:26 ` Joshua Lock
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-09-22 21:23 UTC (permalink / raw)
To: Darren Hart; +Cc: Koen Kooi, openembedded-core
On Thu, 2011-09-22 at 14:14 -0700, Darren Hart wrote:
> Fixes [YOCTO #1514]
>
> Without a native dependency on libxml-parser-perl-native,
> shared-mime-info-native can fail its do_configure task.
>
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
>
> Testing: Successfully built shared-mime-info and shared-mime-info-native for
> qemuppc.
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] intltool: add libxml-parser-perl-native dependency to -native version
2011-09-22 21:14 ` [PATCH 1/1] " Darren Hart
2011-09-22 21:23 ` Richard Purdie
@ 2011-09-22 21:26 ` Joshua Lock
1 sibling, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2011-09-22 21:26 UTC (permalink / raw)
To: Darren Hart; +Cc: openembedded-core
On Thu, 2011-09-22 at 14:14 -0700, Darren Hart wrote:
> Fixes [YOCTO #1514]
>
> Without a native dependency on libxml-parser-perl-native,
> shared-mime-info-native can fail its do_configure task.
>
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
>
> Testing: Successfully built shared-mime-info and shared-mime-info-native for
> qemuppc.
>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
> CC: Koen Kooi <koen@dominion.thruhere.net>
> CC: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-devtools/intltool/intltool.inc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
> index 8d4bec5..23a1ee9 100644
> --- a/meta/recipes-devtools/intltool/intltool.inc
> +++ b/meta/recipes-devtools/intltool/intltool.inc
> @@ -7,6 +7,7 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
> S = "${WORKDIR}/intltool-${PV}"
>
> DEPENDS = "libxml-parser-perl-native"
> +DEPENDS_virtclass-native = "libxml-parser-perl-native"
> #RDEPENDS_${PN} = "libxml-parser-perl"
> RRECOMMENDS_${PN} = "perl-modules"
> RRECOMMENDS_${PN}_virtclass-native = ""
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-22 21:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 21:13 [PATCH 0/1] intltool: add libxml-parser-perl-native dependency to -native version Darren Hart
2011-09-22 21:14 ` [PATCH 1/1] " Darren Hart
2011-09-22 21:23 ` Richard Purdie
2011-09-22 21:26 ` Joshua Lock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox