1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Ross Burton
2017-10-31 21:10:00 +00:00
committed by Richard Purdie
parent c86e8900e8
commit 7c6bdc7c08
2 changed files with 2 additions and 4 deletions
@@ -1,8 +1,7 @@
require perl.inc
# We need gnugrep (for -I)
DEPENDS = "virtual/db-native grep-native"
DEPENDS += "gdbm-native zlib-native"
DEPENDS = "db-native grep-native gdbm-native zlib-native"
EXTRA_OEMAKE = "-e MAKEFLAGS="
+1 -2
View File
@@ -1,8 +1,7 @@
require perl.inc
# We need gnugrep (for -I)
DEPENDS = "virtual/db grep-native"
DEPENDS += "gdbm zlib"
DEPENDS = "db grep-native gdbm zlib"
# Pick up patches from debian
# http://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.22.0-1.debian.tar.xz