diff options
Diffstat (limited to 'recipes')
-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" |