diff options
author | Jingdong Lu <jingdong.lu@windriver.com> | 2010-11-01 17:58:09 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 23:13:00 +0000 |
commit | 6e4bfac48aa1e48086d7995c23eb5d4db66a79b8 (patch) | |
tree | 265e2307a81dbba30ecbb7dae6bdeb582a4aec35 /meta/recipes-devtools/perl/perl_5.8.8.bb | |
parent | 56c897d8d0a31aba4c887eacdd3dbe1ee2d368a1 (diff) | |
download | openembedded-core-6e4bfac48aa1e48086d7995c23eb5d4db66a79b8.tar.gz openembedded-core-6e4bfac48aa1e48086d7995c23eb5d4db66a79b8.tar.bz2 openembedded-core-6e4bfac48aa1e48086d7995c23eb5d4db66a79b8.zip |
perl: Fix adding GDBM_File module for LSB test.
No GDBM_File module will cause 2 perl test cases of LSB failed.
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.8.8.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.8.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb index 2774942ba2..2515b6e0b9 100644 --- a/meta/recipes-devtools/perl/perl_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl_5.8.8.bb @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r20" +DEPENDS += "gdbm" +PR = "r21" # Major part of version PVM = "5.8" @@ -32,6 +33,7 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://64_debian_enc2xs_inc.patch;patch=1 \ file://asm-pageh-fix.patch;patch=1 \ file://native-perlinc.patch;patch=1 \ + file://perl-enable-gdbm.patch;patch=1 \ file://config.sh \ file://config.sh-32 \ file://config.sh-32-le \ |