Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / perl / libtest-output-perl_0.10.bb
1 DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libsub-exporter-perl-native"
5 RDEPENDS += "libsub-exporter-perl"
6 FILE_PR = "r3"
7
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz"
9
10 S = "${WORKDIR}/Test-Output-${PV}"
11
12 inherit cpan