diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 12:31:07 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 14:09:10 +0200 |
commit | 7fc41041363080488bf52206271cf44bda274695 (patch) | |
tree | 0b485acd88936a2f2903c84612e716b61803ad44 /recipes/perl | |
parent | 9f958c7e622a5a6c04649303cec0663140ee8949 (diff) |
libsoap-lite-perl_0.712.bb: fixed dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libsoap-lite-perl_0.712.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libsoap-lite-perl_0.712.bb b/recipes/perl/libsoap-lite-perl_0.712.bb index c9728f2b60..98e6953f39 100644 --- a/recipes/perl/libsoap-lite-perl_0.712.bb +++ b/recipes/perl/libsoap-lite-perl_0.712.bb @@ -1,7 +1,9 @@ DESCRIPTION = "Client and server side SOAP implementation" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" +DEPENDS = " libmime-tools-perl libwww-perl libxml-parser-perl libtask-weaken-perl \ + libio-socket-ssl-perl libclass-inspector-perl " +PR = "r1" SRC_URI = "http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Lite-${PV}.tar.gz" |