summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl_5.34.0.bb2
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
37PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" 37PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0"
38 38
39PACKAGECONFIG ??= "bdb gdbm" 39PACKAGECONFIG ??= "gdbm"
40PACKAGECONFIG[bdb] = ",-Ui_db,db" 40PACKAGECONFIG[bdb] = ",-Ui_db,db"
41PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" 41PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm"
42 42