diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:17:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | fe2df45c0900f9940a526ada6f54bc9a0a286bb4 (patch) | |
tree | e525f0b9c3302cb216ef78f0f482a0f9e25a4415 /package/perl-time-hires/Config.in | |
parent | 6d47f90a1ee202e5678f2b9965c6b13e141fdb61 (diff) | |
download | buildroot-fe2df45c0900f9940a526ada6f54bc9a0a286bb4.tar.gz buildroot-fe2df45c0900f9940a526ada6f54bc9a0a286bb4.zip |
package/perl-time-hires: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-time-hires/Config.in')
-rw-r--r-- | package/perl-time-hires/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl-time-hires/Config.in b/package/perl-time-hires/Config.in new file mode 100644 index 0000000000..e10c18a0d2 --- /dev/null +++ b/package/perl-time-hires/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_TIME_HIRES + bool "perl-time-hires" + help + High resolution alarm, sleep, gettimeofday, interval timers + + http://search.cpan.org/dist/Time-HiRes/HiRes.pm |