aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-28 22:18:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-28 22:18:54 +0000
commitf662cfc52df978469eef38abbddcaea297bb478c (patch)
treef05954d9f6831546667d0bebe887b5cc8012e5f5 /packages/perl
parent43466984142b559813c7270c6d2d988ec57b0d9e (diff)
downloadopenembedded-f662cfc52df978469eef38abbddcaea297bb478c.tar.gz
perl: Update cpan_build to automatically add libmodule-build-perl-native to
DEPENDS when building anything apart from libmodule-build-perl or libmodule-build-perl-native. When building itself it uses itself to provide the libmodule-build-perl code, for anything else it needs to have been built and installed. Remove the explicit depends from the modules that use it.
Diffstat (limited to 'packages/perl')
-rw-r--r--packages/perl/liblog-dispatch-perl_2.13.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/perl/liblog-dispatch-perl_2.13.bb b/packages/perl/liblog-dispatch-perl_2.13.bb
index 9b136a5bad..e14e65cb65 100644
--- a/packages/perl/liblog-dispatch-perl_2.13.bb
+++ b/packages/perl/liblog-dispatch-perl_2.13.bb
@@ -2,8 +2,7 @@ DESCRIPTION = "Log::Dispatch - Dispatches messages to one or more outputs"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
-DEPENDS = "libmodule-build-perl-native"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-2.13.tar.gz"