diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:08:33 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:07 +0200 |
commit | 38ffe1112b6c257c67e36c936b223fb0d5187d65 (patch) | |
tree | 20c3c9dca2f6553cdf70f65a576a116e0b30ee38 /recipes/perl | |
parent | 4bc984b8f830a508f37af9b8a801d77addb3046c (diff) |
libsoap-lite-perl_0.712.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libsoap-lite-perl_0.712.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/perl/libsoap-lite-perl_0.712.bb b/recipes/perl/libsoap-lite-perl_0.712.bb index 98e6953f39..47d9c524da 100644 --- a/recipes/perl/libsoap-lite-perl_0.712.bb +++ b/recipes/perl/libsoap-lite-perl_0.712.bb @@ -1,9 +1,12 @@ DESCRIPTION = "Client and server side SOAP implementation" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ - libio-socket-ssl-perl libclass-inspector-perl " -PR = "r1" +DEPENDS = " libmime-tools-perl-native libwww-perl-native libxml-parser-perl-native libtask-weaken-perl-native \ + libio-socket-ssl-perl-native libclass-inspector-perl-native " +RDEPENDS_${PN} = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ + libio-socket-ssl-perl libclass-inspector-perl \ + perl-module-scalar-util perl-module-constant" +PR = "r2" SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" |