[Buildroot] [PATCH v2 0/1] This change adds Perl File::Util module (host and target packages)

Carlos Santos casantos at datacom.ind.br
Mon Mar 2 10:55:46 UTC 2015


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



More information about the buildroot mailing list