From: Søren Holm <[email protected]> --- recipes/perl/perl-native_5.8.4.bb | 2 +- recipes/perl/perl-native_5.8.7.bb | 2 +- recipes/perl/perl-native_5.8.8.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes/perl/perl-native_5.8.4.bb b/recipes/perl/perl-native_5.8.4.bb index d3ecb67..e4d5a88 100644 --- a/recipes/perl/perl-native_5.8.4.bb +++ b/recipes/perl/perl-native_5.8.4.bb @@ -6,7 +6,7 @@ PR = "r4" SECTION = "libs" inherit native -DEPENDS = "virtual/db-native gdbm-native" +DEPENDS = "virtual/db-native gdbm-native make-native" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" S = "${WORKDIR}/perl-${PV}" diff --git a/recipes/perl/perl-native_5.8.7.bb b/recipes/perl/perl-native_5.8.7.bb index d8ccd0c..b933905 100644 --- a/recipes/perl/perl-native_5.8.7.bb +++ b/recipes/perl/perl-native_5.8.7.bb @@ -6,7 +6,7 @@ PR = "r6" SECTION = "libs" inherit native -DEPENDS = "virtual/db-native gdbm-native" +DEPENDS = "virtual/db-native gdbm-native make-native" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://perl-5.8.8-gcc-4.2.patch;patch=1 \ diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb index 60a5cf5..a4c00a6 100644 --- a/recipes/perl/perl-native_5.8.8.bb +++ b/recipes/perl/perl-native_5.8.8.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Perl is a popular scripting language." HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = "virtual/db-native gdbm-native" +DEPENDS = "virtual/db-native gdbm-native make-native" PR = "r15" FILESDIR = "[email protected](bb.data.getVar('FILE',d,1))}/perl-${PV}" -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
