From: Saul Wold <sgw@linux.intel.com>
To: Kang Kai <kai.kang@windriver.com>
Cc: Zhenfeng.Zhao@windriver.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] perl: update dependencies
Date: Thu, 25 Oct 2012 07:54:47 -0700 [thread overview]
Message-ID: <508952B7.7050502@linux.intel.com> (raw)
In-Reply-To: <6568219d957b11739d325f2573df9266cfe228a6.1351155183.git.kai.kang@windriver.com>
On 10/25/2012 02:50 AM, Kang Kai wrote:
> Update dependencies for perl modules again. When only install
> perl-module-file-glob, run perl script with "require File::Glob;" will
> fail. Update dependencies to fix that.
>
Is this just a point fix for the File::Glob issue?
As I was originally researching this issue it seemed to me that the
perl_rdepends was incorrect, the script used to generate it did not
actually work, please review the bug comment.
Are you going to look at the bigger issue?
Thanks
Sau!
> [Yocto 3069]
>
> Signed-off-by: Kang Kai <kai.kang@windriver.com>
> ---
> .../recipes-devtools/perl/perl-rdepends_5.14.2.inc | 2 ++
> meta/recipes-devtools/perl/perl_5.14.2.bb | 2 +-
> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
> index 2707fe8..39972ca 100644
> --- a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
> +++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
> @@ -13,8 +13,10 @@
>
> # Some additional dependencies that the above doesn't manage to figure out
> # Please take care that exporter depends exporter-heavy, not reverse
> +RDEPENDS_${PN}-module-dynaloader += "${PN}-module-carp"
> RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy"
> RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature"
> +RDEPENDS_${PN}-module-file-glob += "${PN}-module-file"
> RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd"
> RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix"
> RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl"
> diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
> index 3ede831..1e1eb04 100644
> --- a/meta/recipes-devtools/perl/perl_5.14.2.bb
> +++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
> # We need gnugrep (for -I)
> DEPENDS = "virtual/db grep-native"
> DEPENDS += "gdbm zlib"
> -PR = "r13"
> +PR = "r14"
>
> # 5.10.1 has Module::Build built-in
> PROVIDES += "libmodule-build-perl"
>
next prev parent reply other threads:[~2012-10-25 15:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-25 9:50 [PATCH 0/1] Fix Yocto 3069 Kang Kai
2012-10-25 9:50 ` [PATCH 1/1] perl: update dependencies Kang Kai
2012-10-25 14:54 ` Saul Wold [this message]
2012-10-26 1:40 ` Kang Kai
2012-10-25 20:03 ` [PATCH 0/1] Fix Yocto 3069 Saul Wold
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=508952B7.7050502@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=Zhenfeng.Zhao@windriver.com \
--cc=kai.kang@windriver.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.