mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
libdbi-perl: fix dependencies
* Fix RDEPENDS, drop class-target (dependencies are the same for native) * Reorganize recipe to best practices * Add ptest dependencies Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,13 +7,6 @@ database interface independent of the actual database being used. \
|
||||
HOMEPAGE = "http://search.cpan.org/dist/DBI/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
RDEPENDS_${PN}_class-target = " \
|
||||
perl-module-carp \
|
||||
perl-module-exporter \
|
||||
perl-module-exporter-heavy \
|
||||
perl-module-dynaloader \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5"
|
||||
|
||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz"
|
||||
@@ -34,4 +27,35 @@ do_install_prepend() {
|
||||
rm -rf ${B}/t/z*.t
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
perl-module-carp \
|
||||
perl-module-exporter \
|
||||
perl-module-exporter-heavy \
|
||||
perl-module-dynaloader \
|
||||
perl-module-io-dir \
|
||||
perl-module-scalar-util \
|
||||
perl-module-universal \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest = " \
|
||||
${PN} \
|
||||
perl-module-b \
|
||||
perl-module-benchmark \
|
||||
perl-module-cwd \
|
||||
perl-module-data-dumper \
|
||||
perl-module-encode \
|
||||
perl-module-encode-byte \
|
||||
perl-module-encode-encoding \
|
||||
perl-module-file-copy \
|
||||
perl-module-file-path \
|
||||
perl-module-lib \
|
||||
perl-module-perlio \
|
||||
perl-module-perlio-scalar \
|
||||
perl-module-perlio-via \
|
||||
perl-module-sdbm-file \
|
||||
perl-module-storable \
|
||||
perl-module-test-more \
|
||||
perl-module-utf8 \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user