[oe] [PATCH] Make perl-native_* depend on make-native.

sgh at sgh.dk sgh at sgh.dk
Tue Jan 19 12:39:27 UTC 2010


From: Søren Holm <sh at mikrofyn.com>

---
 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 = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list