Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/1] This change adds Perl File::Util module (host and target packages)
@ 2015-03-02 10:55 Carlos Santos
  2015-03-02 10:55 ` [Buildroot] [PATCH v2 1/1] perl-file-util: new package Carlos Santos
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos Santos @ 2015-03-02 10:55 UTC (permalink / raw)
  To: buildroot

At the company I work for (DATACOM) we use a third-party software
whose compilation is performed by a set of Perl scripts which use the
File::Util module. That's why we need the host package.

Of course we could use the Perl packages provided by the host OS but
we prefer to reduce the dependencies with regard to the host OS.

Carlos Santos (1):
  perl-file-util: new package

 package/Config.in                          |  1 +
 package/perl-file-util/Config.in           |  6 ++++++
 package/perl-file-util/perl-file-util.hash |  3 +++
 package/perl-file-util/perl-file-util.mk   | 15 +++++++++++++++
 4 files changed, 25 insertions(+)
 create mode 100644 package/perl-file-util/Config.in
 create mode 100644 package/perl-file-util/perl-file-util.hash
 create mode 100644 package/perl-file-util/perl-file-util.mk

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-05 22:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 10:55 [Buildroot] [PATCH v2 0/1] This change adds Perl File::Util module (host and target packages) Carlos Santos
2015-03-02 10:55 ` [Buildroot] [PATCH v2 1/1] perl-file-util: new package Carlos Santos
2015-03-05 22:45   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox