diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2015-03-02 07:55:47 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-05 23:39:56 +0100 |
commit | f1611c6a41776110ed40197aaa263ce9968e3c58 (patch) | |
tree | 9db9e9e1790e5b5fbf692db70012dc34f3c94cbb /package/perl-file-util/Config.in | |
parent | ecdcd55eb5a39815ea3b4737bae37c41d89cef36 (diff) | |
download | buildroot-f1611c6a41776110ed40197aaa263ce9968e3c58.tar.gz buildroot-f1611c6a41776110ed40197aaa263ce9968e3c58.zip |
perl-file-util: new package
The host variant is useful to build some third-party packages that
need this Perl module.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-file-util/Config.in')
-rw-r--r-- | package/perl-file-util/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl-file-util/Config.in b/package/perl-file-util/Config.in new file mode 100644 index 0000000000..871be988af --- /dev/null +++ b/package/perl-file-util/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_FILE_UTIL + bool "perl-file-util" + help + Easy, versatile, portable file handling + + https://github.com/tommybutler/file-util/wiki |