mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
727 B
BlitzBasic
20 lines
727 B
BlitzBasic
SUMMARY = "Perl modules useful for manipulating date and time information"
|
|
SECTION = "libs"
|
|
# You can redistribute it and/or modify it under the same terms as Perl itself.
|
|
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
|
|
|
|
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
|
|
|
|
S = "${WORKDIR}/TimeDate-${PV}"
|
|
|
|
inherit cpan
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
RDEPENDS_${PN}_class-native = ""
|
|
RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
|
|
|
|
SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c"
|
|
SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86"
|