From: Frans Meulenbroeks Date: Wed, 6 Oct 2010 20:40:20 +0000 (+0200) Subject: Fix RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be6794639ac4758916a6b933518805aa40b81c4;p=openembedded.git Fix RDEPENDS Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/perl/libtree-simple-perl_1.18.bb b/recipes/perl/libtree-simple-perl_1.18.bb index ce2a3f7034..642a5c76bf 100644 --- a/recipes/perl/libtree-simple-perl_1.18.bb +++ b/recipes/perl/libtree-simple-perl_1.18.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A simple tree object" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-test-more perl-module-scalar-util" +RDEPENDS_${PN} += "perl-module-test-more perl-module-scalar-util" PR = "r0" PACKAGE_ARCH = "all"