diff options
author | Ross Burton <ross.burton@intel.com> | 2017-10-31 21:10:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:14:26 +0000 |
commit | 7c6bdc7c08c09dda77f2c728fb7b93ce50eca79a (patch) | |
tree | 68d722279e84e5b36570f8389942de947478ab2e /meta/recipes-devtools/perl | |
parent | c86e8900e8d6a03f891f2ee317316668184b6886 (diff) | |
download | poky-7c6bdc7c08c09dda77f2c728fb7b93ce50eca79a.tar.gz |
perl: depend on db, not virtual/db
As there are no alternative providers for virtual/db, just depend directly on
db.
(From OE-Core rev: be49f3d2d66574d8a680dd1e7479229a10d3bfff)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.24.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.24.1.bb | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.24.1.bb b/meta/recipes-devtools/perl/perl-native_5.24.1.bb index 6c56a7d701..48113f05a9 100644 --- a/meta/recipes-devtools/perl/perl-native_5.24.1.bb +++ b/meta/recipes-devtools/perl/perl-native_5.24.1.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | require perl.inc | 1 | require perl.inc |
2 | 2 | ||
3 | # We need gnugrep (for -I) | 3 | # We need gnugrep (for -I) |
4 | DEPENDS = "virtual/db-native grep-native" | 4 | DEPENDS = "db-native grep-native gdbm-native zlib-native" |
5 | DEPENDS += "gdbm-native zlib-native" | ||
6 | 5 | ||
7 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 6 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
8 | 7 | ||
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb index b55d2223e2..6b27b22d22 100644 --- a/meta/recipes-devtools/perl/perl_5.24.1.bb +++ b/meta/recipes-devtools/perl/perl_5.24.1.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | require perl.inc | 1 | require perl.inc |
2 | 2 | ||
3 | # We need gnugrep (for -I) | 3 | # We need gnugrep (for -I) |
4 | DEPENDS = "virtual/db grep-native" | 4 | DEPENDS = "db grep-native gdbm zlib" |
5 | DEPENDS += "gdbm zlib" | ||
6 | 5 | ||
7 | # Pick up patches from debian | 6 | # Pick up patches from debian |
8 | # http://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.22.0-1.debian.tar.xz | 7 | # http://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.22.0-1.debian.tar.xz |