All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make perl-native_* depend on make-native.
@ 2010-01-19 12:39 sgh
  2010-01-19 13:31 ` Rolf Leggewie
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: sgh @ 2010-01-19 12:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Søren Holm

From: Søren Holm <sh@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




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-01-19 21:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 12:39 [PATCH] Make perl-native_* depend on make-native sgh
2010-01-19 13:31 ` Rolf Leggewie
2010-01-19 13:37 ` Paul Menzel
2010-01-19 13:49   ` Søren Holm
2010-01-19 14:10     ` Frans Meulenbroeks
2010-01-19 13:47 ` Mike Westerhof
2010-01-19 20:54   ` Rolf Leggewie
2010-01-19 21:29     ` Søren Holm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.