From: <wenzong.fan@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/1] perl / PathTools: don't filter out blib from @INC
Date: Wed, 11 Feb 2015 18:06:45 +0800 [thread overview]
Message-ID: <cover.1423648455.git.wenzong.fan@windriver.com> (raw)
From: Wenzong Fan <wenzong.fan@windriver.com>
If $TOPDIR includes the string "blib", filter it out from @INC may empty
the @INC and cause build errors like:
Can't locate ExtUtils/MakeMaker.pm in @INC \
(you may need to install the ExtUtils::MakeMaker module) \
(@INC contains: .) at Makefile.PL
The following changes since commit 231d4a9d3d89af4b1b5f6ea439c630e4cac82079:
bitbake: bitbake-user-manual: Removed errant writer note line. (2015-02-10 23:09:32 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib wenzong/perl
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/perl
Wenzong Fan (1):
perl / PathTools: don't filter out blib from @INC
...-PathTools-don-t-filter-out-blib-from-INC.patch | 33 ++++++++++++++++++++++
meta/recipes-devtools/perl/perl-native_5.20.0.bb | 4 ++-
meta/recipes-devtools/perl/perl_5.20.0.bb | 1 +
3 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-devtools/perl/perl-5.20.0/perl-PathTools-don-t-filter-out-blib-from-INC.patch
--
1.9.1
next reply other threads:[~2015-02-11 10:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 10:06 wenzong.fan [this message]
2015-02-11 10:06 ` [PATCH 1/1] perl / PathTools: don't filter out blib from @INC wenzong.fan
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=cover.1423648455.git.wenzong.fan@windriver.com \
--to=wenzong.fan@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.