diff options
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.34.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb index 175db4ee31..89de558979 100644 --- a/meta/recipes-devtools/perl/perl_5.34.0.bb +++ b/meta/recipes-devtools/perl/perl_5.34.0.bb | |||
@@ -36,7 +36,7 @@ DEPENDS += "perlcross-native zlib virtual/crypt" | |||
36 | 36 | ||
37 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" | 37 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" |
38 | 38 | ||
39 | PACKAGECONFIG ??= "bdb gdbm" | 39 | PACKAGECONFIG ??= "gdbm" |
40 | PACKAGECONFIG[bdb] = ",-Ui_db,db" | 40 | PACKAGECONFIG[bdb] = ",-Ui_db,db" |
41 | PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" | 41 | PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" |
42 | 42 | ||