libdumpvalue-perl: add it

LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl 1 fails with:
test 44 'use Dumpvalue;' failed

So add libdumpvalue-perl to fix it.

(From OE-Core rev: 0141967e4a721586c2c04252aae3b8e3732f53c3)

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kang Kai 2012-08-31 18:00:08 +08:00 committed by Richard Purdie
parent d04b95bd59
commit bee598c039
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
SUMMARY = "Perl module for provides screen dump of Perl data."
DESCRIPTION = "Perl module for provides screen dump of Perl data."
HOMEPAGE = "http://search.cpan.org/~flora/Dumpvalue/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
PR = "r0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=31013c0a67276e1ca20f358868cf99ab"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Dumpvalue-${PV}.tar.gz"
SRC_URI[md5sum] = "bef29bf25717db250929bf2b065c4183"
SRC_URI[sha256sum] = "8204ea8f95dc6b137e225702e9bacaa23646ffa8c1c9eef45fa06a7f19f338f2"
S = "${WORKDIR}/Dumpvalue-${PV}"
inherit cpan
BBCLASSEXTEND = "native"